The crew from AnalysIR has written up an article on Simple Infrared PWM on Arduino. This third part of a series will show you how to send Infrared signal using the Hex representation: In Part 1 of this series, we demonstrated how to send signals using soft or Simple Infrared PWM on Arduino. In our […]
Tag Archives: hex
Bus Pirate: firmware v5.3
Bus Pirate firmware v5.3 is ready for download. This is a recommended update with bug fixes, enhanced features, and major code cleanup. The documentation wiki has been updated with the new commands and macros. Reviewed and updated terminal text SPI sniffer update (reduced minimum CS delay from 50us to 120ns) Removed sniff while CS high […]
What's your favorite HEX editor?
A HEX editor lets you view and edit raw values in any computer file. We like HxD for Windows, it’s free but not open source. It has extensive search features for locating a specific string or value sequence in a huge binary blob. It also opens raw drives, including boot sectors and directory tables, which […]
Bus Pirate: Number formats
This is an old version, see the latest version on the documentation wiki. The Bus Pirate terminal interface accepts numbers in three formats: hexadecimal, decimal, and binary. It also displays values in HEX/DEC/BIN and a raw byte format. This short guide explains how to enter number values into the Bus Pirate, and how to adjust […]
Bus Pirate HEX/DEC/BIN converter
See the latest version in the documentation wiki. Converting between hexadecimal, decimal, and binary is a pretty constant activity when you work with a new microchip. HiZ>=<<<HEX/DEC/BIN converter command CONVERT (1) >0b1010 <<<convert this value 0x0A <<<HEX equivalent 10<<<DEC equivalent 0b00001010<<<BIN equivalent HiZ>=<<<HEX/DEC/BIN converter command CONVERT (1) >0xf 0x0F 15 0b00001111 HiZ> The latest Bus […]
