Embedded Development

MISRA C coding standard

MISRA C is a set of software development guidelines for the C programming language developed by The MISRA Consortium. The aims of MISRA C aare to facilitate code safety, security, portability and reliability in the context of embedded systems, especifically those systems programmed in ISO C / C90 / C99. There is also a set

Embedded systems and IoT security technical article

I wrote a technical article on embedded systems and IoT security to Uusiteknologia.fi magazine: Designing modern electronics+ information security With the latest smart electronics and embedded microprocessors, devices connected to the network can be implemented even better, but even better care must be taken of their data security and protections. This Designing modern electronics article

Micro:Bit simulation with Tinkercad

The micro:bit is a small, pocket-sized computer board that can be programmed to perform a wide range of tasks, from displaying messages and images to interacting with sensors and creating simple games. Micro:bit programming is designed as an exciting and accessible way to introduce coding and electronics to beginners of all ages. The available languages

Surge protection of serial ports

What happens when your RS-232 serial ports do not have enough surge protection in them and surge hits? Here are some examples what can happen: The failed chip on those examples is ZT3243LFEY from ASIX Electronics Corporation. ASIX Electronics’s ZT3243LFEY is triple transmitter quint receiver rs-232 28-pin tssop in the interface, bus line transceivers category.

Arduino UNO R4

Arduino has released an official successor to the iconic Arduino UNO R3 board, the most well-known representative of the microcontroller platform and programming environment based on Arduino’s open hardware, has been released. The Arduino UNO R4 is the first major update to the venerable Arduino UNO R3, which has been around since 2010 and has

Embedded World 2023

Embedded World Exhibition&Conference 2023 is held at the exhibition site Nuremberg from March 14-16, 2023. The embedded world Exhibition&Conference facilitates direct interaction with a large number of experts and qualified suppliers from all over the world. It is highly focused segments like Embedded System Technologies, Distributed Intelligence and Internet of Things. I will be following

Arduino IDE 2.0 is here

Arduino IDE 2.0 has moved to stable and is available for download! It features a modern editor and provides a better overall user experience thanks to a responsive interface and faster compilation time. Check out welcome Arduino IDE 2.0 and https://blog.arduino.cc/2022/09/14/its-here-please-welcome-arduino-ide-2-0/ and take a look at Arduino IDE 2 Tutorials to discover and learn all