Using ChatGPT and Bing for Arduino
ChatGPT is THE topic par excellence at the moment. And one reads that ChatGPT can even program. That, and how else this AI can help us with Arduino projects, is what we’ll review in this post.
Read MoreChatGPT is THE topic par excellence at the moment. And one reads that ChatGPT can even program. That, and how else this AI can help us with Arduino projects, is what we’ll review in this post.
Read MorePointers and references are very useful, but equally confusing, especially for beginners. This is an attempt to bring some light into the darkness.
Read MoreIn the second part of the post about libraries and classes, I use the MPU6050 to show how you write Arduino libraries for sensors or other devices to be controlled and what typical issues arise.
Read MoreThis post is part 1 of a crash course on libraries and classes. It is designed to help you get started with this complex topic.
Read MoreThe Logic Analyzer is a low-cost tool that allows you to analyze signals such as I2C, SPI, PWM and much more. I introduce the Analyzer and the Logic 2 software.
Read MoreBlynk is an easy-to-use IoT platform that allows you to control microcontrollers remotely. This is an introduction.
Read MoreIn this post, I show you how to program the ESP32 with MicroPython. I go into detail about the A/D converters, I2C, timers, RTC, touch pins, etc.
Read MoreThis is a MicroPython crash course for people with Arduino/C++ experience. I use the ESP32 as the MCU and uPyCraft as the IDE.
Read MoreYou want to be informed about out-of-control sensor readings on your smartphone (free of charge)? No problem with IFTTT (if this then that). I’ll show you step by step how to do this and how you track things online.
Read MoreMany projects are implemented in places where there is no Wi-Fi. Connectivity via the Arduino SIM card or Sigfox are possible alternatives. This article is a guide and a testimonial.
Read More