A traditional kernel manages machine resources and extends the machine capabilities through a system call interface, what would you say if I show you how to implement the last one? This post is about how…
This project is about interfacing SI470X with A20 System on Chip (Olinuxino LIME). The unused TWI2 was selected because the tuner chip has a non-standard i2c initialization and needs SDA pin usage exclusivity to work…
This article is about capturing and encoding microphone audio in ogg format on Chrome. It is based in the work done along a 4Talent internship. Repository: https://github.com/astroza/chrome_ogg_encoder The problem…
First of all, the goal of this post is explaining how you can flash and recover the firmware securely, so you would able to modify their contents without risk to brick the device. In a…
Texas Instruments, Beagle's heart factory, has launched a cheap module that provides wifi connectivity to your garage project. This post is about how communicate a tiny mini Teensy with a CC3000 breakout from Adafruit. Wiring…