I’m planning on creating a little monitoring device and need a little help with choosing hardware board.
The device must be able to collect data through analogue and digital inputs and then present them to a user through a web server. I have been looking on some of the demo’s on the FreeRTOS website but the amount of boards available on the market gets me all confused.
Can someone please link me to a board supported by FreeRTOS that would be a good start for this project. Size and price matter.
Take a look at SparkFun: www.sparkfun.com. They’re a hobbyist support site where people seem to build lots of projects like yours. They have a wide range of microcontroller boards available. The tricky / expensive part of your project is the web-server bit. You’ll need a board with an Ethernet interface, or a USB interface and a LOT of programming skill.
It is actually a student project i’m doing for a little company and even though the requirements for such a project is small, they want some hardware (maybe AVR32 or ARM7) they can use in future for more resource intensive projects.
I bought my Arduino board at Sparkfun but didnt know that they were selling other kinds of microcontrollers.
I have used it and it seems to work well using FreeRTOS and the Luminary driver library. With the existing port you can’t use the micro SD and the display at the same time (unless recent versions have fixed that). I have modified my version to allow it to work but its against 4.7.2 but haven’t finished porting to the current version.
With this class of boards the Ethernet and web server have very basic capabilities to fit in the available resources.