Various breadboard-friendly boards based on ESP8266 or other chips are available on the market, but some readers are not quite satisfied with the offerings, and need more available pins on the breadboard so they ended up hacking the board matching their needs by either bending header pins, or soldering modules to stripboards. As I browsed new arrivals on ICstation website, I found a tiny board with ESP8266 module that exposes I/Os via what looks like 2.54 mm pitch header that should fit right into a breadboard. But after further checking only three I/Os are exposed, and the board is actually specifically designed for wireless switches, and comes with firmware that works with eWelink app used in Sonoff devices. So the module could be useful for people wanting to control devices without doing programming at all, and limited to no soldering. Just connect the module, and control it without smartphone. Board […]
Xiaomi Unveils Their Very Own ESP32 Development Board, Module & SDK
We now have plenty of modules and board based on Espressif System ESP32 dual core wireless SoC, and a fairly good software support with ESP IDF SDK, Arduino Core, MicroPython, Espruino and other solutions. So I was surprised when I saw Teo Swee Ann, Espressif CEO, posted photos about an event – Xiaomi IoT Developer Conference – where Xiaomi apparently introduced their own ESP32 development board, together their own SDK (still empty right now) compatible with the company’s Mijia ecosystem, as part of their “Open IoT platform” The slide below translates as “WIFI module – Automated manufacturing / 4-fold foolproof mechanism / whole process tracing / cost price (about 15 RMB)” and “Open source SDK”, with the price likely the price of Xiaomi ESP32 module (ESP-WROOM-32C) shown on board above (Thank to hm for translation). I could not find much information at this early stage, except new partnership between Baidu […]
Cheap Evil Tech – WiFi Deauther V2.0 Board and Autonomous Mini Killer Drones
Most technological advances usually improve life of people, and with the costs coming down dramatically over the years, available to more people. But technology can be used for bad, for example by governments and some hackers. Today, I’ve come across two cheap hardware devices that could be considered evil. The first one is actually pretty harmless and can be use for education, but disconnects you from your WiFi, which may bring severe physiological trauma to some people, but should not be life threatening, while the other is downright scary with cheap targeted killing machines. WiFi Deauther V2.0 board Specifications for this naughty little board: Wireless Module based on ESP8266 WiSoC USB – 1x Micro USB type changed, more stable. Expansion – 17-pin header with 1x ADC, 10x GPIOs, power pins Misc – 1x power switch, battery status LEDs Power Supply 5 to 12V via micro USB port Support for 18650 […]
Bolt IoT Platform Combines ESP8266, Mobile Apps, Cloud, and Machine Learning (Crowdfunding)
There are plenty of hardware to implemented IoT projects now, but in many cases a full integration to get data from sensors to the cloud requires going though a long list of instructions. Bolt IoT, an Indian and US based startup, has taken up the task to simplify IoT projects with their IoT platform comprised of ESP8266 Bolt WiFi module, a cloud service with machine learning capabilities, and mobile apps for Android and iOS. Bolt IoT module hardware specifications: Wireless Module – A.I Thinker ESP12 module based on ESP8266 WiSoC Connectivity – 802.11 b/g/n WiFi secured by WPA2 USB – 1x micro USB for power and programming Expansion – 4-pin female header and 7-pin female header with 5 digital I/Os, 1x analog I/O, and UART Misc – Cloud connection LED The hardware is not the most interesting part of Bolt IoT, since it offers similar functionalities as other ESP8266 boards. […]
Giveaway Week Winners – November 2017
Like every year, I’ve organized a giveaway week to send some of the items I’ve reviewed in the past year or so. There was a good mix of devices this year starting with a mini Linux NAS kit, following by some ESP32 boards, and Amlogic development boards among others. The results are in, and instead of 10 winners, I actually have 11 winners due a “timing issue”, and to make for one missing ESP32 board, a LinkIt Smart 7688 Duo board was also given away. While it started strongly for Eastern Europe, We have winners from 3 continents this year: NanoPi NEO2 NAS Kit – Hap Hapablap, Serbia Muses Beta DVB Encoder and Modulator Board – Luka, Slovenia ESP32 PICO Kit v3 boards (5 Winners): Andrius Kurtinaitis, Lithuania (2x ESP32 boards) Kebab, Turkey (2x ESP32 boards) Zoobab, Belgium (2x ESP32 boards) Sollie, Germany (2x ESP32 boards) BobR, USA (1x ESP32 […]
Giveaway Week – ESP32 PICO Kit v3 Boards
I don’t have one, but eight boards to give away to four winners (2 each) with Espressif Systems ESP32 PICO Kit v3 board based on ESP32-PICO-D4 SIP, an all-in one package with ESP32, 4MB SPI flash, crystal oscillator, and passive components, which allows for smaller boards. The board is very similar to any other ESP32 boards, and software compatible, but it’s just quite thinner, and easier to work with on breadboards. Since I had already played with Arduino Core and Espruino (JavaScript) on other boards, I used one of the 10 boards provided by Espressif to play with Micropyhon on ESP32. Each winner will get two ESP32 PICO Core board in order to make it worthwhile with regards to shipping costs. To enter the draw simply leave a comment below. Other rules are as follows: Only one entry per contest. I will filter out entries with the same IP and/or […]
Sonoff Wireless Switch Family Gets a $3 IP66 Waterproof Enclosure
ESP8266 powered ITEAD Studio Sonoff wireless switches have been popular because they are inexpensive, highly customizable thanks to work from the community leading to open source projects such as ESPurna and Sonoff-Tasmota, and come fully packaged so you don’t need to make your own case for it. That works well for indoor projects, but if you needed to control outdoors lights, gate, water pump, etc… you had to protect the device from humidity/rain. That may not be necessary anymore as the company is now selling Sonoff Basic with an IP66 waterproof enclosure for $7.75, or the case only for $2.90.Sonoff waterproof case: Ingress Protection Rating – IP66 Material – PC V0 Dimensions – 132.2 x 68.7 x 50.1mm (See details) Weight – 145.0g IP66 rating is not suitable for prolonged immersion, but it should be good to protect against rain or high humidity. The box ships with two standardized PG7 […]
Getting Started with MicroPython on ESP32 – Hello World, GPIO, and WiFi
I’ve been playing with several ESP32 boards over the months, and tried several firmware images. I started with a tutorial for Arduino Core on ESP32, a few month later I tested ESP32 JavaScript programming with Espruino on ESPino32 board, and recently Espressif Systems sent me ESP32 PICO core development board powered by their ESP32-PICO-D4 SiP, and while I took some pretty photos, I had not used it so far. So I decided to go with yet another firmware, and this time, I played with MicroPython on ESP32, and will report my experience with basic commands, controlling GPIOs, and WiFi in this getting started post. Flashing Micropython Firmware to ESP32 Board Source code is available on Github, as a fork of MicroPython repo as ESP32 support has not been upstreamed yet. We could built the firmware from source, but there’s also a pre-built binary which you can download on MicroPython website. […]