Search found 4 matches

by chartle2
Mon Oct 30, 2017 7:21 pm
Forum: General Discussion
Topic: Using timeout on UART receiver
Replies: 1
Views: 3711

Re: Using timeout on UART receiver

I haven't worked with UART yet, but it looks like the UART driver function uart_read_bytes( ... ) takes an arguement for timeout.

https://github.com/espressif/esp-idf/bl ... ver/uart.h
by chartle2
Mon Oct 30, 2017 1:21 pm
Forum: General Discussion
Topic: question about remote peripheral
Replies: 0
Views: 2141

question about remote peripheral

Hey all, As far as I can tell, the only way to terminate a receive on the Remote peripheral is to set the idle threshold. Is there no way to terminate a receive after a specified number of period/level value pairs? This requires that my idle threshold is longer than the longest expected period in th...
by chartle2
Sat Oct 21, 2017 2:02 pm
Forum: General Discussion
Topic: espnow demo
Replies: 2
Views: 4280

Re: espnow demo

This ended up being a hardware issue. The original esp32-thing dev boards I purchased from Sparkfun just don't work correctly. This could be that the board uses a 26 Mhz crystal or something else. I bought new boards from Adafruit that use the ESP-WROOM-32 module and the sample espnow demo works out...
by chartle2
Fri Oct 06, 2017 2:49 am
Forum: General Discussion
Topic: espnow demo
Replies: 2
Views: 4280

espnow demo

Has anyone had any luck using the espnow demo from the master github repo (examples/wifi/espnow) ? I have two devices running the demo and I continually receive an error status of 1 from the send callback. Occasionally, like one out of every 50-100 transmission attempts, one of the devices will rece...