Replies: 1 comment
-
|
Update: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using VSCODE with PlatformIO/Arduino framework to program a Cubecell AB01 V2 board.
Been looking through the examples, but how do I instanciate a new radio Module() constructor for the onboard SX1262?
With normal LORA modules one would use something like;
SX1262 radio = new Module(CS_PIN, DIO1_PIN, RST_PIN, BUSY_PIN);
But I have no idea how the sx1262 is connected to the MCU internally.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions