Connection Lora 1278 to Arduino #222
Replies: 4 comments 18 replies
-
Since the LoRa module uses SPI to communicate, you have to connect all the SPI wires - the examples only show the pins that can be connected to any digital pin. On most Arduino boards (like Uno), SPI pins MISO/MOSI/SCK are fixed. |
Beta Was this translation helpful? Give feedback.
-
I have been experimenting with the GNICE sx1268F30. P0 may be modified by varying the drive level. Users may also find this breakout of interest, since it appears that the chips share the same spacing. Interestingly, the sx1278F30 does not explicitly label BUSY, as compared to the sx1268F30, but denote DIO0 that physical location. And yes, in the USA (and many other countries) transmitting in the 70cm amateur radio band requires a license, at any power out level! https://github.com/N6RFM/LoRA-PCB Thanks Jan for great support! |
Beta Was this translation helpful? Give feedback.
-
Finaly i'v soldered first LoRa and tried "chanel activity detection" and "recive" - this library works good, thanks :) Can you help please with another question? Thanks again ans sorry for disturbing :) |
Beta Was this translation helpful? Give feedback.
-
Hello again! I dont want to start new theme, so i will ask in this... I want try t use NRFl2401 module. Im beginner in arduino-theme and heared thet we can you "acknoledge" (or something like that) with usefull payload. I think it's some kind of confirmation, yes? So, can we with this liblary to pack usefull data and send them in this confirmation message? Thanks ) P.S. As i said before - english isnt my first, so ims sorry about mistakes ;-) |
Beta Was this translation helpful? Give feedback.
-
Hello, i'v got a little question:
I want to connect my Lora 1278 to Arduino, code in exmaples says that we have to connect 4 wires:
// NSS pin: 10
// DIO0 pin: 2
// RESET pin: 9
// DIO1 pin: 3
And also +5V and GND
Before this library i was trying another:
https://github.com/sandeepmistry/arduino-LoRa
And there i found that we have to connect almost all wires:
SCK toSCK
MISO to MISO
MOSI to MOSI
NSS to 10
NRESET to 9
DIO0 to 2
And also +5V / GND
Can you tell me please about correct wiring? Thanks :)
P.S. English is'nt my first, sorry about mistakes.
Beta Was this translation helpful? Give feedback.
All reactions