Propose a board we should consider #180
Replies: 6 comments 10 replies
-
With the shear amount of hardware available, it seems like it might be easier to pick a few potential reference applications that vary in spec and then find hardware that fits.
Maybe you are looking for what community members are actively using? If that is the case, for me it would be AVR, STM32, and Linux/ARM SOM. |
Beta Was this translation helpful? Give feedback.
-
Raspberry Pi since its a popular development board. |
Beta Was this translation helpful? Give feedback.
-
On the more deeply embedded side (RTOS, bare-metal) I recommend the STM32 Nucleo or Discovery boards. They seem to be really common in the open source community. Specifically, here is one variant that could be a good candidate: nucleo-f767zi. It has the connector for Arduino shields (e.g. sensor boards) and also has a on-board debugger, so no extra hardware needed for debugging. |
Beta Was this translation helpful? Give feedback.
-
Rust Embedded Book uses the following: |
Beta Was this translation helpful? Give feedback.
-
@mrinalwadhwa , I've been building IOT applications with Digi XBee 3 SOCs. The advantages are low cost, built-in Zigbee Mesh networking, and a MicroPython programming environment. The downside is that it is low-powered and Python is the only language available. Regards, |
Beta Was this translation helpful? Give feedback.
-
RiscV Board getting more Industry Future Roadmap it is better Test RisCV Boards started with SIFIVE UNleashed boards for IOT applications . |
Beta Was this translation helpful? Give feedback.
-
What host boards should Ockam be tested for?
Beta Was this translation helpful? Give feedback.
All reactions