The 0M13320 is an I2C development kit that comes with a number of target devices for exploring the I2C-bus. For those who may be unfamiliar, the I2C is a communications bus, and requires only two ...
Check out LIN and I2C for low speed networking needs. They are often better alternatives than SPI or CAN for many applications. The serial peripheral interface (SPI) and universal asynchronous ...
Several of the Mid-Range Enhanced Core PIC16 microcontroller devices have a Master Synchronous Serial Port (MSSP). The MSSP module can be used to implement either I2CTM or SPI communications protocol.
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, ...