unPhone – An ESP32-S3 IoT development platform with LoRaWAN, touchscreen, open-source ecosystem

unPhone All in one LoRa, WiFi and BT dev device with touchscreen and LiPo battery

Pimoroni, in partnership with the University of Sheffield, introduced the unPhone – an open-source non-cellular IoT development platform built around the ESP32-S3 wireless microcontroller. The unPhone isn’t meant to replace phones but can simplify tasks and give you more control over your data. In addition to the ESP32-S3, it features a 3.5″ 320×480 touchscreen display, LoRaWAN, Wi-Fi, Bluetooth, a vibration motor, an accelerometer, and various other features. Designed with these capabilities, this module can be used for teaching and rapid prototyping, while also finding applications in aquaponics. unPhone key features and components Wireless module – ESP32-S3-WROOM-1U-N8 MCU – ESP32-S3 dual-core Tensilica LX7 up to 240 MHz with 512KB SRAM and 8MB PSRAM Storage – 8MB Quad SPI flash Wireless – 2.4 GHz WiFi 4 and Bluetooth LE 5 Hardware Features LCD touchscreen for debugging and UI creation. LoRaWAN for free radio communication Vibration motor for notifications. IR LEDs for remote control. […]

The Arduino PLC Starter Kit aims to teach programmable logic control to high school and university students

Arduino PLC Starter Kit

Arduino PLC Starter Kit combines the Arduino Opta micro PLC, the Arduino DIN Simul8 digital input simulator and power distribution board, and the Arduino DIN Celsius board with two independent heater circuits and one temperature sensor acting as a temperature laboratory. The kit is supported by the Arduino PLC IDE first introduced in 2022 and comes with various cables and a power supply that allows users to quickly get started. Arduino says the kit targets the education of students aged 17 years and more. It includes 20 hours of lessons going through the history of programmable logic controllers, Modbus RS-485 communications, and how PLCs integrate with industrial simulated systems. The main hardware and software components of the kits are: Arduino Opta WiFi micro PLC based on an STMicro STM32H747XI dual-core Arm Cortex-M7/M4 MCU, offering Ethernet and RS485 communication interfaces, and exposing eight digital/analog inputs, plus four relay outputs. DIN Rail-mountable […]

The Lark Weather Station works with Arduino, ESP32, micro:bit, Raspberry Pi, and other boards

Lark Weather Station Arduino ESP32 Raspberry Pi

The Lark Weather Station measures wind speed, wind direction, temperature, humidity, and air pressure through a range of sensors and connects to popular development boards such as Arduino UNO, ESP32, BBC micro:bit, Raspberry Pi, or DFRobot Unihiker through I2C or UART. We’ve seen several projects for Internet-connection weather stations that retrieve weather data from the web and display the results locally, but the Lark Weather Station allows the users to get atmospheric data right in his/her current location thanks to its built-in anemometer, wind vane, and built-in sensors, as well as expansion interfaces for additional sensors. Lark Weather Station specifications: Storage – 16MB flash good to store about 160 days of data (when data is recorded once per minute) Sensors Compass Anemometer Wind Speed: 0.5~12m/s Cover to protect the anemometer during storage/transport Wind vane and wind direction shaft to report the wind direction (eight directions) Temperature Range –20~60℃ ±0.2℃ Humidity […]

SunFounder GalaxyRVR review – An Arduino programmable Mars Rover-like robot for education

SunFounder GalaxyRVR review

SunFounder sent us a GalaxyRVR 6-wheel robot for review. It looks like NASA’s Mars Rover robots but targets the education market with an Arduino UNO R3 compatible board and an ESP32-CAM board for WiFi connectivity and video capture. The GalaxyRVR robot kit can transmit video signals over WiFi to explore planet Earth with your mobile device or tablet and the camera can be adjusted up and down thanks to a servo motor. The robot gets its power from a solar panel coupled with a battery and features sensors such as obstacle avoidance and ultrasonic modules. NASA’s Mars Rover exploration robots NASA is currently using the Perseverance rover, also known as Percy, as the latest planetary exploration robot to land on Mars. It is designed to explore the Jezero Crater as part of NASA’s Mars 2020 mission. In addition to its scientific instruments, Perseverance also carries Ingenuity, a small experimental Martian […]

Arduino Alvik is a 3-wheel robot designed for STEAM education

Arduino Alvik

Arduino Education’s Arduino Alvik is an upcoming 3-wheel educational robot that was just unveiled at the Bett 2024 show in London and designed to teach robotics, programming, and other STEAM subjects. The robot is based on an Arduino Nano ESP32 board and will come with a set of nineteen lessons designed by Arduino Education’s team in collaboration with teachers so that students can learn the basics of IoT, get started with MicroPython, and get themselves familiar with various physics and engineering concepts. The company has yet to provide the full specifications for the Alvik robot, but here’s what we know at this stage: Mainboard – Arduino Nano ESP32 2x wheels plus 1x ball wheel Sensors – “High-quality sensors” that include a ToF ranging sensor, line-following sensors, a 6-axis accelerometer & gyroscope, a proximity sensor, and color sensors. Expansion 2x Grove I2C connectors 2x Qwiic connectors 6-pin servo motor header for […]

ArduinoSimulator is an open-source Arduino Simulator that runs in your web browser

Arduino Simulator

Leonardo Russo’s ArduinoSimulator is an open-source Arduino Simulator written in JavaScript that runs code directly in your web browser and shows the serial output and digital/analog pins status for various Arduino boards namely Arduino UNO R3, MEGA1280, MEGA2560, and NANO V3. We previously covered the Wokwi simulator for ESP32. Arduino, and Raspberry Pi RP2040 that’s a great little tool for educators to emulate circuits and run code right in a web browser, and it even supports the ESP32-P4 wireless MCU although it’s yet to be released. While the simulators are written in JavaScript and open-source, the tool itself is not, and for instance, you can’t run a self-hosted instance of Wokwi or use it offline. The ArduinoSimulator is fully open-source and runs entirely from a web browser. It’s not quite as complex and full-featured as Wokwi, as you can’t build your own circuits, but you still have an area to […]

SunFounder PiCar-X 2.0 review – A Raspberry Pi 4 AI robot car programmable with Blockly or Python

SunFounder PICAR-X Robot review

SunFounder PiCar-X 2.0 is an AI-powered self-driving robot car using the Raspberry Pi 3/4 as the main processing board. It is equipped with a camera module that can be moved by a 2-axis servo motor, allowing the camera to pan or tilt, an ultrasonic module for detecting distant objects, and a line detection module. The PiCar-X robot can also perform computer vision tasks such as color detection, face detection, traffic signs detection, automatic obstacle avoidance, and automatic line tracking. The PiCar-X can be programmed with two computer languages: Blockly-based Ezblock Studio drag-and-drop program and Python, and the robot works with OpenCV computer vision library and TensorFlow for AI workloads. Finally, you can also control the robot through the SunFounder controller application on your mobile phone. The company sent us a sample of the Picar-X 2.0 for review, so let’s get started. SunFounder PiCar-X 2.0 robot overview The PiCar-X robot kit […]

M5Stack releases local server implementations of UIFlow visual programming Web IDE

Visual programming local Web IDE

Visual programming is now a very popular method to teach programming to kids and M5Stack relies on UIFlow for their ESP32-based IoT development kit. Like most other companies, M5Stack provides either a Web IDE accessible from their server or a desktop program available for Windows, MacOS, or Linux, but the company has now released a local server implementation that allows users to run a Web IDE instance in their local network. The local server is available for Windows 11 x64, MacOS, Ubuntu 22.04, and Linux Arm (e.g. Raspberry Pi), so I downloaded the Ubuntu version to give it a try on my laptop. Somehow the Ubuntu release is full of Windows DLLs, but let’s ignore that for now, and the README.txt tells us to install one dependency and run the program as follows:

A window pops up letting us start or stop the server. It can be accessed with […]

Exit mobile version