Bootloader for the PIC18F27J53
In the previous article I described the development board for the pic18f27j53 that I designed and built. In this article I describe how to modify the Microchip HID bootloader for the board. First of all what you need... Read more
CDC – Basic Demo firmware from microchip for the PIC18F27J53
In this article I'll describe howto modify the CDC – Basic Demo firmware from microchip for the PIC18F47J53 to support the PIC18F27J53. This is a preview of CDC – Basic Demo firmware from microchip for the PIC18F27J53. Read the... Read more
CDC – Serial Emulator firmware from microchip for the PIC18F27J53
In this article I'll describe howto modify the Device – CDC – Serial Emulator from microchip for the PIC18F47J53 to support the PIC18F27J53. The changes are very simple, regard only the leds present into the PIM board. First... Read more
The five best posts of the second semester of the 2011
Three of the first five articles are about ios and iPhone, this means that the iPhone is currently a trending topic. The second, the third and the fifth articles are about hardware and software integration, often hardware manufactures provides... Read more
Discovering Hovercrafts: the first tests.
After few days spent studying the theory we have started with some experiments. Our first tests were successful, we have two videos showing these tests, they are on youtube where you'll find all others videos for this serie of... Read more
How to (programmatically) download a file with IOS (iPhone, iPad)
One of the most frequently asked features, when I develop iphone apps for my customers, is the download of files from a ftp server. Really I can do a full protocol implementation, but it's to expensive. Instead, while I... Read more
How to economize the used pins to manage bicolor leds on arduino (or other MCUs)
Yeah, sometimes the signals you can handle with Arduino (or others MCU) are not enough. But if you are using a bicolor led to see two different states of your system, you can play the following hack. This is... Read more
gigino: a low cost prototyping board based on the Arduino project
Finally the first release of "gigino", our low cost Arduino prototyping board, is out. Gigino is based on an ATMEGA328P-PU microcontroller produced by ATMEL. Really it isn't a mounted board, it is a kit. So you can take the... Read more
How to fade in/out a bicolor led using arduino (pwm)
First of all a few theory Bi-colour leds. A bi-colour LED has two LEDs wired in 'inverse parallel' (one forwards, one backwards) combined in one package with two leads. Only one of the LEDs can be lit at one... Read more
A new developer board based on PIC18f27j53
In April 2011 I wrote about the PIC18F27J53 describing it like a monster for its capabilities, and I promise to build a development board with it. And now this board is here!!! The Pic18f27J53 has the following features: ... Read more
Our RM2012 (temperature and humidity sensor) has a great bug, we are going to solve it in a while.
Our RM2012 microcontroller with integrated sensors for measuring temperature and humidity has shown a bug, we apology for this problem. we are going to solve it a soon as possible. We think we'll have a workaround on the 6... Read more
How to build your own kernel for Fedora 14
Building a custom kernel is one of the most important rites of passage for advanced Unices users. This process, while time consuming, will provide many benefits to your system. Unlike the GENERIC kernel, which must support a wide range... Read more
A pseudo serial sniffer for RS232 communications
All electronic devices, computers and micro controllers need to exchange data with other devices. One of the most used way, since 1969, is the serial transmission using the RS232 standard when the EIA defined it. Serial transmission is commonly... Read more
How to select odd (or even ) raws from a text file using the bash
Yesterday I had to select some raws (1, 5, 9, ….) from a text file. This has been a hard job because I was trying to solve the wrong problem…… Really, before coding you should analyze deeply your problem... Read moreHow to solve “libssl.so.10: cannot open shared object file: No such file or directory” error in Ubuntu 9.10
During my experiments with LTIB I've encoutered the following error Processing: gettext ===================== Build path taken because: no prebuilt rpm, Testing network connectivity for gpp OK GPP: is available Try gettext-0.15.tar.gz.md5 from the GPP This is a preview... Read more
Discovering hovercrafts
Hi All, we are beginning a new serie of articles about hovercrafts. In six months we are going to produce a really working RC hovercraft. This new serie of articles will be "Discovering hovercrafts". You can subscribe the feeds... Read more
How to install minicom on Mac OS X – Snow leopard
Minicom is a text-based modem control and terminal emulation program for Unix-like operating systems, originally written by Miquel van Smoorenburg, and modeled after the popular MS-DOS program Telix. Minicom includes a dialing directory, ANSI and VT100 emulation, an (external)... Read more
How to use the TCN75 temperature sensor with Arduino
In this short tutorial I'm going to show to you how to implement , in the Arduino UNO environment, the basic functionalities to work with the TCN75. Materials needed for this tutorial. 1 Arduino UNO board (naturally) Arduino IDE... Read moreWorking with the TCN75 temperature sensor
How to use the TCN75 temperature sensor In this article I'm going to show to you how to use the TCN75 we have mounted on our boards. Temperature sensor and real time clock for Arduino A PIC 12f1840 developer... Read more
