-
Do you know of any remote control buttons that will work with the SX1278 in this module?
-
Is there any way I can configure it to work with SX1278 + single-channel gateway (my gateway seems to be working already) ?
I tried this, but it didn't help:
```
LMIC_setupChannel(0, 434500000, DR_…
-
Hi,
I am trying to upload the program in Arduino Adafruit feather with Doorji(sx1278)LoRa module .it will upload but can't able to send the data to gateway. so i will check the Serial monitor on…
-
Hi,
I'm using AI Thinker Ra-01 module with Arduino UNO (TX) and arduino uno (RX) but it's not working.
I am using LoRaSender.ino and LoRaReceiver.ino
Can you please help to make it working?
here i…
-
Wei1234c thanks very much for your excellent repository of code here and also the reference material! Very impressive work.
We are discussing the sx127x driver code in [this thread on the Micropyth…
-
Hello, I'm seeing that pjon is growing more and more. And with IOT getting very hot nowadays, are there plannings in implementing a routing protocol to use pjon in LoRa or similar radio modules? (Righ…
-
Hi. id tryed to transmit data to my gateway with following two lines:
```C
e = sx1272.sendPacketTimeout(DEFAULT_DEST_ADDR, "Test Baken");
```
```C
e = sx1272.sendPacketTimeoutACK(DEFA…
ghost updated
6 years ago
-
Hello,
Mongoose first install went ok. Can see files in devices. But flashing an example (Arduino basic usage) is not possible and led to this error:
Calling: Sys.GetInfo
[Sep 4 19:16:10.270] E0…
-
Hello everyone!
I have a problem.
MY 1301 gateway uses sx1301 and two sx1255.My end-node uses stm32 MCU and sx1278 to send and receive packets.And i use \lora_gateway\libloragw\test_loragw_hal to …
-
I have two of these boards, one a sender and one a receiver.
When I use polling with the receiver ([code is here](https://github.com/qbzzt/IoT/blob/master/201801/Hay_Bale_Fire/05_LoRa_Receive.ino))…
qbzzt updated
6 years ago