Hello,
I plan to build an IoT end node to manage some beehives. I would like to know which lib / shield / module is the most mature to start with ?
I would be compliant with Lorawan 1.0.3 at least.
My first overview is :
- LMIC lib
- iM881A module
- RFM95W module
- STM32CubeExpansion_LRWAN_V2.0.0 ...
Search found 5 matches
- Wed Mar 24, 2021 4:18 pm
- Forum: General discussion
- Topic: good start for a IoT design
- Replies: 1
- Views: 1596
- Wed May 20, 2020 3:33 pm
- Forum: Libraries & Hardware
- Topic: HardwareTimer : How to handle HardwareTimer instance caller in the timer callback
- Replies: 3
- Views: 7992
Re: HardwareTimer : How to handle HardwareTimer instance caller in the timer callback
that's clear now, thank you for all ! 

- Wed May 20, 2020 1:52 pm
- Forum: Libraries & Hardware
- Topic: HardwareTimer : How to handle HardwareTimer instance caller in the timer callback
- Replies: 3
- Views: 7992
HardwareTimer : How to handle HardwareTimer instance caller in the timer callback
Hello,
As of the new 1.9.0 release, attachInterrupt callback's API of the HardwareTimer class is now std::function(void). HardwareTimer *htim is no longer passed as argument. As the callback must be a C function pointer, it must be a static function or a static member. So "this" operateur isn't ...
As of the new 1.9.0 release, attachInterrupt callback's API of the HardwareTimer class is now std::function(void). HardwareTimer *htim is no longer passed as argument. As the callback must be a C function pointer, it must be a static function or a static member. So "this" operateur isn't ...
- Mon May 18, 2020 12:14 pm
- Forum: Let us know a bit about you and your projects
- Topic: Hi from french Alps
- Replies: 1
- Views: 4265
Hi from french Alps
Happy to join the stm32duino community.
I have co-created a non-lucrative association that promotes sciences for children ( from 6 to 16 yo). I'm intensively using Nucleo boards for experiences, electronic challenges, robots and coding lessons based on blockly interface.
STM32duino is the (second ...
I have co-created a non-lucrative association that promotes sciences for children ( from 6 to 16 yo). I'm intensively using Nucleo boards for experiences, electronic challenges, robots and coding lessons based on blockly interface.
STM32duino is the (second ...
- Mon May 18, 2020 11:54 am
- Forum: Builds and Announcements
- Topic: Release 1.9.0 is available
- Replies: 11
- Views: 30929
Re: Release 1.9.0 is available
Thank you for releasing the 1.9.0.
I have noticed that HardwareTimer API has changed.
As we may have developped some libraries based on the previous API, is there a preproc #define that identify the platform version (e.g. "1.9.0") so that it will support both releases ?
One may work with the 1.8.0 ...
I have noticed that HardwareTimer API has changed.
As we may have developped some libraries based on the previous API, is there a preproc #define that identify the platform version (e.g. "1.9.0") so that it will support both releases ?
One may work with the 1.8.0 ...