please, is arduino a good start point for me and after arduino what's next, I need your advise I'm studying entrepreneurship study in school and I'm in my industrial training period due to my love for embedded system I choose to learn arduino.
please, is arduino a good start point for me and after arduino what's next, I need your advise I'm studying entrepreneurship study in school and I'm in my industrial training period due to my love for embedded system I choose to learn arduino.
Although I'm personally not a fan of the whole Arduino thing, you will find it's an easy way to get started with embedded development and there's lots of information out there. For the same reason, the next step is often the Raspberry Pi for "bigger" projects.
However, if you want to get a bit deeper into embedded rather than stretch upwards to bigger projects, I can recommend Energia. This is an Arduino IDE port to work on TI's MSP430 (and other) processors. You can then shift your Arduino sketches into Code Composer Studio and take advantage of a more powerful IDE with JTAG debugging, etc.
Although I'm personally not a fan of the whole Arduino thing, you will find it's an easy way to get started with embedded development and there's lots of information out there. For the same reason, the next step is often the Raspberry Pi for "bigger" projects.
However, if you want to get a bit deeper into embedded rather than stretch upwards to bigger projects, I can recommend Energia. This is an Arduino IDE port to work on TI's MSP430 (and other) processors. You can then shift your Arduino sketches into Code Composer Studio and take advantage of a more powerful IDE with JTAG debugging, etc.