Common board pinout references

A list of simplified board pinout schematics found online. Pinouts from BQ Boards Arduino UNO, source Arduino Mega, source Arduino Micro, source Arduino Leonardo, source Arduino MiniPro, source Arduino Nano, source BQ Zum, source AtTiny, source Peripherals Document describing multiple setups for peripherals on Arduino (source): Full document (without microcontrollers) LCD screen (Hitachi 44780 compatible), source RS232 connector, source SD Card, source

Archos 50 Diamond debricking

Debricking of an Archos 50 Diamond (ac50da) using Fastboot. Initial step: How are we going to debrick? This guide works if Android doesn’t boot (or freeze), and no recovery is accessible. The global idea is: Flash TWRP via Fastboot, Reboot into TWRP and backup then do a cleanup of the device, Flash Firmware (screen, recovery…) update via TWRP, Reboot into the freshly flashed stock recovery, Flash the official update.zip taken from Archos Firmware Support to get back Android. You will need:...

BrushlessServo Arduino library

Documentation of my BrushlessServo Arduino library This library offers the possibility to use a Brushless 3-wire motor as a servomotor. It’s very convenient for making fast precision movements in many applications such as Gimbals. No need to buy or hack an existing ESC (Electronic Speed Control). Please note that this library operates with sensor-less brushless motors. So the motor may skip steps! Warning: When you prototype electronic circuits with high current and Brushless motors, things can go wrong and blue magic smoke can appear!...

My Prusa i3

This is what I learned about 3d-printing and my experience using EMotionTech Prusa i3. WIP: This is Work in Progress. So this article may contain mistakes and you may find errors or incomplete instructions. Who knows, maybe you will find a blue police box? The beginning of the story: how I choose my printer and all the problems I got After one year of online research and talking with friends I finally choose to buy a kit. Because I live in France, I choose a Prusa i3 Rework from eMotionTech....

Ramips device porting on OpenWRT

A step-by-step guide to explain how you can add a new ramips (Ralink and MediaTek) target on OpenWRT After porting two ramips target on OpenWRT (SFR Minihub and D-Link DCS5020L A1), I decided to write this guide to help beginners. It explains how OpenWRT structures devices and focuses on ramips target specialties. These instructions were written in August 2016, and at the time of writing the official Wiki was out of date. WARNING: THIS SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND. If you lose your data, brick your device, any other damage or anything else happens (e....

OpenWRT on the SFR Minihub

A step-by-step guide to explain how I managed to flash OpenWRT on my SFR Minihub The SFR Minihub stock firmware is very restrictive. This guide helps you to install a fully working OpenWRT system on it. If you’re willing to repeat this on your own device, you can clone this repository and OpenWRT trunk sources to have all the files ready. There are also precompiled files if compilation isn’t your thing. WARNING: THIS METHOD OF HACKING IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND. If you lose your data, brick your device, any other damage or anything else happens (e....