Sunday, October 14th, 2018
Software/bitbang method of baud rate calibration for micro without built-in UART, App note from Holtek. Link here (PDF) Not every HOLTEK MCU contains a Universal Asynchronous Receiver/Transmitter function, otherwise known as a UART. If this function is required, it can be emulated using software. However, the software accuracy will change...Tags: app note, bitbang, Holtek, UART
Posted in app notes | No Comments »
Thursday, March 17th, 2011
Rob from the 43oh blog has posted his method to interface a 24LC32A serial EEPROM interface to the Launchpad. The 24LC32A is a 32Kb PROM with a 2 wire serial interface or I2C compatible, and since it can be clocked @400kHz @3.6V bit banging seemed like it would be easy....Tags: 24LC32A EEPROM, bitbang, Launchpad
Posted in code, how-to, MSP430 | No Comments »
Wednesday, October 14th, 2009
See the latest version in the documentation wiki. The Bus Pirate's new binary modes provide a consistent, logical way to script actions from Python, Perl, etc. We already introduced the new binary bitbang and SPI modes, today we'll document the binary I2C mode. Binary I2C will be in the v2.6...Tags: bitbang, I2C, raw io
Posted in binmode, Bus Pirate | 19 Comments »
Friday, October 9th, 2009
See the latest version in the documentation wiki. There's two new binary I/O libraries in the v2.3 Bus Pirate firmware. Raw bitbang mode provides direct control over the Bus Pirate pins and hardware using a simple single-byte protocol. We discussed the new raw SPI mode yesterday. Hopefully the raw access...Tags: bitbang, raw io
Posted in binmode, Bus Pirate | 25 Comments »
Thursday, October 8th, 2009
See the latest version in the documentation wiki. Raw SPI is a new mode that provides high-speed access to the Bus Pirate SPI hardware. It was developed in conjunction with Michal Ludvig, so that AVRDude can use the Bus Pirate to program AVR microcontrollers and EEPROMs. Firmware v2.3 includes two...Tags: bitbang, raw io, spi
Posted in binmode, Bus Pirate | 28 Comments »