Hi guys I am using an Xbee3 802.15.4 TH. (firmware ver: 2012)
I’m trying to upload my Micropython code to Xbee device and have the following setup.
AP - Micropython REPL [4]
BD - 115200(7)
Afterwards, I checked the device working fine in the Micropython terminal and tried to upload the .py file to the device from the file system manager, dragging the file from Local Path to Remote Path, but I got the following error.
Error transferring file ‘C:.…\main.py’:ETIMEDOUT timed out
The first few times, I solved the problem by removing the device and reconnecting it, but the number of errors seems to be increasing.