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

add board for Seeedstudio LoRa E5 Mini #17059

Open
donsez opened this issue Oct 26, 2021 · 1 comment
Open

add board for Seeedstudio LoRa E5 Mini #17059

donsez opened this issue Oct 26, 2021 · 1 comment
Assignees
Labels
Type: new feature The issue requests / The PR implemements a new feature for RIOT

Comments

@donsez
Copy link

donsez commented Oct 26, 2021

Description

add board for Seeedstudio LoRa E5 Mini

The Seeedstudio LoRa E5 Mini board is the compact version of the Seeedstudio LoRa E5 Dev board (already in boards/lora-e5-dev).

This board works like the Seeedstudio LoRa E5 Dev board.

However, it had only one user buttons (tagged boot) instead of two.

cd tests/leds
gmake BOARD=lora-e5-dev
main(): This is RIOT! (Version: 2022.01-devel-217-g43bef)
On-board LED test

Available LEDs: 1

Will now light up each LED once short and twice long in a loop
cd tests/buttons
gmake BOARD=lora-e5-dev
Help: Press s to start test, r to print it is ready
START
main(): This is RIOT! (Version: 2022.01-devel-217-g43bef)
On-board button test

 -- Available buttons: 2

 -- Try pressing buttons to test.

[SUCCESS]
Help: Press s to start test, r to print it is ready
START
main(): This is RIOT! (Version: 2022.01-devel-217-g43bef)
On-board button test

 -- Available buttons: 2

 -- Try pressing buttons to test.

[SUCCESS]
Pressed BTN0
Pressed BTN0
Pressed BTN0
git checkout 1fa6374530c5ad5134f488a3bcde16b906067aa5
cd tests/pkg_semtech-loramac
gmake BOARD=lora-e5-dev LORA_DRIVER=sx126x_stm32wl
> loramac set deveui cafebabecafe1234
> loramac set appeui cafebabecafeffff
> loramac set appkey cafebabecafe1234cafebabecafe1234
> loramac join otaa
Join procedure succeeded!

Useful links

@fjmolinas fjmolinas self-assigned this Oct 26, 2021
@aabadie aabadie added the Type: new feature The issue requests / The PR implemements a new feature for RIOT label Jan 5, 2022
@jdavid
Copy link
Contributor

jdavid commented Jan 20, 2023

Also the mini does not have the lm75a sensor.

If this was to be done, how should the code be organized?
Maybe:

boards/common/lora-e5
boards/lora-e5-dev
boards/lora-e5-mini

??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: new feature The issue requests / The PR implemements a new feature for RIOT
Projects
None yet
Development

No branches or pull requests

4 participants