I will be creating some demo sketches showcasing the functionality of the LoRaONE board. If you have any suggestions or would like to see a working example of some specific functionality, please leave a reply here.
i have a LoraOne Module, im hope you could upload an example of a GPS aplication sendind data to a Getway,
could you help me with this, im new in LoRa and i dont have any documentation of how to send data trought arduino, if you could help it will be nice to test my working range.
i have 4 Multitech conduit Getways with i Mdot (lora) each one.
Hi nice example but i cant get it to work, im just geting network fail.
Connection to the network failed!
i have Multitech Conduit Getway i dont know if it could be part of the problem i know this one it 8 Chan, i dont know if it have somethign to do with this
No - please make sure you have the most recent board manager in your arduino environment - can you confirm the GPS bit working ? Can you copy the output of the serial monitor please ?
strange, it looks like you getting no response from the RN2483 can you add the follwing just before before
Serial1.println("sys get ver");
if (Serial1.readBytes(buffer,sizeof(buffer)))
SerialUSB.println((char*)buffer);
// Add above before this line .....
SerialUSB.println("Hit any key to enter loop or wait 5000 ms");
You should see some output like -> RN2483 1.0.1 Dec 15 2015 09:38:09
Hi, i am interested in a garbagesensor to detect empty.halffull or full and sends it every 10 minutes.
got a sodaq autonomo incl ultrasonic sensor and LoRa is that possible to do.
Hi, i am currently working on an advanced track and trace system for my internship at a sofware company(sogeti). It would be nice to have a sleepmode to safe some battery capacity.
Please provide an example of two LoRAONE boards talking to each other without a gateway. I’d like peer-to-peer for some of my projects because the nearest gateway is too far away.
Thanks!