Bruno Mattedi

Results 3 comments of Bruno Mattedi

@per1234 Probably due to the hardware (SAMD), the code tries to reply too early and it isn't able to do so. I checked with the oscilloscope and although the debugging...

It's probably due to XBee3 having no secondary UART interface, only primary UART, so you have limitations. ![image](https://user-images.githubusercontent.com/26379593/116308803-58a72900-a77e-11eb-9db3-0d8f50ccceae.png) You probably need to go here: ![image](https://user-images.githubusercontent.com/26379593/116308865-6c528f80-a77e-11eb-94dd-3343a888f92b.png) [Digi MicroPython](https://www.digi.com/resources/documentation/digidocs/PDFs/90002219.pdf)

You can use the side pins, this way you will be able to use normal jumpers to connect XBee's primary UART to ESP32 UART. ![image](https://user-images.githubusercontent.com/83078379/116431315-0e758480-a81e-11eb-947b-74a79fa50210.png) The connection need is: ```...