Li-po Rider

I’m working on a project that will be powered by a Li-Po battery, so I was looking for a power module that was able to charge the battery and to supply 5V to my circuit. Seeed Studio sells a very interesting module, named Li-po Rider; its main features are: [checklist] supports a single cell Lithium Polymer battery can charge the…

New PIC microcontrollers from Microchip

Microchip has just expanded its K50 line of the PIC18 family with the new version of two widely used PIC microcontrollers, 18F2550 and 18F4550, that now add a “K” in their names: http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en558862 http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en558861 The most interesting feature – these microcontrollers are often used as usb devices – is the ability to use an RC internal oscillator also for USB…

AppNote: Ethernet theory of operation

If you’re interested in how an Ethernet device works, maybe to better understand my tutorials about Arduino’s ethernet shield, Microchip has just published an application note about the Ethernet protocol: http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1824&appnote=en533903 Microchip is also the manufacturer of enc28j60 chip I described and used in my tutorials… Via: DangerousPrototypes

Led matrix with HT1632C controller (1)

Few weeks ago I brought from SureElectronics a led matrix display. The product is made by 4 8×8 led matrices and an Holtek HT1632C controller: In this first tutorial, I’m going to show how to communicate with control chip… COMMUNICATION PROTOCOL HT1632C chip implements a protocol similar to SPI; you can control the chip through 3 pins: CS (chip select)…