Google and Arduino have partnered together to developer and launch the Arduino Science Kit Physics Lab, the first official Arduino kit designed for middle school curriculum (ages 11 to 14). Based on Arduino WiFi MKR1010, the science kit will allow pupils to experiment with forces, motion, and conductivity, and log data with Google’s Science Journal “digital science notebook” app for Android. Arduino Science Kit Physics Lab kit content: Arduino MKR WiFi 1010 based on Microchip SAMD21 Cortex-M0+ MCU and Espressif Systems ESP32 WiSoC (WiFi + Bluetooth) Arduino Science Carrier Board 2x Silicone standoffs 1x Flat micro USB cable 1x Grove-compatible light sensor module 1x Grove-compatible temperature sensor module 1x Grove-compatible white LED module 3x Grove Cable 20cm – universal 4-pin connector 2x Double-ended cable: crocodile clip/banana plug (50 cm), 2x Double-ended cable crocodile clip/banana plug (20 cm) 1x Magnet 1x Hook-and-loop Velcro strap, 1x Hook-and-loop Velcro dot 2x PCB sticks, 1x […]
SuperB XBee Compatible Module Features ESP32 WiFi & Bluetooth SoC (Crowdfunding)
Digi XBee is an ecosystem of standardized wireless module found in various development boards, and Espressif Systems ESP32 is by far the most popular WiFi and Bluetooth solution in the maker market. Somebody designed ESP32Bee combining ESP32 with XBee form factor a couple of years ago, but it was never commercialized, and I’m not aware of alternatives, except for SuperB module based on ESP32-WROOM-32 module that has just launched on Crowd Supply. SuperB modules specifications: Wireless Module – ESP32-WROOM-32 with ESP32 dual core WiSoC clocked at up to 240 MHz 4MB flash (potentially upgraded to 16MB) Connectivity – 802.11 b/g/n WiFi, and Bluetooth Classic + LE Expansion – 3.3 V levels, UART, SPI and GPIOs broken out to headers Misc – 1x user LED Power Consumption – Sleep current is less than 5 μA Dimensions – XBee form-factor compatible Certifications – Fully certified with integrated antenna and software stacks The […]
ANAVI Thermometer WiFi Board is Designed for Home Automation (Crowdfunding)
ANAVI Technology launched several open source hardware boards for the Raspberry Pi and ESP8266 maker communities in the past, starting with RabbitMax Flex home automation HAT for Raspberry Pi, and several others including ANAVI Light Controller ESP8266 board to control LED strips. All boards are designed with KiCad opensource EDA software, and I’ve tested several already such as ANAVI Infrared pHAT or ANAVI Light Controller, and found documentation to be very good and easy to follow. The company has now launched another ESP8266 board with ANAVI Thermometer that allows you to monitor temperature and humidity, effectively acting as a thermostat for home automation. ANAVI Thermometer specifications: SoC – Espressif Systems ESP8266 Tensilica L106 32-bit processor Connectivity – WiFi 802.11 b/g/n Display – Mini OLED display Build-in sensor – AM2302 (DHT22) temperature and humidity sensor Expansion Terminal block for DS18B20 waterproof temperature sensor UART pins 3x slots for I2C sensors Misc – […]
TTGO T-Camera ESP32 Camera Board Comes with OLED Display, Sensors
ESP32 is now being used for AI workloads such as face detection with camera boards like ESP32-CAM, or the upcoming ESP-EYE board from Espressif Systems themselves, combined with ESP-WHO face detection and recognition framework. The two aforementioned board require you to use a phone to vizualize the results, unless you blink some LEDs or connect your own display. But the just released TTGO T-Camera board includes a 128×64 OLED display which should allow you to display face detection and/or recognition results, as well as a BME280 environmental sensor, a PIR sensor, and an optional fisheye lens. TTGO T-Camera board specifications: ESP32-WROVER-B Wireless Module SoC – ESP32 dual core Tensilica LX6 processor Memory – 8MB PSRAM Storage – 4MB SPI flash Connectivity – 2.4 GHz 802.11n WiFi 4, Bluetooth 4.2 LE Camera – 2MP OV2640 camera with normal or fisheye lens Display – 0.96″ 128×64 OLED display connected via SSD1306 I2C […]
ESP-EYE ESP32 AI Development Board Supports Face detection, Voice wakeup
Sometimes last month, Espressif Systems contacted me to send a mysterious new development kit together with a 10-year anniversary T-shirt, an offer I found hard to decline 🙂 So I got a new year present this morning delivered by DHL… The letter lists the main specifications of ESP-EYE development board: WiSoC- ESP32 dual core Tensilica LX6 processor with WiFi and Bluetooth Memory – 8MB PSRAM Storage – 4MB flash Camera – 2MP OV2640 camera Audio – Microphone USB – 1x micro USB port for power and programming Misc – Reset, boot and function buttons, 2x LEDs Dimensions – 41 x 21 mm It reminds me of ESP32-CAM camera board, except it adds a microphone, it’s even smaller, and as an official Espressif board, software support might be better. AI features such as face recognition or detection, and voice wake-up are supported out of the box. The board ships with a […]
Particle Mesh Networking Review – Part 2: Getting Started Guide with Argon & Xenon
I’ve recently received a Particle Mesh IoT Development Kit with one Argon WiFi + Mesh (802.15.4) board acting as gateway, three Xenon Mesh boards, and various sensors and accessories. I’ve already showcased the hardware in the first part in the review, so in this post I’ll post my experience getting started with Particle Mesh networking using the kit. Beside the kit, you’ll need a few micro USB cables, a mobile phone running Android or iOS, a reliable Internet connection (more on that later), and a host PC for programming and debugging potential issues. Setting Up Particle Argon & Xenon boards First we’ll need to configure / setup the boards. Go to https://setup.particle.io to login or create an account if you don’t already have one, and you should be brought the following page. Select Mesh, and you’ll be asked to setup a gateway first. Any of the boards from Particle Mesh […]
BitBumper ESP8266 Flash is a Standalone OTA Update Tool
While it’s possible to perform OTA firmware update of ESP8266 with platformIO, Jochen wanted a standalone program to update the firmware of his ESP8266 based devices, and since he could not find any that satisfied his needs, he decided to write his own ESP8266 standalone OTA update tool: BitBumper ESP8266 Flash. The tools work in the local network or over the Internet, and the firmware needs to support PlatformIO OTA update mechanism with the code having the line:
1 |
ArduinoOTA.begin(); |
If your ESP8266 device is already running such firmware, you just need to load the new firmware in the program, input the IP address and port, and click flash. Jochen programmed BitBumper ESP8266 Flash with Lazarus/Pascal, but as not released the source code at this stage. Instead he shared FlashEsp8266.exe tools for Windows as a freeware program, as well as user and developer documentation here. If somebody needs this tool for […]
PyGo Wearable Devices Create LoRa Mesh Networks (Crowdfunding)
Pycom has made some interesting IoT boards running MicroPython in the past starting with WiFi capable WiPy in 2015, and followed by various others supporting various wireless standard including Bluetooth, LoRa, Sigfox, and NB-IoT with LoPy and Fipy. The company launched all their boards via crowdfunding campaigns, and they are now back on Kickstarter for their PyGo plug-n-play wearable devices creating PyMesh networks with up to 12km range between nodes, and managed using Pylife mobile app. Typical use cases include basic connectivity (e.g. messaging) in remote areas without cellular access, and assets / pets / kids location tracking, There are two version of PyGo: PyGo1 with mesh networking only, and PyGo2 that adds cellular network access. Pygo hardware specifications: SoC – Espressif Systems ESP32 dual core WiFi 4 + BLE SoC System Memory – 64 Mbit (8MB) RAM Storage – 8MB flash Display – 128×36 OLED display Connectivity PyMesh up […]