This articles describes how you can use I2C (TWI) communication, Arduino and temperature sensors to measure 3 different temperatures. It can be very helpful when you want to measure the outside, ...
This application note discusses the need for care when reading multibyte data over the I²C-compatible interface. Pitfalls of reading one byte at a time are discussed, with some concrete examples. The ...
In the previous two HID articles, we talked about stealing HID descriptors, learned about a number of cool tools you can use for HID hacking on Linux, and created a touchscreen device. This time, ...