How i am use SPI to transmit Heltec lora32 v2 data to arduino ou serial for pc ? #727
Answered
by
cyberman54
HelloWar75
asked this question in
Q&A
-
How i am use SPI to transmit Heltec lora32 v2 data to arduino ou serial for pc ? |
Beta Was this translation helpful? Give feedback.
Answered by
cyberman54
Jan 20, 2021
Replies: 1 comment 1 reply
-
You need a local host which acts as SPI master. Could be a Arduino or PC. You need to write a small program to receive and process the data. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HelloWar75
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need a local host which acts as SPI master. Could be a Arduino or PC. You need to write a small program to receive and process the data.