Fuelino Proto3 mounting instructions

This guide will show how to mount a complete Fuelino board. In order to mount, at home, the Fuelino Proto3, the following components are needed. A soldering station is required to solder the components. For the complete list, please check the BOM (fuelino_proto3_bom). Schematics and board layout are available here: fuelino_p3_schematic and fuelino_p3_board. First of … Continue reading "Fuelino Proto3 mounting instructions"

Fuelino Proto3 first assembly

This morning, before going to work, I finally had some time to assemble the first Fuelino Proto3 board. Since this board is only for testing purpose, in order to save some time I did not mount filter capacitors, I mounted a cheap electrolytic capacitor that I had quickly available, and put some cheap 12V Zener … Continue reading "Fuelino Proto3 first assembly"

How Atmel Studio converts C language code into Assembly

This article has the purpose to explain how Atmel Studio converts C/C++ language software into Assembly code, and then into a HEX file. In a previous article, I already explained how to compile a simple C program using Atmel Studio, and flash it on an Arduino Nano equipped with Atmel ATmega328p microcontroller. The "Hello World" … Continue reading "How Atmel Studio converts C language code into Assembly"

How to compile and program Arduino Nano using an USBtinyISP programmer

This article is about how to program an Arduino Nano board using a cheap programmer USBtinyISP. First of all, I bought this programmer on Amazon Japan for just 440 Yen, shipping cost included. It arrived from China in about 1 week. The programmer had a 10 pin connector included, in order to connect it to … Continue reading "How to compile and program Arduino Nano using an USBtinyISP programmer"