If at some point in your trip down embedded lane, you’re interested in getting a bit closer to the chip you’re going to have to brush up on your knowledge of the lingua franca of embedded development: good ol’ fashion C. While classic texts like K&R are deservedly the goto references for embedded development, the ‘Pocket’ series from O’Reilly has long since proven it’s worth on a huge range of topics where you might just want a 5 sentence reminder of the syntax of a command, or the executive summary, rather than a 300 page doctoral thesis on dereferencing. If you just want to get started writing some code or understanding some working examples that you have in front of you, you can’t beat books like the C Pocket Reference for giving you the information you want in a painless, wonderfully portable format. After purchasing about 20 books in this series, I’ve found them to be some of the best value for the money out there.
It’s not a replacement for a good, authoritative book on C like the afforementioned K&R, but if you’re just looking for a brush up or some quick explanation of some infrequently used function in the standard library, this is the book you want. Not convinced … have a look inside at the O’Reilly website (link above) or on Amazon, but for $10 you’ll be hard pressed to find a better value for the amount of useful information contained in this very pocket and travel-friendly book.
Author: Peter Prinz, Ulla Kirch-Prinz Publisher: O’Reilly ISBN: 978-0-596-00436-1 Level: Any
Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!
Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: Open Hardware is In, New CircuitPython and Pi 5 16GB, and much more! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi
EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey
This book is required for the data structures class I am taking.