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
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)
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:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
<html> <head> <title>TEST PYHTML</title> </head> <body> <h1>BEGIN</h1> {{ py }} def _testFunction(x) : return "IN TEST FUNCTION %s" % x {{ end }} <div style="background-color: black; color: white;"> {{ for toto in range(3) }} This is an HTML test...<br /> TOTO = {{ toto + 1 }} !<br /> {{ for toto2 in range(3) }} TOTO2 = {{ _testFunction(toto2) }} {{ end }} Ok good.<br /> {{ end }} </div> {{ _testFunction(100) }}<br /> <br /> {{ if 2+5 < 3 }} IN IF (1) {{ elif 10+15 != 25 }} IN ELIF (2) {{ elif 10+15 == 25 }} IN ELIF (3) {{ else }} IN ELSE (4) {{ end }} </body> </html> |
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
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
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 […]
Espressif Introduces ESP32-WROVER-B Module with 8MB RAM
ESP32 processor can support PSRAM, and so far I had seen boards or modules with up to 4MB RAM, but if you need more memory, Espressif Systems has now launched ESP32-WROVER-B module with 8MB SPI PSRAM. ESP32-WROVER-B module specifications: WiSoC – Espressif ESP32-D0WD with dual core processor up to 240 Mhz; 5x5mm package Connectivity 2.4GHz WiFi 802.11 b/g/n up to 150 Mbps Bluetooth 4.2 LE Two antenna designs: PCB antenna or IPEX connector External Memory – 8MB SPI Pseudo Static RAM (PSRAM) Storage – 4MB external SPI flash I/Os – Capacitive touch, SD card interface, Ethernet, SPI, UART, I2S, I2C, GPIOs, VP/VN, etc… Power Supply – 2.7 to 3.6V Dimensions – 31.4 x 18.0 x 3.3 mm Certifications – FCC/CE-RED/IC/TELEC/KCC/SRRC/NCC ESP32-WROVER-B should be software compatible with other ESP32 modules. It works ESP-IDF framework based on FreeRTOS with LwIP ( light-weight Internet Protocol). TLS 1.2 hardware acceleration is built-in, and secure OTA […]
WiFiBoy32 is an ESP32 Portable Game Console and IoT Devkit
I’ve noticed that ever since Hardkernel launched their ODROID-GO “10th anniversary” portable game console based on ESP32 processor, most of the talk on IRC and social media is about this new toy, and people almost seem to have forgotten about the company’s Arm Linux boards 🙂 But recently, I’ve come across a somewhat similar ESP32 device called WiFiBoy32 that acts as both a portable game console and an IoT development kit. WiFIBoy32 specifications: Wireless module – ESP32-WROOM-32 wireless module with 802.11 b/g/n WiFi and Bluetooth 4.2 LE connectivity Display – 2.4″ 240×320 color SPI TFT LCD display Expansion – 2x 8-pin through holes with GPIOs, SPI, DAC, I2S,ADC, VP/VN, and power signals (3.3V, Vin, GND) Misc Top – 6x large gaming buttons, select and start push buttons, buzzer Bottom – PROG and RESET buttons, user LED USB – 1x micro USB port for power and programming (CP2102) Dimensions – 120 […]