Skip to content

techtutorialsx

A site about programming, IoT and technology. Find tutorials for many different projects.

  • Home
  • About

Category: ESP32

Posted on June 1, 2017January 25, 2025

ESP32 MicroPython: Connecting to a WiFi Network

The objective of this post is to explain how to connect to a WiFi network using MicroPython on the ESP32. Introduction The objective of this post is to explain how to connect to a WiFi network using MicroPython on the ESP32. The procedure shown here is based on the guide provided for the ESP8266, on …

Continue reading "ESP32 MicroPython: Connecting to a WiFi Network"

Posted on May 27, 2017January 25, 2025

ESP32 MicroPython: Encoding JSON

The objective of this post is to explain how to encode a JSON message using MicroPython and the ujson library on the ESP32. Introduction The objective of this post is to explain how to encode a JSON message using MicroPython and the ujson library on the ESP32. You can check how to enable the MicroPython …

Continue reading "ESP32 MicroPython: Encoding JSON"

Posted on May 23, 2017January 25, 2025

ESP32 MicroPython: Parsing JSON

The objective of this post is to explain how to parse a JSON string with MicroPython running on the ESP32. Introduction The objective of this post is to explain how to parse a JSON string with MicroPython running on the ESP32. If you need help setting MicroPython on the ESP32, please check this previous post …

Continue reading "ESP32 MicroPython: Parsing JSON"

Posted on May 20, 2017January 25, 2025

ESP32: MicroPython support

The objective of this post is to explain how to flash the MicroPython firmware to the ESP32 and test it with a simple "Hello World" program. Introduction The objective of this post is to explain how to flash the MicroPython firmware to the ESP32 and test it with a simple "Hello World" program. MicroPython is …

Continue reading "ESP32: MicroPython support"

Posted on May 20, 2017January 25, 2025

ESP32: HTTP POST Requests

How to make HTTP POST requests using the ESP32 and the Arduino environment.

Posted on May 19, 2017January 25, 2025

ESP32: HTTP GET Requests

How to perform simple HTTP GET requests using the ESP32 and the Arduino environment.

Posted on May 16, 2017January 25, 2025

ESP32: Dual core execution speedup

The objective of this post is to implement a simple power calculation algorithm on the ESP32 and test the speedup by executing it in the two cores of the microcontroller. Introduction The objective of this post is to implement a simple power calculation algorithm on the ESP32 and test the speedup by executing it in …

Continue reading "ESP32: Dual core execution speedup"

Posted on May 11, 2017January 25, 2025

ESP32: FreeRTOS counting semaphores

The objective of this post is to provide an introduction to FreeRTOS  counting semaphores, using the ESP32 and the Arduino support. Introduction The objective of this post is to provide an introduction to FreeRTOS counting semaphores, using the ESP32 and the Arduino support. We assume a previous installation of the ESP32 support for the Arduino …

Continue reading "ESP32: FreeRTOS counting semaphores"

Posted on May 9, 2017January 25, 2025

ESP32: Running code on a specific core

The objective of this post is to explain how to run code on a specific core of the ESP32, using the Arduino environment support. Introduction The objective of this post is to explain how to run code on a specific core of the ESP32, using the Arduino environment support. More precisely, we will analyze how …

Continue reading "ESP32: Running code on a specific core"

Posted on May 9, 2017January 25, 2025

ESP32: Get Task execution core

The objective of this post is to explain how to check in which core of the ESP32 a certain FreeRTOS task is executing. Introduction The objective of this post is to explain how to check in which core of the ESP32 a certain FreeRTOS task is executing. One of the characteristics of the ESP32 is …

Continue reading "ESP32: Get Task execution core"

Posts pagination

Previous page Page 1 … Page 35 Page 36 Page 37 Page 38 Next page

Recent Posts

  • Python defaultdict: Handling Non-existing Keys with Default Values
  • Flask and Pydantic
  • Pydantic: Getting started
  • ESP32 WebSerial: Receiving Messages

Categories

  • C# (9)
  • Electronics (11)
  • ESP32 (373)
  • ESP8266 (102)
  • IoT (4)
  • Javascript (23)
  • LinkIt Smart (14)
  • Micro:bit (30)
  • Microcontrollers (13)
  • Misc (24)
  • OBLOQ (16)
  • Python (68)
  • Raspberry Pi (15)
  • Sipeed M1 (4)
  • SQL (5)
Follow techtutorialsx on WordPress.com

  • Subscribe Subscribed
    • techtutorialsx
    • Already have a WordPress.com account? Log in now.
    • techtutorialsx
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...