Tag: C
It’s the end of C as we know it!
beningo.com discuss about the future of C language and it's use in embedded systems. The C programming language has been with embedded software developers since its creation in 1972. Ever since then C has been a blazing constant, surviving even the big push in the late 90’s and...
Continue ReadingDIY Mini Quadcopter with 3D-Printed Frame and Custom Firmware
Simon D. Levy designed and build a mini quadcopter with 3D printed frame and custom C++ firmware. See the full project notes including bill of materials and more photos on the link below, and check out Simon’s blog on the C++ firmware here. I wanted to try my hand at a true "DIY"...
Continue ReadingulibSD – a library for use SD cards in SPI mode with uControllers
electronictechnician.wordpress.com has published a library for use SD cards in SPI completely written in C. It’s a library for use SD cards in SPI mode with uControllers, entirely written in C. This library can work with SD cards and also has the possibility to emulate the behavior...
Continue ReadingSerial Port Communication in C#
Maurizio tipped us with his latest article on how to use Serial Port in C#. The article does cover the basic code needed to achieve serial communication. The serial port of the PC is a very important resource both in industrial environment and in home-made electronics, due to the...
Continue Reading