boards/sodaq-sara-aff: Initial support#10435
Conversation
|
Nice one @leandrolanzieri ! Do you plan to work on the NB-IoT drivers ? |
@aabadie yes! I'm starting with some tests now and I plan to work on the driver afterwards. |
aabadie
left a comment
There was a problem hiding this comment.
I don't have the hardware for testing but codewise it looks already good and configured things match the datasheet.
Just one comment regarding LED0, see below.
|
@aabadie is this good to go? |
Not really, the first question of this #10435 (comment) is still not addressed and I haven't this hardware for testing. But I guess someone on your side can do the testing. |
Sorry, missed that. Now it's changed. |
|
I'll do some tests for the configured peripherals |
|
Besides one minor exception (commented inline) all tests went smooth.
|
|
@leandrolanzieri please address squash immediately after addressing my comment. @aabadie would you remove your change request? |
feafad5 to
1e6282b
Compare
|
@PeterKietzmann done |
|
examples/lua_REPL and tests/unittests need some blacklisting due to insufficient ram. @aabadie mind to remove your change request? |
1e6282b to
d53fbb0
Compare
| /** @} */ | ||
|
|
||
| /** | ||
| * @name NB-IoT SARA module |
There was a problem hiding this comment.
Can a driver for this be found in some branch somewhere?
There was a problem hiding this comment.
I started doing one here. Basic functionalities but is working last time I checked.
There was a problem hiding this comment.
If there is interest I can make it PR ready with the current features
There was a problem hiding this comment.
I think there certainly is. Maybe @keestux could be interested.
There was a problem hiding this comment.
I was looking into possible mobile uplinks for RIOT and found #10086 and this.
Having a PR probably won't hurt so this is not forgotten
|
BTW I am co-author of the Arduino libraries for these Ublox modems [1]. (Notice how I squeezed in the company name, just like Adafruit and others.)) Having drivers in RIOT is/was on my todo/wish list. And ultimately, be able to actually write applications with RIOT instead of the horrible Arduino. I was wondering if it was worthwhile to convert these (C++) libraries into RIOT drivers. There's a lot of code to be re-used. [1] https://github.com/SodaqMoja/Sodaq_R4X, https://github.com/SodaqMoja/Sodaq_N2X, https://github.com/SodaqMoja/Sodaq_3Gbee |
|
It should be possible to use Arduino libraries in RIOT #12518 |
Contribution description
This PR adds the initial support for the SODAQ SARA AFF boards (R410M and N211).
The hardware includes:
Right now we don't have drivers for the on-board modules.
Testing procedure
Follow the instructions in the Flash the board section of the documentation to test this.
Issues/PRs references
None