libretiny icon indicating copy to clipboard operation
libretiny copied to clipboard

PlatformIO development platform for IoT modules

Results 97 libretiny issues
Sort by recently updated
recently updated
newest added

WB3S BK7231T Using a very simple test script I tried to compile it in PlatformIO and got the following error at the end of compilation: Error: BOARD D:/PlatformIO/Projects/Tuya does not...

bug

Hello, Kuba. Thank you for the great work! I can't get one moment. I have a lamp on a wb3s chip, it has an IR receiver on pin P1. In...

bug
question
BK7231

I'm trying to build an ESPHome image for a bk7231n device that controls an addressable LED strip. So I've added this component: ```yaml light: - platform: fastled_clockless chipset: WS2811 pin:...

enhancement
esphome

I've tried to build a libretiny ESPHOME firmware with a HeatPumpIR component and it failed to compile. Mainly, errors are easy to workaround but I don't know where to report...

esphome

I'm getting the following error trying to flash a basic ESPhome configuration with ltchiptool. ``` I: Detected file type: UF2 - esphome 2023.9.0-dev I: Connecting to 'Beken 7231N' on /dev/ttyUSB0...

bug
BK7231

I've just got a generic motion night light which I've managed to flash with LT, the extracted UPK has a lot of details around the PIR sensor and I presume...

Libretiny uses the [Arduino Ring Buffer](https://github.com/arduino/ArduinoCore-API/blob/master/api/RingBuffer.h) for [serial port i/o](https://github.com/kuba2k2/libretiny/blob/master/cores/realtek-ambz/arduino/libraries/Serial/SerialPrivate.h). However, the implementation is [not interrupt-safe and there are no plans to change this](https://github.com/arduino/ArduinoCore-API/issues/195). This causes [hard to debug problems...

bug
enhancement

This is very annoying, especially on Realtek boards. Flashing UF2 writes it to OTA2, and if the address is mismatched (e.g. by compiling for a wrong board - with a...

bug

I have a number of bk7231t devices successfully flashed with libretiny. Occasionally, when they try to set up the DHCP lease, wrong packets are sent. Instead of asking for an...

bug
help wanted

After flash with libretiny, my S06 so hot, tooo hot How can we fix that, is this problem with my chip or software problem ? Thank

help wanted