cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 + LoRa sx1278

EPora.1
Associate II

Hi!

I'm trying to get a connection between the stm32f411ce and the LoRa sx1278.

The first comm fails because I read 0x45 on the RegVersion register on the LoRa(which is addresed at 0x42). From the documentation I read that it should be 0x12. does anyone know if it's OK? maybe it's a sign of a fake chip?

Thanks!

Eyal Porat

4 REPLIES 4

Real hard to make much of any determination from the info presented.

Probably at least as likely that you've got it configured or connected wrong.

Custom HW?

How's everything connected?

Minimal project to probe SPI connection to SX1278 and output via a UART?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thanks for your reply!

I'm using a custom board. the SPI bus is connected to an SD card and a flash chip as well. each one with its own CS pin. The SD and flash work so I assumed that's not the problem. I'm programming the board with an STlink V2 and reading the data like so.

Also I probed the SPI lines with a pretty crap multimeter/scope and all I can tell is the lines are moving. I don't have a logic analyzer.

EPora.1
Associate II

CLOSED problem with the SPI driver...