libretiny
libretiny copied to clipboard
PlatformIO development platform for IoT modules
fixes compiling/linking errors in esphome. I was using esphome 2024.5.4
when using the CB3S module (which utilizes the BK7231N) with ESPHome firmware, the WiFi connection process takes a very long time. the module seems to fail to connect multiple times...
at https://registry.platformio.org/platforms/kuba2k2/libretiny/boards all board info links result in 404 page not found It might be related to issue #264, but that one is half a year old.
Some packets transmitted over WiFi from the BK7231N CBU are duplicated. You can see this by pinging it, and receiving duplicated responses. I also see duplicated lines in UDP syslog...
Dear Sir, I'm currently developing with the BW15, but I'm unable to use the standard Arduino BLE library. How should I proceed? Nathan Kuo
I'm trying to build ESPHome with IPv6 support: https://github.com/esphome/feature-requests/issues/2853 After fixing what seems to be a LegacyIPism in cores/beken-72xx/arduino/libraries/WiFi/WiFiGeneric.cpp it's still not building due to missing `struct ipv6_config`: ``` /home/dwmw/.platformio/packages/library-lwip/port/lwip_netif_address.h:41:9:...
How do configure the platformio.ini file to use the OTA upload protocol?