-
-
Notifications
You must be signed in to change notification settings - Fork 634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LORA COMMUNICATION USING NANO #691
Comments
Huh? Please tell more about your setup, what are you using. How did you connect everything? Which code are you using? The sender and receiver samples? |
IM USING NANO AND LORA SX1278 SENDER CODE : #include <SPI.h> byte msgCount = 0; // Count of outgoing messages /*
Module SX1278 // Arduino UNO/NANO void setup() { while (!Serial); if (!LoRa.begin(433E6)) { // or 915E6, the MHz speed of your module void loop() { RECEIVER CODE : #include <SPI.h> byte data[50]; /* #include <SPI.h> void setup() { while (!Serial); void loop() { // try to parse packet Serial.println(MyMessage); } |
I'M using nano for both transmitter and receiver side OUTPUT Transmitter side : LoRa Sender receiver side : S��LN�cn��� |
Tomorrow I'll get those modules 😊 We might have very similar setups... Can you show a picture of how you connected everything? Another thing... why don't you print the RSSI of the received packet? |
OK TQ |
Connection are same as i said before | Module SX1278 // Arduino NANO vcc pin is connected to 3.3v nano board |
I wanted to see how you did the physical connection in part to help and in part to see how to do it myself because that module I think that the holes do not align with a protoboard. |
ok i will share |
I have doubt should i use level converters between lora and nano |
Can you take a closer picture of the connections to the module? From this far away it seems as if the connections are wrong, for example I can't see where you connected the blue cable (GND). |
I HAVE GIVEN COMMON GROUND FOR EXTERNAL 3.3 V SUPPLY |
the ground from nano is given to the GROUND LINE of the bread board and ground from the external 3.3v is connected to the bread board ground line and lora is also connected to same ground line |
Have you checked continuity between the soldered cables? I soldered cables to that module yesterday and it is a pain in the a**. Perhaps there is a short circuit somewhere. |
Haa the connection are right I have checked the continuity |
Can i know that you are able to receive the data from lora using nano |
If it is working can you share the circuit diagram |
Hello, I was able to make it work. But I'm using Arduino Pro Mini. These are the connections:
The coil antenna seems to be pretty bad, -80dBm with two modules next to each other. I get better reception with the modules Ra-02 and a cable as an antenna |
can you check with Aduino nano |
and can you share the outputs and also print rssi value of received packet |
Hello, I don't have an Arduino nano so that test is not possible for me... Is it possible that Arduino nano uses 5V? You should use 3,3V for the LoRa modules, they might work at 5V but long term they might be damaged by that voltage. The RSSI I'm getting is -64dBm with the modules next to each other. |
I see you connected RST -> RST, shouldn't it go to D9? |
haa yes rst---> d9 |
i m using logic level converters between lora and nano LoRa Receiver |
and can you share the code and as well as ouput |
I took the code from here: https://iotprojectsideas.com/multiple-lora-nodes-communication-with-master-lora-node/ The output won't tell you much. |
can you give me the voltage at every pins of lora at sender and receiver |
Hoo oky i will once again |
And also i m receiving the data but there is a small issue that when i m sending 10 packets of data i'm only receiving 7 to 8 packets with -54 Rssi I think there is a power supply issue with lora |
How often are you sending the packets? The LoRa protocol is rather limited in badwitdh |
Is anything we need to configure for lora |
Hi @Srivardhan06 I have a similar problem. Did you find any solutions? thanks |
I'm working on lora communication using nano i m not receving the data
and some times i'm receving the garabage values like:????????????
can you help me in this issue
thank you
The text was updated successfully, but these errors were encountered: