FT234XD – USB to BASIC UART IC


https://www.electronics-lab.com/ft234xd-usb-basic-uart-ic/

The FT234XD is a USB to serial UART interface with optimised packaging (3mm x 3mm 12 pin DFN) for smaller PCB designs and the following advanced features. Check datasheet on the link below. FT234XD – USB to BASIC UART IC – [Link]

Basics of most common communication protocols


https://www.electronics-lab.com/basics-common-communication-protocols/

circuitbasics.com has published a series of tutorials on the most popular communication protocols, like UART, I2C, SPI etc. Check them on the links below. Basics of UART Communication Basics of the I2C Communication Protocol Basics of the SPI Communication Protocol

433MHz wireless module configuration


https://www.electronics-lab.com/433mhz-wireless-module-configuration/

Dziku discuss how to configure a cheap 433MHz wireless module for serial communication: HC-12 are cheap 433MHz wireless serial port communication modules with a range up to 1800m in open space. Each costs about $5 when bought from China, and 2 of them can create wireless UART link that can be used, for example, to […]

samDEV_09 – Mini devboard for Atmel’s SAMD09 ARM Cortex M0+ Microcontroller


https://www.electronics-lab.com/samdev_09-mini-devboard-atmels-samd09-arm-cortex-m0-microcontroller/

A Basic board to test the Atmel SAMD09. On board there is also a CH340 uart to usb bridge Build this board to getting started with the SAMD microcontroller family after I made the mistake to try the much bigger SAMD21 first. The SAMD09 used here is he smallest from this family and therefore has […]

USB to UART Converter with GPIO – MCP220


https://www.electronics-lab.com/usb-uart-converter-gpio-mcp220/

The Module is based on The MCP2200, which is a USB-to-UART serial converter which enables USB connectivity in application that have a UART interface. The device reduces external components by integrating the USB termination resistors. The MCP2200 also has 256-bytes of integrated user EEPROM. The MCP2200 has eight general purpose input / output pins. Four […]

Hacking a UART on a blood pressure cuff


https://www.electronics-lab.com/hacking-uart-blood-pressure-cuff/

moamindustries.com hacked an Omron RS8 blood pressure cuff by adding a UART interface to it. As part of a prototype developed 12 months ago I was tasked with reading measurements from a blood pressure cuff [sphygmomanometer] in real time. Not surprisingly there are no consumer level devices that have a serial interface because what ‘normal’ […]

Serial Port Communication in C#


https://www.electronics-lab.com/serial-port-communication-in-c/

Maurizio tipped us with his latest article on how to use Serial Port in C#. The article does cover the basic code needed to achieve serial communication. The serial port of the PC is a very important resource both in industrial environment and in home-made electronics, due to the wide popularity of the UART interface […]

Kinetis KEA128 StarterTRAK for CAN Applications


https://www.electronics-lab.com/kinetis-kea128-startertrak-for-can-applications/

This reference design is a low-cost development kit based on Kinetis EA series MCUs that allows faster prototyping and tool reuse. This evaluation board features either one of the KEA128, KEA64 or KEA8 MCUs, depending on the board version. This particular design uses KEA128. The Kinetis EA series MCUs are a highly scalable portfolio of […]

U8plus Smart Watch Quick Teardown


https://www.electronics-lab.com/u8plus-smart-watch-quick-teardown/

sodnpoo.com has reverse engineered a cheap smartwatch he found on amazon: I noticed this smart watch on Amazon for the bargain price of £7.51, which was just too cheap to ignore – I didn’t expect much but I was quite surprised at how functional it actually was… Anyhow, it was never expected to stay in […]

ESP8266 weather display – work in progress


https://www.electronics-lab.com/esp8266-weather-display/

Markus Hirsch is working on a ESP8266 weather display using an AVR mcu and an OLED display: This is a little weather monitor. It has a 2.2″ color display and is powered by an AVR and the ESP8266. The AVR controles the display. The ESP has a custom firmware written in the Arduino IDE and […]