Questions tagged [lora]
The lora tag has no summary.
18 questions
1
vote
0
answers
53
views
Why LoRa Ai Thinker 433Mhz doesn't go in Receive mode after we send ACK? [closed]
So basically I created a simple Receiver and Transmitter using Two Lora Ai Thinker 433Mhz (Sx1278). I am using Esp8266 with one Lora (as transmitter). It sends packet when we press button. On Receiver ...
1
vote
0
answers
90
views
rylr498 receiver problem
I have a problem receiving heart rate message tranmission data from the reciever. I was able ot transmit the data from the trasnmitter but I am unavke to recieve the data from the reciever side. This ...
-1
votes
2
answers
456
views
How 2 bytes can produce negative number, mind blowing?
I am trying to use LoRAWAN and sending tempurature values as less bytes. I found that way and tested it works fine it can send negative and positive numbers as 2 bytes instead of "float" as ...
-1
votes
1
answer
136
views
Help reducing dynamic memory usage with LoRa library
I have combined code that reads heart rate and SPO2 then sends the data using LoRaWAN. Using these 2 libraries that work well by themselves LoraWAN lib | MAX30102 lib. My board is an Arduino Pro or ...
2
votes
3
answers
371
views
Heltec WiFi LoRa 32 (V3) - Encode/decode packets to binary (make message shorter)
I'm using Heltec WiFi LoRa32 boards (ESP32-S3 + SX1262).
Could you please help me how to encode data e.g. from temperature and humidity sensor into binary or hexadecimal form - to make the LoRa packet ...
1
vote
3
answers
2k
views
Lora SX1278 stops receiving after a short time
I am working with two Lora ra-02 sx1278 modules and two Arduino Uno.
Programming on Arduino IDE 2.1.1
sender
receiver
The problem is the receiver receives a few packets successfully, but then the ...
0
votes
1
answer
419
views
ESP32 TTGO T-Call connect to SX1276
I have an ESP32 TTGO T-Call and I want to add a LoRa SX1276. I am new to that and I am trying to write a simple program that, when it receives a packet from a LoRa sender, sends via gsm an HTTP ...
0
votes
2
answers
1k
views
LoRa Ra-02 Module begin and beginPacket not working in Arduino Nano
Here there, recently I am testing Lora Ra-02 module I saw many videos and it is easy to set up, according to this schematic:
LoRa SX1278 Module-----Arduino Nano Board
3.3V-------
Gnd---------Gnd
En/...
1
vote
1
answer
2k
views
How to pass AT commands to LoRa from ESP32 UART?
I have connected a Reyax RYLR998 LoRa module to an ESP32's UART2, but AT commands passed through Hardware serial are not working.
#define RXD2 16
#define TXD2 17
void setup() {
Serial.begin(...
1
vote
2
answers
150
views
compress data with 8-4-2-1-BCD-Code
Hello I would like to optimise a few values for transmission via radio (LoRa) beforehand. I have a sensor number (1-255), temperature (00.00-99.99) and humidity. (00.00-99.99) I would like to transmit ...
2
votes
1
answer
223
views
Arduino shield stacking issue
I'm having issues stacking shields on my Arduino Mega 2560. I would like to add to the mega a ethernet shield (https://store.arduino.cc/products/arduino-ethernet-shield-2) and on top of that the ...
1
vote
1
answer
281
views
Code got stuck after initialization with RFM69
I'm working on RFM69 connected to an Arduino Uno. Currently, I was able to initialize the RFM69 using the a code I modified from the internet. However, my Receiver part always encounters error. It ...
2
votes
2
answers
107
views
RFM69HCW connected to Arduino Nano 33 BLE
I tried to connect my RFM69HCW to Arduino Nano 33 BLE, so that I won't be needing a logic level shifter to downgrade the voltage, since Arduino Nano is already 3.3V. Upon checking its data sheet and ...
0
votes
0
answers
63
views
RFM69HCW connected to Arduino Uno
I have a prototype LoRa Daughter Board that utilizes RFM69HCW transceiver module. I found an interesting blog online that covers everything courtesy of Sparkfun. Here's the link RFM69HCW Tutorial by ...
1
vote
0
answers
80
views
M5 Lora module and Nano - does not receive / transmit
I'm working on my first Arduino project using LoraWAN8688 ASR6501 M5 module. I would like one nano to send message, and another nano to receive and read it.
I believe they are not sending or receiving ...