Replies: 3 comments 1 reply
-
You seem to be using a device with 3.3V logic (SX1278) with a 5V Arduino (Uno). That will destroy your SX1278 in the longterm and lead to stability issues in the short term. You have to use a logic level shifter between them.
But I assume you did find the examples for transmit and receive right? Soooo ... have you tried combining them in some way? There's also a handy example for SX126x that shows a ping-pong exchange, it should be very easy to modify for SX1278. EDIT: Also, this is still not an issue - converting to discussion instead. |
Beta Was this translation helpful? Give feedback.
-
Regarding your comment in #325: You can just call the |
Beta Was this translation helpful? Give feedback.
-
Yes, Did not work
…On Sun, 27 Jun 2021, 1:18 am Jan Gromeš, ***@***.***> wrote:
Regarding your comment in #325
<#325>:
You can just call the transmit() method after you succesfully receive() a
packet. Have you tried that?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#324 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO3QJTY74DPTXNR6XWUB3TLTUYVHXANCNFSM47LUQI4A>
.
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I am using the following hardware -
Voltage - 3.3V
I want to establish a two way communication between the two devices where the receiver sends a feed back to transmitter that data is successfully received.
I want both devices to be able to communicate to each other.
I couldn't find any such example code, so please help me with a sample code or any relevant info.
Thank You
Beta Was this translation helpful? Give feedback.
All reactions