Arduino-Profile-Examples
Arduino-Profile-Examples copied to clipboard
Example for Dragino LoRa Devices.
I am trying to get GPS data by using the dragino Lora-GPS shield. I used your code but I am not getting any data in serial monitor. I removed the...
Unable to receive GPS data in Arduino ide after connecting LorR-GPS shield GPS data that I'm receiving is something wrong and I found no tutorial that has proper instructions. Everyone...
I'm currently developing a project that relies on an Arduino sending data to a MQTT server over LoRa and a dragino GateWay. I'd really like to send data in JSON,...
int hh has been defined. h not if accepted, pls commit
After attempting to connect to TTN, and somehow having it work once, my gateway is no longer connected and any attempt at sending data from a node is pretty much...
Please revert to v1.0 where file is NOT truncated
#include #include #include // Singleton instance of the radio driver RH_RF95 rf95; float frequency = 868.0; dht DHT; #define DHT11_PIN A0 float temperature,humidity,tem,hum; String datastring1=""; String datastring2=""; char tem_1[8]={"\0"},hum_1[8]={"\0"}; char...