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

spi1 #206

Open
tcpipchip opened this issue Nov 22, 2022 · 13 comments
Open

spi1 #206

tcpipchip opened this issue Nov 22, 2022 · 13 comments

Comments

@tcpipchip
Copy link

tcpipchip commented Nov 22, 2022

Hi
Is it working ?

SPI1.begin();

@GrumpyOldPizza
Copy link
Owner

He's. If the variant you are using supports it ... However I would think that none of the variants exposes a SPI1 for STM32L0.

@tcpipchip
Copy link
Author

tcpipchip commented Nov 23, 2022

yes, no support in the variants to SPI1 in STM32L073 :(
I will have to add the SPI1, because i use the LOM204 module, a STM32L073 module with SX1276 in SPI...i will have to add a ENC28CJ60 on SPI1...

Btw, i did a blog using RADIOHEAD...reference to your ARDUINO CORE STML0 lib :)
https://lom204-cli-wisol.blogspot.com/2022/11/lom204a-criando-uma-rede-mesh-com.html

@GrumpyOldPizza
Copy link
Owner

I see. The way this code works with LoRaWAN is to basically bypass the Arduino layer and talk to SPI directly internally. There is code in ArduinoCore-stm32l0/tree/master/system/STM32L0xx/Source/LoRa/Boards that does that.

I have not been able to find any docs for LOM204 at all ...

@UT2UH
Copy link

UT2UH commented Nov 27, 2022

@tcpipchip - can you share LOM204 docs? And the price/availability as well. I will add its support both to the core fork and RadioHead.

@tcpipchip
Copy link
Author

good morning!!!!!!!
Datasheet_LOM204A_V0.1_20190715.pdf
You can get in SOUTH AMERICA
https://loja.smartcore.com.br/modem-lora-para-rede-publica-lorawan-wisol-lom204a-br00
Price, about $26,00 one piece

@tcpipchip
Copy link
Author

let me know if you need more info about LOM204...
Wisol - carta para acompanhar WSLOM204A02 - SmartCore - p2p -20220901.docx

@tcpipchip
Copy link
Author

@tcpipchip - can you share LOM204 docs? And the price/availability as well. I will add its support both to the core fork and RadioHead.

About RadioHead fork, can you make it compatible with STM32 ARDUINO GITHUB ?
https://github.com/stm32duino/Arduino_Core_STM32
Because we want to make compatible with https://github.com/khoih-prog STM32L0 examples :), where i was a collaborator...

@UT2UH
Copy link

UT2UH commented Nov 27, 2022

let me know if you need more info about LOM204...
Do you have MCU-SX1276 pinout?

@UT2UH
Copy link

UT2UH commented Nov 27, 2022

About RadioHead fork, can you make it compatible with STM32 ARDUINO GITHUB ?
Sorry, no. I use RadioHead but only with this core.

@tcpipchip
Copy link
Author

GPIOS_LOM204_GIT.docx

@tcpipchip
Copy link
Author

have you done some gateway with RADIOHEAD on STM32 ?
Wifi, ethernet, GSM, etc
Today i use only the UART

@UT2UH
Copy link

UT2UH commented Nov 27, 2022

have you done some gateway with RADIOHEAD on STM32 ? Wifi, ethernet, GSM, etc
Sorry, no.

@tcpipchip
Copy link
Author

OK

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

3 participants