libretiny
libretiny copied to clipboard
PlatformIO development platform for IoT modules
Realtec board: wr2; framework: arduino; platform: libretiny @ 1.2.0 ESPHome version 2023.9.0-dev compiled on Sep 13 2023, 20:43:14 Version: v1.2.0 on wr2, compiled at Sep 13 2023 20:14:01, GCC 10.3.1...
I am getting the error `arm-none-eabi-g++: not found` when building a libretiny firmware. ESPHome: v2023.12.15 (Docker) Host: Raspberry Pi 4 (4 GB) Sample device: ``` esphome: name: libretiny_test bk72xx: board:...
Currently waking from deep sleep is defined as `REBOOT_REASON_SLEEP` but in BK7231 there are at least two possible "sub-types": GPIO and RTC. Can we have separate reboot reasons for these...
Hello, The function reset reported below doesn't work ``` switch: - platform: factory_reset name: Restart with Factory Default Settings ``` log ``` 13:11:52 | [D] | [button:010] | 'Restart with...
I have generic Tuya smart sockets with a T102-V1.1 board, but it doesn't have the RTL8710BN, but the BX, without the 4 MB flash, according to ltchiptool, it has a...
- LibreTiny 1.1.0 works Setting `current_resistor` on 1.1.0 causes a boot loop. cbi-asc.yaml (Click to expand) ```yaml substitutions: name: cbi-asc-xxxxxx friendly_name: "Astute Smart Controller affee9" comment: "The Astute Smart Controller...
I have installed ESPHome on a CBU based 433 MHz wireless doorbell. It has a doorbell chime chip (that works well via the remote_transmitter component) and a CMT2217B OOK RF...
I have in my hands 3 no-name Tuya switches equipped with the WA2 module on which I can't actually find any information. I anticipate that all the systems for reading...
There are no noInterrupts() and Interrupts() functions that are needed for timing critical applications (like controlling NeoPixels)
Hello, i am using ESPhome to flash my Tekin SP22 smart plug. It has a T102_V1.1 board with an RTL8710BN chip on it. Sadly GPIO PA15, which is driving the...