-
Notifications
You must be signed in to change notification settings - Fork 1k
Add support RAK811 #229
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
Add support RAK811 #229
Conversation
Alpha Test
Hi @sabas1080 , So in stm32_eeprom.c, it require to handle this case:
Probably like this
|
Work ok blink, define led_built ok, Serial ok |
It seems you used an old version of the core to test. RAK is not a Nucleo 64. It hink you could add a "RAK" menu and then the RAK 811 |
This PR should be replaced by this one: #254 |
#254 merged. |
Hi
I am trying to add the board RAK811, I am new to this and I have followed this tutorial
https://github.com/stm32duino/wiki/wiki/Add-a-new-variant-(board)
RAK811 info:
"core": "stm32",
"cpu": "cortex-m3",
"extra_flags": "-DSTM32L151xB -DSTM32L151CBx",
"mcu": "stm32l151cbx",
"variant": "stm32l151xba",
"url": "http://www.rakwireless.com/en/download/RAK811/Hardware%20Design",
"vendor": "RAK"
stm32flash /dev/ttyUSB0
stm32flash 0.5
http://stm32flash.sourceforge.net/
Interface serial_posix: 57600 8E1
Version : 0x31
Option 1 : 0x00
Option 2 : 0x00
Device ID : 0x0429 (STM32L1xxx6(8/B)A)
RAM : 16KiB
Flash : 128KiB (size first sector: 16x256)
Here is source,
https://github.com/RAKWireless/RAK811_BreakBoard
Datasheet:
http://wiki.rakwireless.com/lib/exe/fetch.php?media=rak811_lora_module_datasheet_v1.3.pdf
Examples of boards:
https://www.aliexpress.com/store/product/RAK811-LoRa-Tracker-Board-MAX-7Q-GPS-Module-and-MEMS-Sensor-Wireless-Remote-Positioning-Solution-LoRaWAN/2805180_32844470946.html?spm=2114.12010608.0.0.219c103eDASa9w
Thanks
#219
rogerclarkmelbourne/Arduino_STM32#442