Espressif Systems has launched an update to their ESP32-S3-Box development kit for online and offline voice assistants with the ESP32-S3-BOX-3 devkit that still features a 2.4-inch capacitive touchscreen display with 320×240 resolution, two microphones, a built-in speaker, and a USB-C port, but replaces the PMOD connector by a PCIe connector for various expansion modules. The open-source ESP32-S3 development kit is powered by the ESP32-S3 SoC with AI extensions and can be used to implement all sorts of solutions using the company’s ESP-SR, ESP RainMaker, and Matter solutions such as an offline voice assistant, a chatbot powered by ChatGPT, a handheld gaming console, a tiny robot, a Matter-compatible Smart Home hub, and more. ESP32-S3-BOX-3 specifications: WiSoC – ESP32-S3 dual-core Tensilica LX7 up to 240 MHz with Wi-Fi 4 & Bluetooth 5, AI instructions, 512KB SRAM Memory and Storage – 16MB octal PSRAM and 16MB QSPI flash Display – 2.4-inch capacitive touchscreen […]
LoRaWAN IoT Button ships with open-source firmware, bootloader, and Android app
LoRaWAN is often used for asset tracking or environmental monitoring, for example, to track cattle location, or monitor temperature and humidity in a field, but n-Fuse’s “LoRaWAN IoT Action Button” enables human interaction and comes with open-source firmware, bootloader, and soon the source code for the Android app. Most of the n-Fuse STx-LR family of LoRaWAN nodes integrates environmental sensors but the LoRaWAN IoT Action Button is different with support supports single, double, and long presses, as well as tactile feedback. n-Fuse STx-LR family comes in three variants with the following key features: MCU – STMicro STM32L071KZU6 Arm Cortex-M0+ microcontroller @ 32 MHz with 192KB flash, 20KB RAM sta-lr – Action button with tactile feedback. stx-lr – TI HDC2080 environmental sensor (Temperature, Humidity), BMA400 motion sensor (acceleration), magnetic field sensitive Reed switch, ambient light sensor, and proximity sensor. ste-lr – Bosch BME680 environmental sensor with temperature, humidity, air pressure, and […]
TRACEPaw sensorized paw helps legged robots “feel the floor” with Arduino Nicla Vision
Our four-legged friends don’t walk on tarmac the same way as they do on ice or sand as they can see and feel the floor with their eyes and nerve endings and adapt accordingly. The TRACEPaw open-source project, which stands for “Terrain Recognition And Contact force Estimation through Sensorized Legged Robot Paw“, aims to bring the same capabilities to legged robots. Autonomous Robots Lab achieves this through the Arduino Nicla Vision board leveraging its camera and microphone to run machine learning models on the STM32H7 Cortex-M7 microcontroller in order to determine the type of terrain and estimate the force exercized on the leg. But the camera is apparently not used to look at the terrain, but instead, at the deformation of the silicone hemisphere – made of “Dragon Skin” – at the end of the leg to estimate 3D force vectors, while the microphone is used to recognize terrain types […]
gr-lora_sdr – A GNU Radio SDR implementation of a LoRa transceiver
The physical layer of the LoRa (LoRa PHY) is a proprietary standard owned by Semtech and people have been trying to reverse-engineer the LoRa standard for years with projects such as GR-LoRa, and over the year various people have taken over the works and new projects have come with the latest one being the gr-lora_sdr GNU Radio software-defined radio (SDR) implementation of a LoRa transceiver. The project has been conducted in collaboration with the Telecommunication Circuits Laboratory of the EPFL (École Polytechnique Fédérale de Lausanne) in Switzerland, and gr-lora_sdr is available as a module for GNU Radio 3.10 with both Tx and Rx implemented so it can be used with hardware compatible with GNU Radio that works in the ISM bands for LoRa (e.g. 433 MHz, 868 MHz, 915 MHz). Highlights of the gr-lora_sdr project: Sends and receives LoRa packets between USRP-USRP and USRP-commercial LoRa transceiver (tested with Adafruit Feather […]
CORE-V MCU Devkit features open-source 32-bit RISC-V core, Amazon AWS IoT connectivity, Mikrobus expansion, VGA camera
The CORE-V MCU DevKit is an open-source hardware board based on the CORE-V microcontroller featuring the open-source OpenHW CV32E40P0 RISC-V MCU core and a Quicklogic ArticPro 2 eFPGA. The board offers wireless connectivity to Amazon AWS through an ESP32-C3 AWS IoT ExpressLink module, a MikroBus connector for expansion, a VGA camera module, JTAG and serial debugging, as well as a temperature sensor and a few buttons. The development kit can be powered by its USB Type-C port (5V) or a DC jack taking 5V to 18V DC. CORE-V MCU devkit specifications: Microcontroller – CORE-V MCU OpenHW CV32E40P RISC-V processor core (in-order 4-stage RISC-V RV32IMFCXpulp CPU based on RI5CY from PULP-Platform) with 512KB SRAM, boot ROM Quicklogic ArticPro 2 eFPGA Storage – 4MB QSPI flash Wireless – Espressif AWS IoT ExpressLink Module for AWS IoT cloud interconnect Camera – Himax HM01B0 ultra-low-power QVGA (320×240) CMOS image sensor as found in the […]
Sudomaker LoShark L1 LoRa USB dongle runs Linux on Ingenic X1501 MIPS processor
Sudomaker LoShark L1 is a USB dongle with Semtech SX1262/SX1268 LoRa transceiver and a Linux-capable Ingenic X1501 MIPS processor with 8MB on-chip memory that serves as a LoRa debug tool that can use a JavaScript interface to access to all SX126x chip registers. The LoShark L1 USB key offers both LoRa connectivity and debugging capabilities such as packet capture (hence the reference to WireShark) and can operate either independently (standalone) or in conjunction with a PC as shown below with a mini laptop. LoShark L1 specifications: SoC – Ingenic X1501 MIPS processor @ 1 GHz with 8MB DRAM, 2200+ CoreMark, Memory – Optional 8MB PSRAM (Lyontek LY68L6400SLIT) Storage – 4GB MLC or 256 MB SLC NAND flash Wireless connectivity HJSIP HJ-68LR LoRa module based on Semtech SX1262/SX1268 with TCXO Support for 433 MHz, 868 MHz, and 915 MHz bands SMA-F antenna connector USB – 1x USB Type-A male […]
Qualcomm Iris video decoder & encoder gets Linux V4L2 driver
Qualcomm engineer Vikash Garodia has just pushed a commit to add “Qualcomm Iris V4L2 encoder/decoder driver” to mainline Linux enabling support for H.264, H.265, and VP9 decoding, H.264 and H.265 encoding, as well as M2M and STREAMING capabilities. The Adreno GPUs found in Qualcomm SoC have been supported by the open-source Freedreno driver for several years, but this was not the case with the IP block taking care of hardware video encoding and decoding. The latest patchset addresses this issue for “Qualcomm’s new video acceleration hardware architecture”, meaning it might not work for older Qualcomm processors. The list of features implemented in the Iris V4L2 encoder/decoder driver: Centralized resource and memory management. Centralized management of core and instance states. Defines platform-specific capabilities and features providing a single point of control to enable/disable a given feature depending on specific platform capabilities. Handles hardware interdependent configurations. Handles multiple complex video scenarios involving […]
12 Euros ESP32-S3-DevKit-LiPo board runs Linux 6.3
Olimex ESP32-S3-DevKit-LiPo is a new open-source hardware ESP32-S3 board with 8MB flash, 8MB PSRAM, as well as LiPo battery and JTAG support that can run Linux 6.3, or the more traditional Arduino or MicroPython firmware. The board is based on the ESP32-S3-WROOM-1-N8R8 module, features two USB-C ports for power, programming, and JTAG debugging, plenty of expansion with two rows of I/Os plus a pUEXT connector, Reset and Boot buttons, and a couple of LEDs. ESP32-S3-DevKit-LiPo specifications: Wireless module – Espressif ESP32-S3-WROOM-1-N8R8 with SoC – ESP32-S3 dual-core LX7 microprocessor @ up to 240 MHz with Vector extension for machine learning, WiFi 4 & Bluetooth 5 LE/Mesh Memory – 8MB OSPI PSRAM Storage – 8MB QSPI flash PCB antenna Dimensions – 25.5 x 18.0 x 3.1 mm USB 1x USB Type-C OTG port also used for JTAG/Serial 1x USB Type-C port for USB-serial programming and power Expansion 2x 22-pin GPIO headers pUEXT […]