Andrey Jr. Melnikov
Andrey Jr. Melnikov
Guys, you believe in smd 2512 shunt will survive when discharging full 6S cell battery at 2A? Really? I have clone with board 2019.10.21 B6-80W v:2.2 with same smd 2512...
Files damaged when transferred over wire. Sorry for noise.
https://github.com/haakonnessjoen/MAC-Telnet have sources for mndp decoding. But mikrotik already implement LLDP in newer versions.
Attempt to boot UBNT EdgeRouter X SFP lead to kernel crash in at8031_probe(): ``` [ 4.629622] mt7530-mdio mdio-bus:1f: MT7530 adapts as multi-chip module [ 4.658499] CPU 1 Unable to handle...
@namiltd - i see this commit. But this is "official" openwrt decision due to vendor u-boot and it's silly mtd partition. But - I'm use original vendor u-boot ability to...
I don't know, which arduino soldered on my WB3S module, but simple flip-flop code ``` HAL_PIN_Setup_Output(Pin); for (int i = 0; i
> Simple patch reduces that time to another 1us... Thanks for pointing. Wow. For my BK7231T gpio overhead reduced to 1.6us.
device is Tuya WiFi IR Blaster S08 pro  Yes, reading one DS18B20 is stable now, I''m end with this variant of patch ``` diff --git a/src/driver/drv_ds1820_simple.c b/src/driver/drv_ds1820_simple.c index f24312c3..10ab0f1d...
> So, added changes and the code now looks like shown below. Please review. Overcomplicated. 1. why "delay -= 2" ? this is caller problem. 2. vTaskDelay() work only with...
> So I would propose to "fix" the overhead per platform. ``` #if defined(PLATFORM_BK7231T) #define GPIO_OVERHEAD 2 /* 6us overhead with bk_gpio_output(), 2us with gpio_output() for GPIO pins */ #elif...