Tagged: esp32

The ESP32 is a low-cost, low-power system on a chip (SoC) microcontroller with integrated Wi-Fi and dual-mode Bluetooth. Developed by Espressif Systems, it is a successor to the ESP8266. The ESP32 is notable for its compact size, versatility, and extensive feature set which includes a powerful 32-bit microprocessor, a rich set of peripherals, and support for a wide range of communication protocols. It is particularly popular in IoT (Internet of Things) projects due to its wireless capabilities, energy efficiency, and the ability to handle multiple tasks simultaneously. The ESP32 is widely used in home automation, smart devices, industrial control, and other embedded applications.

Integrating LAN8720 with ESP32 for Ethernet Connectivity with plain (HTTP) and SSL (HTTPS) 0

Integrating LAN8720 with ESP32 for Ethernet Connectivity with plain (HTTP) and SSL (HTTPS)

This integration involves connecting the LAN8720 Ethernet module with the ESP32 microcontroller to enable wired network connectivity. The process includes configuring the ESP32 to recognize and communicate through the LAN8720 module, ensuring compatibility with both plain text (HTTP) and encrypted (HTTPS) SSL data transmissions.

The SunFounder GalaxyRVR Mars Rover Kit: Your Gateway to Fun and Educational Exploration 0

Space Education: The Enhanced GalaxyRVR Mars Rover Kit with Light and Signal Booster

The SunFounder GalaxyRVR Kit represents an educational gadget and a gateway to the universe of knowledge and exploration. Perfect for those seeking an engaging pastime or a potent educational instrument, the GalaxyRVR Kit is versatile and comprehensive. In this piece, I’m happy to enhance its capabilities by introducing an upgrade to the Play mode, incorporating advanced light management and a signal booster, adding an extra layer of functionality to this already interesting kit.

EByte LoRa E32 & MicroPython: a deep dive into transmission types 0

EByte LoRa E32 & MicroPython: a deep dive into transmission types – 4

This article, the fourth in our series, provides an in-depth analysis of the different transmission types that can be realized with the EByte LoRa E32 module utilizing MicroPython. By understanding these transmission modalities, developers can effectively harness the power of these tools and tailor their applications to meet specific needs.

Ebyte LoRa E32 & MicroPython: exploring library 0

Ebyte LoRa E32 & MicroPython: exploring library – 2

The Ebyte LoRa E32 library is a comprehensive tool designed to facilitate seamless communication with LoRa wireless modules. Developed for programmers and tech enthusiasts alike, the library enables a smooth interfacing with Ebyte’s LoRa E32 devices using MicroPython, a lean and efficient implementation of the Python 3 programming language.

SunFounder Zeus Car Kit with light and WiFi boost 0

Zeus Smart Car Kit: light and WiFi signal boost to explore the dark

The SunFounder Zeus Car Smart Car Kit for Arduino UNO is an educational kit designed for beginners and children to gain hands-on experience in electronics, robotics, and programming.
It’s very fun to upgrade and programming with It.
In this article we are going to apply two upgrade: light and WiFi boost.

EByte LoRa E32 & MicroPython: specifications, overview and first use 0

Ebyte LoRa E32 & MicroPython: specifications, overview and first use – 1

Ebyte LoRa E32 series are a collection of wireless transceiver modules. In this article series, we will explore the Ebyte LoRa E32 device and its integration with MicroPython. This first article will focus on the specifications and basic use of the device.

MicroPython with esp8266 and esp32: flashing firmware and using PyCharm IDE 0

MicroPython with esp8266 and esp32: flashing firmware and using PyCharm IDE – 3

Here is a beginner’s guide to MicroPython development on the ESP8266 and ESP32 boards using PyCharm IDE. It covers the basics of MicroPython, firmware flashing, and how to set up PyCharm for remote MicroPython development. Additionally, the article includes an example project that demonstrates how to control an LED using MicroPython code.