iw2lsi

Results 19 comments of iw2lsi

Hi, are you getting warnings regarding the esp-idf banch ? Giampaolo Il giorno mar 15 dic 2020 alle ore 16:51 Katodo ha scritto: > I removed esp-at and xtensa-esp32-elf and...

ok... let esp-at download the correct esp-idf branch into the esp-at folder... and set the IDF_PATH variable accordingly. This should fix the warning and hopefully you'll be able to compile......

Hi... thanks for the great job... I'll test it ASAP Giampaolo Il giorno lun 10 lug 2023 alle ore 18:48 roberbike ***@***.***> ha scritto: > I synced it to the...

Same problem here... data are randomly shifted... I'll try to investigate the problem... Giampaolo

> > I'll try to investigate the problem... > > have you tried to move your code to another core? Hi, it seems that the UART is randomly missing some...

no... not really... so far I'm just checking whether a full 512-byte DMX frame has been received or not... but this is a bad hack as nothing prevents a DMX...

Hi, here is part of my code... it's bad formatted... sorry... Giampaolo ` // ------------------------------------------------------------------------------------------------------------------------ // dmx1_event_task // ------------------------------------------------------------------------------------------------------------------------ #ifdef CONFIG_DMX1_ENABLED void dmx1_event_task(void *pvParameters) { uart_event_t event; // bool gpio5_toggle=false;...

Hi, any news on tinyGS w/ NiceRF 1262 module ? I bought an "G-NiceRF VHF 150mhz LoRa1268 SX1268 LoRa RF Module 22dBm 160mW 10ppm SPI Ultra Low consumption" from Aliexpress......

ok... it seems to work now... but I had to hack the source code and replacing the 1268 radio module with 1262... the TX is now confirmed by an SDR...