Arduino-Library icon indicating copy to clipboard operation
Arduino-Library copied to clipboard

IOTMP Arduino Library for connecting devices to thinger.io #IoT

Results 21 Arduino-Library issues
Sort by recently updated
recently updated
newest added

The `thing.add_wifi` interface should be able to support more than one Wifi Connection.

enhancement

Hi! After playing with Thinger.io for the past few days (it's amazingly awesome) I'm missing one great feature: a possibility to fire a single event on an Arduino right from...

enhancement

I am currently unable to update the firmware of my devices over the air. The procedure seems to go fine, I can see the devices online, I can push the...

I am wondering, is it possible to connect to the thinger io dashboard using the tinygsm library but using a 4g module like the sim7600g, the example in the library...

I am using currently using the thinger library on about 20 MKR NB devices, that connect over LTE-M or NBIOT, which is soon about to jump up to 80 devices....

I'm having some problems dealing with this library, because it takes control of the WiFiManager lib. I really like to be myself to handle the wifi/networking stuff. I sometimes take...

I identified that, in occasional situations, after the GSM modem connects with the APN, the library is stuck trying to connect in the websocket. Apparently, this problem might be with...

Olá, @alvarolb The `ThingerTinyGSM.h` file needs to be fixed so that it can compile with FreeRTOS. The correction proposal below is correct: [Here (link)](https://github.com/thinger-io/Arduino-Library/blob/1415f9038706bf88cbbd97231272e87eda6b5539/src/ThingerTinyGSM.h#L33) ``` class ThingerTinyGSM : public ThingerClient...

We noticed that after recent updates (both in the VS Code Extension and in the Thinger-Arduino library), the OTA update fails frequently. We have a device with Thinger-Arduino version 2.25.2...

If possible, implement a state in THINGER_STATE enum to inform when the Router SSID and Password have not yet been registered on the device, either using WiFiManager (`ThingerESP8266WebConfig` and `ThingerESP32WebConfig`)...