Native assembler programming on Arduino

Eagle over at at cypherpunk.at posted details on programming an Arduino in assembly language. This article is about programming an Arduino board natively in pure Assembler without carrying the rucksack of standard libraries and functions. Using a simple example and an Arduino Uno board, I will show how to assemble, link, and upload your code […]

NTSC video signal generation demystified

Sagar has posted the final installment on his blog series demystifying the NTSC video standard. NTSC progressive scanning mode and simpler sync methods are not well documented and this issue is addressed here. Producing video signals by going to lowest hardware level is fun and satisfying. With the number of very capable digital controllers available […]

Tutorial: GNU Radio with the HackRF SDR

Michael Ossmann, one of the developers of the amazing and affordable HackRF SDR transceiver, is releasing a tutorial series on using GNU Radio. “This ongoing video series will be a complete course in Software Defined Radio (SDR). In this course, you’ll build flexible SDR applications using GNU Radio through exercises that will help you learn […]

Feedback and temperature control

jeanmarc78 writes, ” An interesting tutorial about PID which includes the description of a simple method to tune the P, I and D parameters” by Charles D. H. Williams It is important to have an intuitive feel for the ways that feedback can affect a system if you want to design analogue electronic circuits that work well. […]

Tutorials: GNU Radio for beginners

GNURadio.org has been revamping their website, updating information on the latest release. As part of this process Marcus has posted a new seven part tutorial series on GNU Radio. “Our task is to build a beginner-level tutorial, which will then live on the static part of the web site. Someone put it as an “online […]

Cutting Mylar solder stencils from ExpressPCB and EagleCAD files

Juan Chong has posted a detailed tutorial on  how to cut out solder stencils for both ExpressPCB and EagleCAD designs on a laser cutter: In this post I’ll be going over how to cut out solder stencils for both ExpressPCB and EagleCAD designs on a laser cutter. I recently had a need to create some stencils […]

ATXMega Primer

Shawon Shahryiar over at Embedded Lab talks about Atmel XMega in this tutorial: At present we have different families of XMega devices. Of these many we are focused toward the AU series only throughout this post and its following ones. I’ll explain later why I’m interested in this series. This is the first post of a series of posts […]

Hacking the Java Debug Wire Protocol (JDWP)

Christophe Alladoum has posted a tutorial on the IO Active Labs Research blog on the Java debug wire protocol and its insecurities. He explains, “In this post, I will explain the Java Debug Wire Protocol (JDWP) and why it is interesting from a pentester’s point of view. I will cover some JDWP internals and how […]

NandLand – FPGA info and tutorial site

Russell is interested in working with FPGAs. He’s developed an educational website: www.nandland.com. “It’s an educational website for people interested in learning about FPGAs and ASICs, mostly by focusing on VHDL and Verilog tutorials and examples. I have written all of the content on it myself and I’m adding new content constantly.” Check it out! […]

Tutorial: Android and Bluetooth

Luca Dentella has published the last part of his tutorial explaining how to develop Android applications that “talk” with embedded devices using Bluetooth. The tutorial covers basic tasks like enabling/disabling the phone’s Bluetooth adapter to advanced ones like using separate threads for blocking I/O operations. Further information and earlier tutorial segements can be found on […]

How to make your own custom GNU Radio blocks – the C++ way

If you’re a GNU Radio user you know that most of the functions you need are contained the stock group of GNU Radio blocks. However, there are times when you may want to code up a custom block to perform a unique function not found on the stock blocks. Jean-Benoit Larouche has posted the first […]

Tutorial: solid state drives and Linux

Solid state drives (SSD) are gaining in popularity, particularly as components costs and machine form factors continue to shrink. In this article from Linux Journal online magazine, Brian Trapp gives an in depth presentation on the current state of SSD’s and their advantages and disadvantages in various Linux related operations.

Video tutorial: OFDM packet transceivers with GNU radio

Orthogonal frequency-division multiplexing or OFDM is a method of encoding digital data on multiple carrier frequencies. At this presentation from them recent FOSDEM 2014 conference in Brussels, Martin Braun explained the use of GNU Radio software and an SDR transceiver to explore OFDM block basics, how to set up links between nodes and how to […]

Online course – Embedded Systems: Shape the world

Jonathan Valvano, professor at The University of Texas at Austin informs us of his upcoming embedded systems course. Myself and Professor Yerraballi are teaching a course this semester in collaboration with edX called UT.6.01x Embedded Systems: Shape the world. It is an online class (aka MOOC) introduction to embedded systems. The class starts Jan 22 […]