Espressif Category - Page 57 of 106 - CNX Software - Embedded Systems News

Year 2021 in review – Top 10 posts and statistics

cnx software happy new year 2022

As per tradition, we’ll look back at what happened during the year in the last post, and see what 2022 may have in store, plus the usual statistics from CNX Software website. The biggest story of 2021 has to be the worsening of semiconductors shortages with extremely long lead times, prices of some components going up multiple folds, constant complaints on Twitter about availability and prices. I think I even saw a website, hopefully misconfigured, showing an estimated availability of a specific STM32 MCU in 2037. This also gave rise to opportunities and board redesigns, with MotorComm Ethernet chips replacing some Realtek chips in SBCs such as NanoPi R2C and  Orange Pi R1S Plus LTS, and CH9102F showing up as a replacement for CP2104 in some IoT boards. We also got some interesting Arm processors, but sadly the high-expected Rockchip RK3588 got delayed by another year, although it’s getting really […]

Newt 2.7-inch wireless display offers high refresh rate with SHARP’s Memory-in-Pixel (MiP) technology (Crowdfunding)

Newt ESP32 IoT Display

Newt is a battery-powered, always-on, ESP32-S2 wireless display with a 2.7-inch display leveraging SHARP’s Memory-in-Pixel (MiP) technology to provide an experience similar to E-Ink displays but with a much faster refresh rate. The wireless display can connect to the Internet to retrieve weather, calendars, sports scores, to-do lists, quotes, and whatever you’d like. Since it is powered by an ESP32-S2 microcontroller you can program with the ESP-IDF framework, Arduino, MicroPython, or CircuitPython. Newt display specifications: WiFi module – Espressif ESP32-S2-WROVER module with ESP32-S2 single-core Xtensa LX7 processor @ 240 MHz with 4 MB flash and 2 MB PSRAM Display – 2.7-inch, 240 x 400 pixel SHARP MiP LCD with “high-contrast, high-resolution, low-latency content with ultra-low power consumption”, reflective mode to eliminate the need for a backlight. USB – 1x USB Type-C port for programming, power, and charging Expansion – I2C Qwiik connector Misc Micro Crystal RV-3028-C7 RTC (45nA power consumption) […]

ESP32 UWB board features DW1000 module for accurate indoor positioning

ESP32 UWB board

FiRa “Fine Ranging” UWB technology was introduced a few years ago and is now found in devkits and Apple U1 chip. Makerfabs ESP32 UWB board provides another option with Espressif ESP32-WROVER-32 or ESP32-WROOM-32 WiFi & Bluetooth module combined with a Decawave DW1000 module for precision tracking. Makerfabs explains the board acts like a continuously scanning radar that locks onto another device (called Anchor, since it’s usually in a fixed location) and communicates with it to determine the distance between objects by calculating the time of flight (ToF) between devices, or in other words, the roundtrip time of challenge/response packets. ESP32 UWB board specifications: Wireless modules: WiFi & Bluetooth LE – ESP32-WROVER-32 or ESP32-WROOM-32 module with ESP32 dual-core processor @ 240 MHz UWB – B&T BU01 module based on Decawave DW1000 chip; IEEE802.15.4-2011 UWB compliant wireless transceiver module with a precision of 10cm indoors, a data rate of up to 6.8 […]

TTGO T-CAN485 – An ESP32 board with RS485, CAN bus interfaces

TTGO T-CAN485

LilyGO is regularly bringing ESP32 boards to market for specific applications, and their latest TTGO T-CAN485 connects ESP32 to CAN bus and RS485 industrial control interfaces. The board also takes 5 to 12V power input via a 2-pin terminal, comes with a microSD card for data storage, a USB Type-C port and CH340K serial chip for programming and debugging, plus a 12-pin GPIO header, some buttons, and an RGB LED. TTGO T-CAN485 board specifications: SoC – Espressif System ESP32 dual-core processor @ up to 240 MHz with 2.4 GHz Wi-Fi, Bluetooth 4.2 LE connectivity Storage – 4MB flash, microSD card socket Industrial control interfaces CAN bus via 3-pin terminal block RS485 via 3-pin terminal block Expansion – Unpopulated 12-pin header with 8 GPIOs configurable as UART, SPI, I2C, plus VDD, GND Debugging – USB-C port for serial access via CH340K USB to TTL chip Misc- Reset and Boot buttons, WS2812 […]

RIDEN RD6012P USB and WiFi DC power supply connects to your PC or smartphone

DC Power Supply USB WiFi

Bench DC power supplies are usually adjusted with some buttons and rotary encoders, but RIDEN RD6012P DC power supply can be controlled from your PC via USB, and there’s RD6012P-W model that adds a WiFi module to adjust parameters from a smartphone running Android or iOS. Besides the “smart” functions, the bench power supply supports 0V to 60V voltage range and up to 12A current for a maximum of 720W output power and comes with an HD color display with 5 digits for each voltage, current, and power measurement, and a setup menu. RIDEN RD6012P(-W) power supply specifications: Display – 2.4-inch color HD display with adjustable brightness Host interface – Micro USB port and optional WiFi module (fitted to RD6012P-W model) Input voltage – 7 – 70.00V with 0.01V resolution, ±(1% + 5 digits) accuracy Output voltage – 0 – 60.000V with 0.001V resolution, ±(0.5‰ + 4 digits) accuracy Output […]

Unsurv offline – An ESP32 GNSS receiver board with NFC, accelerometer (Crowdfunding)

unsurv offline

Unsurv offline is a compact and lightweight board with ESP32 WiSoC, a GNSS receiver, an accelerometer, and NFC capabilities to help developers/users collect and analyze location data in a privacy-friendly way. Unsurv Technologies initially developed the board to better understand offline video surveillance with OpenStreetMap (OSM) data. It does so by using a database of camera locations from the OSM on the SD card, “counts” surveillance cameras as you walk past them, and you can then transmit data via NFC and visualize it on your smartphone. The accelerometer is used to wake up the board from deep sleep upon detection of motion. The company has now made the board open-source and other applications are also possible. Unsurv offline specifications: Wireless modules TTGO T-micro32 WiFi 4 and Bluetooth 4.2 module based on ESP32-PICO-D4 SiP with dual-core ESP32 processor, 4MB FLASH, ceramic antenna U-blox CAM-M8C (aka u-blox M8) module with concurrent reception […]

Blink an LED on ESP32 board with Tuya Link SDK

Tuya-ledapp-Featured-Image

Tuya is an All-in-one IoT Platform that enables the user to build smart IoT solutions by connecting devices efficiently, securely, and reliably. This is a getting started article to set up the Tuya platform with the Espressif’s ESP32 boards via tuya link SDK. Further, we use it to control an LED through an Android device. When the switch in the Tuya Smart App is turned ON, the LED connected to the ESP32 board glows and vice versa. Prerequisites Hardware: ESP32 board LED with suitable ballast resistor Breadboard, micro-USB cable, and connecting wires Software: Tuya Account: Tuya IoT Platform (Web) Tuya Account: Tuya Smart Application (Android) Python 3.x Arduino IDE GitHub Link: https://github.com/JayeshRajam/Tuya-ledapp.git Hardware Connections for Tuya Link SDK The ESP32 board is placed on a breadboard. The positive terminal of the LED is connected to digital pin 5 of the ESP32 board and the negative terminal is connected to the […]

Develop USB Host and Device applications with ESP32-S3-USB-OTG board

ESP32-S3-USB-OTG board

ESP32-S series chips like ESP32-S2 and ESP32-S3 come with a USB OTG interface, and Espressif unveiled the ESP32-S3-USB-OTG board last September in a post entitled “ESP-USB: Espressif’s Wireless Communication Solution“, where they mostly focused on USB code samples with documentation in Chinese only and provided few details about the board itself. But I browsed the company’s official Aliexpress store earlier this week, and I noticed ESP32-S3-USB-OTG board was up for sale for $35 plus shipping, with additional information now available, so let’s have a closer look. ESP32-S3-USB-OTG board specifications: Wireless module – ESP32-S3-MINI-1-N8 module with ESP32-S3 dual-core Xtensa LX7 processor with WiFi 4 and Bluetooth 5.0 connectivity, 8MB QSPI flash Storage – MicroSD card socket Display – 1.3-inch color LCD USB 1x Full-speed USB host port 1x Full-speed USB slave port 1x Micro USB port for debugging (UART console) Expansion – 14 pads with 6x GPIO, JTAG, 3.3V and GND […]

UP 7000 x86 SBC