Excellent instructions! My LoRa-E5 has sent a “HELLO” to my Things Network Indoor Gateway (TTIG) on US915 with TTS V3.
Question: How can JSON data be sent? The double quotes in JSON seem to interfere with the AT command syntax, AT+MSG=“Data to send”. Is there a way to escape the quotes or use single quotes?
An example JSON Message would be: { “Temperature”: 25.1, “Humidity”: 32 }