Author Archives: e8johan

FreeRTOS 8.2.0 Released

Version 8.2.0 of FreeRTOS, the open source, embedded RTOS has been released. The changelog reveals all the details. Some of the details are: The new task notification feature, providing a fast, lightweight mechanism for inter-process exchange of limited data. Following … Continue reading

Posted in FreeRTOS | Comments Off on FreeRTOS 8.2.0 Released

Emulator Preventing Tricks

One application of reverse engineering is the creation of emulators of old systems. This is often done to preserve the technology and to address the lack of access to functioning hardware. One such system is the Game Boy Advance. Produced between … Continue reading

Posted in Electronics, Retro | Comments Off on Emulator Preventing Tricks

Debug witout printf

The use of printf for debugging purposes is sometimes regarded as bad practice. However, sometimes even that is a luxury. Mark Seaborn has written a piece on this.

Posted in Uncategorized | Comments Off on Debug witout printf

KeySweeper – Sweeping away Microsoft keyboards

Samy Kamkar has an interesting post on the security implementation in the Microsoft wireless keyboard. Using some smart heuristics, the scanning period to find and get access to the key presses of a wireless Microsoft keyboard is only 40s. In … Continue reading

Posted in Uncategorized | Comments Off on KeySweeper – Sweeping away Microsoft keyboards

Reverser Engineering an IR Protocol

Reverse engineering is always an interesting technical challenge. Vincent and Mathieu from France used the AnalysIR equipment. This challenge was not only about understanding the protocols, but learning to generate checksums and how the various frames relate to each other. The … Continue reading

Posted in Electronics | Comments Off on Reverser Engineering an IR Protocol

Quick and Dirty Charger

Here is a quick and dirty article telling you about a quick and dirty solar charger from jmp.no. It is a nice, simplistic hack to create a USB solar charger.

Posted in Electronics | Comments Off on Quick and Dirty Charger

Amazing Clock

Taking dead bug style electronics construction to new heights, The Clock project is a piece of art appreciable not only by engineers. The project is the creation of Gislain Benoit and took three years to design. He describes the project as … Continue reading

Posted in Electronics | Comments Off on Amazing Clock

Apple Lisa Teardown

Any blog mixing retro computers and electronics deserves a visit, so go have a look at Dave tearing down an Apple Lisa at his EEVBlog.

Posted in Uncategorized | Comments Off on Apple Lisa Teardown

C64FC

Over at jmp.no, Stian Soreng recently announced the completion of the C64FC. It is the modern solution to C64 software development. By connecting to a development PC through USB and to the C64 via the cartridge port. As floppies become … Continue reading

Posted in Retro | Comments Off on C64FC

Intel Edison

The Intel Edison module makes it easier to build an x86 embedded computer system. The module itself comes with a 500 MHz dual-thread Atom CPU core and a 100 MHz Intel Quark micro controller. The module also includes 4GB eMMC … Continue reading

Posted in Platforms | Comments Off on Intel Edison