Arduino

Large Language Models Maker

Give your Arduino project a chatGPT AI brain for free

Programming Electronics Academy provides this Arduino lesson on intergrating ChatGPT into your Arduino projects.

Read More
IoT

ChatGPT absolutely DOMINATES Arduino programming

Hanqaqa explores how the ChatGPT will even change the embedded programming world.

Read More
IoT

A Smaller & Faster Arduino?

Learn how to create a simple project showing the charging particle animation on the OLED screen using the Arduino-compatible board Seeed XIAO. The XIAO board is smaller and faster than Arduino. The expansion board includes a lot of additional sensors as well as an SSD1306 128x64px OLED display with an IIC interface.

Read More
IoT

Here’s how you add a new Arduino board to your Cloud

If you’ve got an Arduino account, you’ve got an Arduino Cloud. And the first thing you’re likely to do is start adding your Arduino boards, so you can start working on your code and projects, right there from your web browser. This is what we call “provisioning” a board, which means connecting it to your […]

Read More
IoT Maker

Introducing the Portenta X8 by Arduino Pro

This looks interesting. Portenta X8 is a powerful, industrial-grade SOM with Linux OS preloaded onboard, capable of running device-independent software thanks to its modular container architecture. It offers the best of two approaches: flexibility of usage of Linux combined with real-time applications through the Arduino environment. Leverage Wi-Fi/Bluetooth® Low Energy connectivity to securely perform OS/application […]

Read More
IoT Maker

Little Known ESP32 Power Saving Modes

Another great video about the ESP32 and its power saving modes. I need to dust off my soldering iron. We all know that we send our ESP32s to deep sleep to save energy. But do you know the other possibilities to save energy like light sleep and clock reduction? And what about modem sleep or […]

Read More
Science

Are Supercapacitors the better Batteries?

I have often wondered why use batteries and not supercapacitors. Supercapacitors are super like Superman or Superwoman. Otherwise, they only would be called “Capacitors.” Right? Where are they “super” and where not? Where can we use them, and how? And the most important question: Are they better than batteries?

Read More
IoT

Arduino C/C++ Source Level Debugging for the ESP32

Dave shows you everything you need to know to get up and running quickly with source-level C/C++ debugging on the Arduino platform using an ESP32 chip. Access call stacks, breakpoints, local variables, watches, and more.

Read More