Interfacing Arduino and Python: Guide to Semi-advanced Serial Programming
Chandler has posted this tutorial on Interfacing Arduino and Python as it relates to serial programming. For this tutorial, you will need (or at least it is helpful) to have a knowledge of the Python...
View Article7400 competition entry: C-IR capture device
Kevin entered a Detailed consumer IR capture with 74HCxx series chips for the Open 7400 Logic Competition: This is a CIR (Consumer IR / Remote Control) capture device built with 74HCxx series logic...
View ArticleMegunoLink tools talk to serial port devices
MegunoLink is a utility to create a communication link between PCs and serial port devices such as the Arduino. … useful tools that interact with an Arduino-style board (or other MCU with serial...
View ArticleType4me USB keyboard emulator automates passwords
Bored of always typing in the same password over and over again? Luca designed a board to tackle just that problem. It’s a USB composite device, featuring both a USB keyboard emulator and a serial...
View ArticleApp note: Propeller communication with a PC app
Abstract: Many embedded applications share information with external devices, and the preferred connection between devices is asynchronous serial communications. The multicore architecture of the...
View ArticleFirst impression on the ESP8266 serial-to-WiFi module
Ray Wang has been experimenting with the ESP8266 Serial-to-WiFi module, which has gained much hype recently. “The module is very compact, easy to interface with, and inexpensive. I wrote an Arduino...
View ArticleChipHeadBang – design for an USB to Serial converter with ICSP header for...
microtherion has published new project the ChipHeadBang, that is available on Github: Design for an USB to Serial converter with ICSP header for (slow) bitbang programming, based on the CH340G chip....
View ArticleTalk SPI to EEPROM part3: Test SPI Protocol with Bus Pirate
Jan Cumps tested out SPI Protocol using a Bus Pirate: It wasn’t my initial intention to use the Bus Pirate. But my first naive attempts to talk from Hercules to EEPROM failed. I could create the SPI...
View ArticleUSB to 3.3V – 5V serial TTL adapter
Dilshan Jayakody published a new build, USB to 3.3V – 5V serial TTL adapter: This post is about experimental USB to 3.3V/5V serial TTL adapter which we build recently to work with both 5V and 3.3V...
View ArticleA LCD serial terminal with Teensy
Giovanni Carrera writes, “This project uses a serial 40×4 LCD display with a Teensy board to realize a compact serial terminal receiver to be connected to many systems with serial output such as our...
View Article