Embedded Development

How to Save Money and Reduce Risk Developing a New Electronic Hardware Product

https://blog.hackster.io/how-to-save-money-and-reduce-risk-developing-a-new-electronic-hardware-product-1d554c5bb762 Bringing a new electronic product to market is generally difficult, risky, and expensive. To succeed, and make it to eventual profitability, you need to focus your early efforts on minimizing risk and cost. This article gives tips if you plan to go to hardware business.  Here is another related article worth to read: Let’s

Converting traditional sysV init scripts to systemd

https://www.redhat.com/en/about/blog/converting-traditional-sysv-init-scripts-red-hat-enterprise-linux-7-systemd-unit-files?sc_cid=7016000000127ECAAY There is trend with many Linux distributions that old well known init system is replaced with systemd. It very different system that uses different techniques and scripts. This article gives tips how to convert a SysV init script to a systemd unit file.  It is useful to know how to use both systems, because everything will not

ARM Releases Machine Readable Architecture Specification

https://alastairreid.github.io/alastairreid.github.io/ARM-v8a-xml-release/ The companies that design processors all provide specifications of their products. These specifications are usually in the form of books or PDF documents.  It is then up to diligent engineers and academics around the world to read those documents and transcribe the relevant parts into computer languages such as C, C++, Verilog, O’Caml, Coq,

Using the Raspberry Pi as a Microcontroller

https://opensource.com/life/16/3/how-configure-raspberry-pi-microcontroller?sc_cid=7016000000127ECAAY Pi or Arduino? They’re both small, they’re both powerful, and they both get used in electronics hobby projects, but the Raspberry Pi is not an Arduino. However, the Pi can do a pretty good job of acting the part in a pinch. That said, don’t be afraid of trying the Arduino if you haven’t

Embedded Systems Safety & Security Survey

Information security issues are in this Internet of Things era very important for embedded systems developers. You need information from many sources, and one valuable information source are surveys made by differet companies. For the third year in a row, Barr Group has conducted its annual Embedded Systems Safety & Security Survey of embedded systems designers in

How to build an IoT project with Mongoose OS | Opensource.com

https://opensource.com/article/17/3/mongoose-os-iot-development?sc_cid=7016000000127ECAAY This Mangoose OS looks interesting. The features it provides, including: An installation time of one minute Support for both C and JavaScript as development languages. The use of JavaScript allows for very fast prototyping, so projects like IoT button can be implemented literally in two minutes A simple networking interface that allows you to control devices