$94 MAKERphone DIY Mobile Phone Supports MicroPython, Arduino IDE, and Scratch (Crowdfunding)

MAKERphone

If you ever wanted to buy a mobile phone that you can assemble yourself, RePhone Kit Ctreate going for $59 is a nice option, but in truth it does not exactly look like your typical phone with its almost square shape. It’s also good to have more option, that’s exactly what MAKERphone is offering with a DIY mobile phone targeting the educational market. Beside the educational value of the assembly also involving some soldering skills depending on the selected kit, kids will be able to learn to program the phone with MicroPython, the Arduino IDE (C language), and/or Scratch visual programming. MAKERphone kit content and specifications: MAKERphone circuit board with 8x user LEDs for backlight (and special effects), 4-way mechanical joystick, 12-button numeric keypad, A, B, C, D, E, and F buttons, DS3231 RTC chip, vibrator… Main microcomputer module based on Espressif Systems ESP32 WiSoC with 802.11 b/g/n WiFi, Bluetooth […]

$16 ESP32-A1S ESP32 Audio Development Kit Comes with 2 Microphones, Audio Jacks & Headers

Espressif ESP32 WiSoC can be integrated into various applications, and earlier this year Espressif Systems released ESP32 LyraTD MSC Audio Mic HDK (Hardware Development Kit) which I could test with Baidu DuerOS using Mandarin. Since then the company released the ESP-ADF Audio Development Framework that beside Baidu DuerOS, now supports Google Assistant and Amazon Alexa, so you don’t need to speak or learn Chinese to use the kit! 🙂 Another ESP32 audio board was the similarly named ESP32-LyraT, and now we have at least more more option with Seeed Studio selling ESP32-A1S WiFi + Bluetooth ESP32 audio development kit for $16.90 on their store. ESP32-A1S ESP32 audio development kit specifications: Wireless Module A.I. Thinker ESP32-A1S module based on ESP32 dual core Tensilica CPU clocked at up to 240MHz with 520 KB SRAM, and 8MB on-module PSRAM 802.11 b/g/n WiFi and Bluetooth 4.2 LE Storage – Micro SD card slot up […]

wESP32 ESP32 Board Supports “Isolated” PoE (Crowdfunding)

ESP32 POE Programming Board

Olimex introduced their ESP32-POE board a few months ago, and started selling it for 17.50 Euros last month, but it’s always good to have more options and Silicongnition has designed another ESP32 board with power over Ethernet named wESP32. wESP32 board specifications: Wireless Module – Espressif Systems ESP32-WROOM-32 module with WiFi 802.11n (WiFi 4) and Bluetooth 4.2 LE connectivity Connectivity 10/100M Ethernet (RJ45) with auto-MDIX allowing the use of both straight and cross-over Ethernet cables Wi-Fi 802.11 b/g/n  and Bluetooth v4.2 BR/EDR (via ESP32 module ) Expansion – Unpopulated 20-pin header with 3.3 V, V+ power, and 15 of the ESP32 GPIOs Power Supply Default 12 V output setting for V+ provides 12.95+ W of power Optional (bridge solder jumper) 5 V output setting for V+ provides 5 W of power IEEE 802.3at Type 1 Class 0 compliant PoE 3.3 V output with up to 6 W of power (taken […]

ESP32-CAM is a $10 ESP32 Camera Development Board

ESP32-CAM

Espressif Systems ESP32 has many new interfaces over ESP8266, but still lacks a hardware camera interface like DVP or MIPI CSI. However, it’s still possible to connect a camera to the I2S interface. What? Isn’t I2S used for audio? It turns out there’s more to ESP32’s “I2S  interface” as pointed out in the forums: The I2S subsystem in the ESP32 also provides a high speed bus connected directly to RAM for Direct Memory Access. Putting it simply, you can configure the ESP32 I2S subsystem to send or receive parallel data under hardware control. There were some ESP32 camera boards launched previously such as ESP32-PICO-tinyCAM, but most seem to have been phased out. However not is all lost, as Seeed Studio is now taking pre-orders for the new A.I. Thinker ESP32-CAM board with a 2MP camera for $9.90. ESP32-CAM board specifications: Wireless Module- ESP32-S WiFi 802.11 b/g/n + Bluetooth 4.2 LE […]

Sensything ESP32 Board Supports Multi-sensor Data Acquisition, Wi-Fi & Bluetooth (Crowdfunding)

Sensything Data Acquisition Android App

We’ve previously covered to health related boards from Protocentral with HealthPi Raspberry Pi HAT measuring vitals signs, and HeartyPatch open source ECG patch powered by an ESP32 WiSoC. Today, I’ll write about another of their board – Sensything -, not directly related to health applications, but designed for multiple sensor’s analog and digital (I2C, GPIO) data acquisition, and designed around Espressif Systems ESP32 WiFi & Bluetooth SoC. Sensything specifications: SiP- Espressif Systems ESP32-PICO-D4 system-in-package with 4MB Flash,  Texas Instruments ADS1220 ADC Wireless Connectivity 2.4 GHz WiFi with on-board PCB antenna,  support for Station and Access Point (AP) modes Bluetooth 4.2 / Bluetooth Low Energy (BLE) USB – 1x micro USB port with FT230X (USB-CDC) Expansion I/O: Board-edge alligator clip compatible analog input connectors 2x Sparkfun Qwiic-compatible I2C ports 4x general-purpose I/O pins Analog Input details 4 channels single-ended, 2-channel fully differential Full-scale input range: ± 2.048 V to ± 0.016 […]

MicroWebSrv Lightweight HTTP Web Server Supports HTML/Python Language Templating

There are many languages that can be used to create a web page: HTML,  HTML5, JavaScript, PHP, etc… But Python? Apparently yes, as MicroWebSrv  lightweight web server – mostly designed for ESP32 platforms running MicroPython such as Pycom boards – supports inserting Python code inside “HTML” files with the extension .pyhtml. The code can be found in Github, and is only comprised of three files. microWebSrv.py – The Web server microWebSocket.py – The optional support of WebSockets microWebTemplate.py – The optional templating language for .pyhtml rendered pages Beside HTML/Python files, the web server can handle GET, POST, … requests, an embedded full REST API, routing handlers, WebSockets, etc… That’s what a mixed HTML + Python .pyhtml file may look like:

You can use double curly braces {{ and }} to insert MicroPython code, if statements, for loops, or includes. I’m not sure if this makes really sense for all […]

How to Make a Cheap Single Channel Gateway with an ESP32 LoRa Board

ESP32 to ESP32 LoRa Communication

Actual LoRaWAN gateways based on Semtech SX1301 concentrator  can be pretty expensive,  and even if you take a LoRa gateway design based on Raspberry Pi for indoor placement or experimentation, price is still around $200. A much cheaper way (~$70)  is to use a single channel LoRa gateway, which as the name implies only support one channel, which limits the number of nodes, and forces you to set the nodes at the same frequency as your gateway. Those are not really suitable for commercial offerings, but if you manage your own gateway and nodes that should be usable. If you only plan to implement a network with a dozen nodes or so, you could even use much cheap ESP32 LoRa board like the ESP32 LoRa 1-Channel Gateway sold on Sparkfun for $29.95. Hardware specifications: Connectivity WiFi and Bluetooth 4.2 LE via ESP32-WROOM-32 module with integrated PCB antenna LoRa @ 868 […]

$50 Fish32 Seed “Education” ESP32 Board Comes with Plenty of I/Os, Sensors, and Connectivity Options

ESP32 Fish32 Seed Board

Sometimes I feel the word “Education” is sometimes thrown around for marketing purpose, and AnalogLamb Fish32 Seed board for “ESP32 Community Education Board” feels that way to me as so far, I could not see any tutorials or other teaching/ learning resources for the board. Having said that I can see why it could be potentially used for education: the sheer number of features, sensors, and connectivity options should allow students to learn to program my different components around ESP32. It’s just at this stage it may not be such an easy platform to learn on. Fish32 Seed board specifications: Supported ESP32 Modules – ESP32-WROVER, ALB32-WROVER, ESP32-WROOM-32 Connectivity 802.11 b/g/n WiFi and Bluetooth 4.2 via ESP32 10/100M Ethernet (RJ45) via WIZnet W5500 chip with support for up to 8 independent sockets LoRa via SX1278 chip (433 MHz) Sensors NXP MPU-9250 with 3-axis MEMS gyroscope, 3-axis MEMS accelerometer, 3-axis MEMS magnetometer […]

UP 7000 x86 SBC