Skip to content

Trying to convert the APRS_Position_LoRa.ino example to STM32WL for Ebyte's E77 STM32WLE5CCU6 board #1323

Closed Answered by radiohound
radiohound asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, I was able to get the modules to transmit and receive using the example code. For this module, there are only 2 outputs for the switch, but I use the third one to turn on an LED for transmitting. Thanks for everyones help.

// set RF switch configuration for EBytes E77 board
// PB3 is an LED - activates while transmitting
// NOTE: other boards may be different!
//       Some boards may not have either LP or HP.
//       For those, do not set the LP/HP entry in the table.
static const uint32_t rfswitch_pins[] =
                         {PA6,  PA7,  PB3, RADIOLIB_NC, RADIOLIB_NC};
static const Module::RfSwitchMode_t rfswitch_table[] = {
  {STM32WLx::MODE_IDLE,  {LOW,  LOW,  LOW}},
  {STM…

Replies: 5 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@radiohound
Comment options

@jgromes
Comment options

@radiohound
Comment options

Comment options

You must be logged in to vote
2 replies
@jgromes
Comment options

@radiohound
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by radiohound
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants