You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#define PIN_NSS 18
#define PIN_DIO0 26
#define PIN_BUSY -1 // Not used in this sketch for sx1278
#define PIN_RESET 23
#define PIN_DIO1 -1 // Not used in this sketch for sx1278
It's transmitting now, as set, RTTY, 4FSK V2, LoRa APRS and LoRa , and I am awaiting the inside GPS lock to see if I have the right configuration set for that too.
Working GPS pins for this model:
// GPS Serial device
static const int Rx = 12, Tx = 34; // This will probably be different for your board
static const uint32_t GPSBaud = 9600;
some info used:
Thanks !
Ben
The text was updated successfully, but these errors were encountered:
Hi, this morning I grabbed "some hardware" from my drawer to give this a test :-)
With a bit of Google I got passed the "init failure" by setting the lora config to:
************************************************************************************/
#define SCK 5
#define MISO 19
#define MOSI 27
#define CS 34
#define PIN_NSS 18
#define PIN_DIO0 26
#define PIN_BUSY -1 // Not used in this sketch for sx1278
#define PIN_RESET 23
#define PIN_DIO1 -1 // Not used in this sketch for sx1278
It's transmitting now, as set, RTTY, 4FSK V2, LoRa APRS and LoRa , and I am awaiting the inside GPS lock to see if I have the right configuration set for that too.
Working GPS pins for this model:
// GPS Serial device
static const int Rx = 12, Tx = 34; // This will probably be different for your board
static const uint32_t GPSBaud = 9600;
some info used:
Thanks !
Ben
The text was updated successfully, but these errors were encountered: