$6 WT32-ETH01 is a Tiny ESP32 board with Ethernet

WT32-ETH01 ESP32 Ethernet board

Espressif Systems ESP32 processor supports WiFi, Bluetooth, and Ethernet connectivity. There are only a few boards coming with an Ethernet RJ45 jack out of the box including esp32MX-E ESP32 board, TTGO T-Internet-POE, and Olimex ESP32-Gateway board among others. Those boards are fine, but they sell for $16 and up, so if you’d like a cheaper and tinier ESP32 board with Ethernet, Wireless Tag WT32-ETH01 may be an option for projects not requiring PoE support. WT32-ETH01 board specifications: Wireless Module – Wireless Tag WT32-S1 based on ESP32 dual-core WiSoC with 4MB flash, on-board antenna Connectivity 10/100M Ethernet via LAN8720A transceiver 2.4 GHz 802.11b/g/n WiFi 4 up to 150 Mbps Bluetooth 4.2 BR/EDR and LE Expansion – 2x 13 through holes and castellated holes with GPIOs, I2C, SPI,  2x UART, EN, LINK, 5V, 3.3V, and GND signals Power Supply – 3.3V or 5.5V via headers, minimum 500 mA; typical operating current: 80 […]

Giveaway Week – M5Stack Atom Echo ESP32 Speaker

I reviewed M5Stack Atom Echo Bluetooth speaker powered by ESP32 earlier this year, and that will be the fifth prize of Giveaway Week 2020. It’s very much like a (low-quality) Bluetooth speaker, but you can program it with the Arduino IDE to do whatever you want. There’s also a Grove connector and I/O headers to control external modules. There’s no battery, so a USB-C cable is needed for power. To enter the draw simply leave a comment with your country and whatever else you’d like to say. If the country is missing, I’ll consider the entry void. Other rules are as follows: Only one entry per contest. I will filter out entries with the same IP and/or email address. Contests are open for 48 hours starting at 11 am (Bangkok time) every day. Comments will be closed after 48 hours. If comments are open, the contest is still going on. […]

Telink TLSR9 Wireless Audio & IoT RISC-V SoC integrates RISC-V DSP/SIMD P-extension

Telink TLSR9 Development Board

At the end of last month, there was a lot of buzz about Bouffalo BL602, one of the first RISC-V SoC with built-in wireless connectivity, namely WiFi 4 and Bluetooth 5.0 LE. We should expect more and more of those types of solutions, and Telink & Andes jointly introduced TLSR9-series of wireless audio chips for hearables, wearables, and other high-performance IoT applications. The chips are powered by an Andes D25F RISC-V 5-stage core that happens to be the first core to integrate RISC-V DSP/SIMD P-extension and offer Bluetooth 5.2, Zigbee 3.0, HomeKit, 6LoWPAN, Thread, and/or 2.4 GHz proprietary protocol. The press release focuses on the Andes core, but an article in Chinese allows use to find more about Telink TLSR9 family’s key features: CPU – Andes D25F 32-bit RISC-V 5-stage core @ up to 96 MHz (2.59 DMIPS/MHz and 3.54 CoreMark/MHz) with RISC-V DSP/SIMD P-extension Optional NNU – AI engine […]

Allwinner A133 tablet processor pairs with XR829 or AW859A WiFi & Bluetooth chip

Allwinner A133 Tablet Block Diagram

Last year, Allwinner published an updated roadmap for tablet processors that included A100, A200, and A300 SoC’s. None of those have been launched yet, but I’ve just noticed the Allwinner A133 quad-core Cortex-A53 processor showed up on the company’s website. That’s yet another entry-level processor coupled with a PowerVR GE8300 GPU, but you’d get support for Android 10, instead of the older Android 7.1/8.1 SDK provided for the earlier Allwinner A-series tablet processors. This time around, the company also pairs A133 processor with its own wireless chips, either XR829 WiFI 4 and Bluetooth 4.2 chip, or AW859A dual-band 802.11ac WiFi 5 and Bluetooth 5 chip. Allwinner A133 specifications: CPU – Quad-core Arm Cortex-A53 @ 1.6GHz with 32KB L1 I-cache + 32KB L1 D-cache per core, 512KB L2 cache, and CoolFlex power management architecture GPU – Imagination PowerVR GE8300 with support for OpenGL ES3.2, Vulkan 1.1, OpenCL 1.2 Memory I/F – […]

NuMaker-IoT-M263A board is the Swiss army knife of IoT development

NuMaker-IoT-M263A

If you’d like an MCU board to experiment with various wireless (and wired) protocols used for Internet of Things applications, the Nuvoton NuMaker-IoT-M263A development board may be worth a look. Powered by a NuMicro M263KIAAE Arm Cortex-M23 CPU microcontroller, the board offers WiFi, Bluetooth, and LoRa connectivity, plus an mPCIe socket for 3G, 4G, or NB-IoT cellular connectivity. It also comes with various sensors, as well as CAN and RS485 transceivers for industrial control applications. NuMaker-IoT-M263A key features and specifications: MCU – Novoton NuMicro M263KIAAE Arm Cortex-M23 microcontroller @ 64 MHz with 96KB SRAM, 512 KB  dual-bank flash for OTA upgrade, 4 KB LDROM; LQFP128 package Storage – MicroSD card connector On-board wireless modules ESP12-F (ESP8266) 802.11b/g/n module MDBT42Q-PAT Bluetooth 4.2/5.0 LE module APC1278 (for 408 / 433 / 470 MHz)  LoRa module plus antenna Serial – CAN and RS485 transceiver USB – 1x Micro USB OTG connector (to M263 […]

The quest for a blob-free WiFi & Bluetooth stack for BL602 WiSoC

PineCone BL602 Board

I thought I was done writing about Bouffalo Lab BL602 WiFI & Bluetooth RISC-V SoC for a while after first covering the chip itself, and then an inexpensive BL602 development board this weekend. But the BL602 SDK has shown up in various Github repositories, including Bouffalo Lab’s own bl_iot_sdk repository, and as more people are looking into it, there’s now an effort to develop a fully open-source blob-free WiFi & Bluetooth stack for BL602, and other Bouffalo Lab WiFi and/or Bluetooth wireless chips. Last day we communicate with Bouffalolab, finally they release the SDK of BL602 (RV32 chip of wifi+bt), all code is open, except libblecontroller.a, libatcmd.a, libbl602_wifi.a (while they have all symbol inside)https://t.co/giHsQ4ezXxwe have a fork too https://t.co/FiaAIxLBc8 — Sipeed (@SipeedIO) October 27, 2020 First, Sipeed says the code is mostly open-source except for three libraries: ibblecontroller.a, libatcmd.a, libbl602_wifi.a, all of which are un-obfuscated, and easy to disassemble. Then […]

STMicro launches cheaper STM32WB30 and STM32WB35 Bluetooth LE & Zigbee MCUs

STM32WB30 STM32WB35

STMicro introduced the first wireless STM32 microcontrollers in 2018 with STM32WB Cortex-M4/M0+ MCU family equipped with Bluetooth 5.0 and 802.15.4 radios, and they followed earlier this year with STM32WL Cortex-M LoRa SoC. The company has not just announced yet another wireless STM32 family but instead added the more affordable STM32WB35 and STM32WB30 chips that can be obtained for under $2 in quantities. The new STM32WB microcontroller enabled a low BOM cost thanks to their memory configuration. Specifically, STM32W30 comes with 256KB flash while STM32W35 features 512 KB flash, and both offer 96 KB of RAM. This compares to STM32WB55 will up to 1MB flash and 256KB of RAM. Apart from the lower memory and flash capacity, the new wireless MCUs have basically the same features as other members of the STM32WB family with 16-bit ADC, quad-SPI interface (STM32WB35 only), as well as Bluetooth Low Energy 5.0, Zigbee 3.0, and OpenThread […]

Remodo X is a Programmable Bluetooth & IR Remote Control for Raspberry Pi (Crowdfunding)

Remodo X Raspberry Pi Remote Control

There are plenty of Bluetooth or RF remote controls on the market, but Remodo X is a little different. Mainly designed for the Raspberry Pi board, the compact Bluetooth & IR remote control comes with four buttons that can be programmed from a mobile app to launch program or trigger scripts for home automation, home entertainment, or any other function you may think of. Remodo X specifications: Connectivity Bluetooth LE up to 30 meters (line-of-sight) via Realtek BLE 4.2 Class 2 chip IR up to 10 meters User Input – 4x keys for 8 different actions using long or short presses Misc – Buzzer for “find me” function Power Supply – 2x AAA batteries Dimensions – 114 x 36 x 13 mm Weight – 37 grams The remote control can be programmed in the yet-to-be-released Remodo app for Android or iOS with any smartphone that comes with Bluetooth LE connectivity. […]

EDATEC Raspberry Pi 5 fanless case