Introduction Debugging is integral to embedded systems development, ensuring the correctness and functionality of the software running on microcontrollers. VisualGDB provides a comprehensive debugging environment for ESP32 microcontrollers, facilitating the…
Using the VisualGDB Plugin
Introduction I feel at home in Visual Studio. It has so many options that it can be used for virtually anything. IDEs like the Arduino IDE are great as far…
Send an ESP32 New Firmware OTA
To facilitate over-the-air (OTA) firmware updates for the ESP32 using a C# application, you'll need to prepare both the ESP32 firmware to handle OTA requests and write C# code to…
Connecting an ESP32 to a DS18B20 Temperature Sensor Using C# and nanoFramework
Introduction The ESP32 microcontroller, known for its versatility in IoT applications, can be easily integrated with various sensors. In this blog post, we will explore how to connect a DS18B20…
Exploring the nanoFramework Flasher Tool (nanoff) for ESP32 Development
Introduction For enthusiasts and professionals diving into IoT development with ESP32, the nanoFramework offers a great platform, especially for those familiar with C#. A crucial aspect of working with the…
Installing Drivers for ESP32 Development on Windows: A Step-by-Step Guide
Introduction The ESP32 microcontroller has emerged as a popular choice for IoT projects due to its Wi-Fi and Bluetooth capabilities, ample processing power, and affordability. For Windows users, setting up…
Flashing nanoFramework onto ESP32: A Comprehensive Guide
Introduction The ability to run high-level programming languages on microcontrollers has been a game-changer. The nanoFramework project, which allows the execution of C# code on microcontrollers, is a remarkable example.…
Harnessing WiFi Capabilities on ESP32 with C#: A Practical Guide
Introduction Incorporating WiFi connectivity into IoT projects can significantly expand their capabilities. With the ESP32 microcontroller and the nanoFramework, you can now achieve this using C#, a language familiar to…
Debugging C# on ESP32: A Guide for Developers
Introduction The ESP32 microcontroller has become popular for IoT projects due to its great features and affordability. With the advent of the nanoFramework, developers can now write and debug C#…
Installing the nanoFramework for Visual Studio: A Step-by-Step Guide
Introduction For developers looking to bridge the gap between the .NET ecosystem and the world of embedded systems, the nanoFramework is a game-changer. This open-source platform enables the writing and…