Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We could use some documentation / wiki on this #1

Open
zanco opened this issue Feb 3, 2024 · 0 comments
Open

We could use some documentation / wiki on this #1

zanco opened this issue Feb 3, 2024 · 0 comments

Comments

@zanco
Copy link

zanco commented Feb 3, 2024

Hi, this morning I grabbed "some hardware" from my drawer to give this a test :-)

Lilygo-no-display
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:

ttgo t-beam v 1 1

Thanks !

Ben

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant