vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.91k stars 708 forks source link

Board Configuration Information for Xbee S6B Wifi module #763

Open trevorbattle opened 6 months ago

trevorbattle commented 6 months ago

I have had success using the XBee S6B module, and have some information that could go in the "Board Configuration Examples".

General Notes:

Most of the work I've done has been to get it to work with ArduinoOTA, specifically that the device can periodically poll a web site, and if a sketch update is found, download and install it.

Notes on ArduinoOTA with Digi S6B Wifi module:

However, in summary, if you really want ArduinoOTA to work with TinyGSM and XBee Wifi, it will.

I am currently attempting the same code with the XBee LTE-M devices, but some hardware changes are required at my end. The current consumption of the cellular devices is very high. (over 1000mA clean power required just for the module)