Navigation

    • Register
    • Login
    • Search
    • 版块
    1. Home
    2. rhyttr
    R
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups

    rhyttr

    @rhyttr

    6
    Posts
    943
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    rhyttr Follow

    Best posts made by rhyttr

    This user hasn't posted anything yet.

    Latest posts made by rhyttr

    • RE: 刚和联发科代理落实了下MT7688AN的生命周期

      三年后呢, 现在要开始考虑替换了吧

      posted in MTK
      R
      rhyttr
    • RE: BIT4模块Wi-Fi校准,目标功率17dbm,EVM保证在-30左右。

      不太懂, 这个是比老版本信号好?

      posted in MTK
      R
      rhyttr
    • RE: widora(MT7688):OpenWrt release 0.1.5

      老版本wifi启动只需要 0.800s
      [ 16.420000] |--------------------------------------------------------|
      [ 16.430000] |---------------------Widora wifi driver-----------------|
      [ 16.440000] |---------------------version:1.0------------------------|
      [ 16.440000] |Copyright 2016 by YuanChenMang/mango.All rights reserved|
      [ 16.450000] | This Driver licensing-only runs on Widora! |
      [ 16.460000] |--------------------------------------------------------|
      [ 16.460000]
      [ 16.460000]
      [ 16.480000] RT28xx_Monitor_Init: 869 !!!!####!!!!!!
      [ 16.490000] mt7628_set_ed_cca: TURN OFF EDCCA mac 0x10618 = 0xd7083f0f
      [ 16.490000] WiFi Startup Cost (ra0): 0.800s

      posted in MTK
      R
      rhyttr
    • RE: widora(MT7688):OpenWrt release 0.1.5

      这个版本的wifi启动时间比老版本慢了 6 秒, 能优化一下时间吗?
      [ 22.810000] |--------------------------------------------------------|
      [ 22.810000] |------------Widora wifi driver--version:1.1-------------|
      [ 22.820000] |Copyright 2016-2017 by YuanChenMang. All rights reserved|
      [ 22.830000] | This Driver licensing-only runs on Widora! |
      [ 22.830000] | Found bug? Please contact widora@qq.com , thanks! |
      [ 22.840000] |--------------------------------------------------------|
      [ 22.850000] mt7628_set_ed_cca: TURN OFF EDCCA mac 0x10618 = 0xd7083f0f
      [ 22.850000] WiFi Startup Cost (ra0): 6.450s

      posted in MTK
      R
      rhyttr
    • RE: Widora的/sys/class/leds/目录下没有内容,有谁知道如何添加?
       gpio-leds {
            compatible = "gpio-leds";
            wifi {
                 label = "mediatek:orange:wifi";
                 gpios = <&wgpio 0 0>; 
                 default-state = "on";
            };
      };
      

      以上是 widora.dts 中leds注册部分,
      默认 gpios = <&wgpio 0 0>; 这样sys/class/leds/下就无设备
      此处必须修改为随便改一个 io比如:
      gpios = <&gpio0 4 0>;
      这样才能注册成功. 原因貌似是 wgpio 的定义有问题

      posted in MTK
      R
      rhyttr
    • RE: DHT11 驱动

      可以分享一下你的实现驱动的源码吗, 学习一下

      posted in MTK
      R
      rhyttr