LETS CODE FOR THE OLDER FOLKS
LETS CODE FOR THE OLDER FOLKS
  • 183
  • 45 870
How To Measure Distance Using The HC-SR04 Ultrasonic Sensor
How To Measure Distance Using The HC-SR04 Ultrasonic Sensor with ESP32 And MicroPython
In this session we’ll learn how to use the HC-SR04 Ultrasonic Sensor with the ESP32 to get the distance to an object using MicroPython firmware On the ESP32.
HCSR04 library:
raw.githubusercontent.com/RuiSantosdotme/Random-Nerd-Tutorials/master/Projects/ESP-MicroPython/HCSR04/hcsr04.py
sunfounder-esp32-ultimate-starter-kit: www.sunfounder.com/products/sunfounder-esp32-ultimate-starter-kit-with-esp32-camera-extension-board-battery?_pos=1&_sid=a295cfd83&_ss=r&ref=k077oxrv
มุมมอง: 130

วีดีโอ

How To Draw Basic Shapes Using MicroPython
มุมมอง 85หลายเดือนก่อน
How To Draw Basic Shapes Using MicroPython On The SSD1306 OLED Display With The ESP32 In this session we’ll learn how to draw shapes on an OLED display with MicroPython using the ESP32. To draw shapes on the OLED display, we will need to download and use the Adafruit GFX Library to our esp32. This library isn’t part of the standard MicroPython library by default. GFX library: github.com/adafrui...
How To Use MicroPython To Scroll Text On The SSD1306 OLED Display With The ESP32 (Part 2)
มุมมอง 1222 หลายเดือนก่อน
In this session part 2, we’ll complete the sketch on how to control an OLED display with MicroPython using the ESP32. We'll show how to scroll the entire screen horizontally and vertically. OLED library: raw.githubusercontent.com/RuiSantosdotme/ESP-MicroPython/master/code/Others/OLED/ssd1306.py OLED 0.96 inch Display - 128×64 - SSD1306 makeradvisor.com/tools/oled-display-128x64-0-96-inch/ sunfo...
How To Use MicroPython To Scroll Text On The SSD1306 OLED Display With The ESP32 Part 1
มุมมอง 1152 หลายเดือนก่อน
In this session part 1, we’ll learn how to control an OLED display with MicroPython using the ESP32. We'll learn how to scroll the entire screen horizontally and in paet 2 vertically. OLED library: raw.githubusercontent.com/RuiSantosdotme/ESP-MicroPython/master/code/Others/OLED/ssd1306.py OLED 0.96 inch Display - 128×64 - SSD1306 makeradvisor.com/tools/oled-display-128x64-0-96-inch/ sunfounder-...
How To Use MicroPython: OLED Display with the ESP32
มุมมอง 2572 หลายเดือนก่อน
In this session, we’ll learn how to use the 0.96 inch SSD1306 OLED display with an ESP32 using MicroPython firmware. OLED library: raw.githubusercontent.com/RuiSantosdotme/ESP-MicroPython/master/code/Others/OLED/ssd1306.py OLED 0.96 inch Display - 128×64 - SSD1306 makeradvisor.com/tools/oled-display-128x64-0-96-inch/ sunfounder-esp32-ultimate-starter-kit: www.sunfounder.com/products/sunfounder-...
How To Use The BME680 Sensor Module With The ESP32 Using Micropython
มุมมอง 3722 หลายเดือนก่อน
This session shows how to use the BME680 sensor module with the ESP32 to get temperature, humidity, pressure, and gas (air quality) readings using MicroPython firmware The gas sensor can detect a broad range of gases like volatile organic compounds (VOC). So the BME680 can be used in indoor air quality control. A library to read from the BME680 sensor isn’t part of the standard MicroPython libr...
Measuring Temperature And Humidity With Esp32 Using Micropython - A How-to Guide!
มุมมอง 3513 หลายเดือนก่อน
This session shows how to use the DHT11 temperature and humidity sensors with the ESP32 development board using MicroPython firmware. The DHT11 sensor contains a chip that does analog to digital conversion and spit out a digital signal with the temperature and humidity. This makes them very easy to use with any microcontroller. sunfounder-esp32-ultimate-starter-kit: www.sunfounder.com/products/...
How To Put The ESP32 Into Deep Sleep Using Micropython
มุมมอง 2273 หลายเดือนก่อน
This session we will look at how to put the ESP32 in deep sleep mode and wake it up using an input device using MicroPython firmware. If have your ESP32 running on active mode with batteries it’s not ideal, since the power from batteries will depleat very quickly. If we put our ESP32 in deep sleep mode, it will reduce the power consumption and your batteries and they will last longer. Having th...
How My Raspberry Pi 5 Came Alive
มุมมอง 1.2K3 หลายเดือนก่อน
This session I introduce you to my Pi5 and add a NVMe Base and M2 SSD. SD cards were designed for storage and not to run operating systems like the Raspberry Pi image. Adding a NVME Base with the 520 M.2 SSD drive makes the system more reliable! The changes are unbelievable! NVMe Base for Raspberry Pi 5 - NVMe Base : shop.pimoroni.com/products/nvme-base?variant=41219587178579 sunfounder-esp32-u...
Learn How To Configure Interrupts Using MicroPython with ESP32
มุมมอง 2113 หลายเดือนก่อน
This tutorial we will use interrupts. They are useful for making things happen automatically in microcontroller programs and can help solve timing problems. With interrupts you don’t need to constantly check the current pin value. When a change is detected, an event is triggered (a function is called). www.sunfounder.com/products/sunfounder-esp32-ultimate-starter-kit-with-esp32-camera-extension...
How To Read Analog values with MicroPython On The ESP32
มุมมอง 1793 หลายเดือนก่อน
This tutorial shows how to read analog values with the ESP32 board using MicroPython firmware. There are several pins on the ESP32 that can act as analog pins - these are called ADC pins. All the following GPIOs can act as ADC pins: 0, 2, 4, 12, 13, 14, 15, 25, 26, 27, 32, 33, 34, 35, 36, and 39. www.sunfounder.com/products/sunfounder-esp32-ultimate-starter-kit-with-esp32-camera-extension-board...
How To Automate PWM with MicroPython On The ESP32
มุมมอง 1004 หลายเดือนก่อน
This experiment shows how to generate PWM signals with the ESP32 board using MicroPython firmware. As an example, we’ll dim the brightness of an LED by changing the duty cycle over time. www.sunfounder.com/?ref=k077oxrv
Lets Interact With The GPIOs On The ESP32 Using MicroPython
มุมมอง 1354 หลายเดือนก่อน
In this session we’re going to take a look on how to interact with the ESP32 General Purpose Input/Output (GPIOs) pins using MicroPython. We’ll show you how to read digital and analog inputs, how to control digital outputs and how to generate PWM signals. We’ll build a simple circuit that works as follows: Read the state of a pushbutton and set the LED state accordingly - when you press the pus...
How To Use Digital Inputs And Outputs With MicroPython
มุมมอง 3194 หลายเดือนก่อน
In this session we will learn how to use digital inputs and digital outputs, we’ll build a simple project example with a pushbutton and an LED. www.sunfounder.com/?ref=k077oxrv
How To Run Your First Micropython Script On An ESP32
มุมมอง 1224 หลายเดือนก่อน
This session we will get familiar with the process of writing a file and executing code on your ESP32 boards, we’ll upload a new script that simply blinks the on-board LED of your ESP32. www.sunfounder.com/?ref=k077oxrv
Lets Get Started with MicroPython on ESP32 And The Raspberry Pi.
มุมมอง 3475 หลายเดือนก่อน
Lets Get Started with MicroPython on ESP32 And The Raspberry Pi.
Looking Ahead: What To Expect In The Future
มุมมอง 505 หลายเดือนก่อน
Looking Ahead: What To Expect In The Future
How To Prepare Your ESP32 With The Arduino IDE For The Lamp Server Part2
มุมมอง 946 หลายเดือนก่อน
How To Prepare Your ESP32 With The Arduino IDE For The Lamp Server Part2
How To Prepare Your ESP32 With The Arduino IDE For The Lamp Server
มุมมอง 1436 หลายเดือนก่อน
How To Prepare Your ESP32 With The Arduino IDE For The Lamp Server
Learn How To Display Database Content With A Php Script In This Easy To Follow Tutorial.
มุมมอง 596 หลายเดือนก่อน
Learn How To Display Database Content With A Php Script In This Easy To Follow Tutorial.
How To Insert Data Into A MySQL Database - PHP Script HTTP POST
มุมมอง 906 หลายเดือนก่อน
How To Insert Data Into A MySQL Database - PHP Script HTTP POST
How To Publish Data To A Raspberry Pi LAMP Server
มุมมอง 1406 หลายเดือนก่อน
How To Publish Data To A Raspberry Pi LAMP Server
How To Install A LAMP Server On Your Raspberry Pi
มุมมอง 4067 หลายเดือนก่อน
How To Install A LAMP Server On Your Raspberry Pi
Lets Code For The Older Folk Channel Introduction
มุมมอง 2977 หลายเดือนก่อน
Lets Code For The Older Folk Channel Introduction
How To Monitor Your Raspberry Pi System Using Influxdb Telegraf
มุมมอง 5787 หลายเดือนก่อน
How To Monitor Your Raspberry Pi System Using Influxdb Telegraf
How To Send BME280 Sensor Readings To InfluxDB2 Continued
มุมมอง 1237 หลายเดือนก่อน
How To Send BME280 Sensor Readings To InfluxDB2 Continued
How To Send BME280 Sensor Readings To InfluxDB2
มุมมอง 1967 หลายเดือนก่อน
How To Send BME280 Sensor Readings To InfluxDB2
How To Install Influxdb 2 On A Raspberry Pi 4
มุมมอง 9307 หลายเดือนก่อน
How To Install Influxdb 2 On A Raspberry Pi 4
How To Create An Esp32 Mqtt Node-red Flow
มุมมอง 2527 หลายเดือนก่อน
How To Create An Esp32 Mqtt Node-red Flow
ESP32 MQTT - Publish and Subscribe The Internet Of Things Part Two
มุมมอง 2297 หลายเดือนก่อน
ESP32 MQTT - Publish and Subscribe The Internet Of Things Part Two

ความคิดเห็น

  • @mansurkhairullin2219
    @mansurkhairullin2219 8 วันที่ผ่านมา

    Thanks for the video 😊

  • @javadamin-fb1rj
    @javadamin-fb1rj 18 วันที่ผ่านมา

    thx you're video helped me alot

  • @rushikeshwasatkar848
    @rushikeshwasatkar848 25 วันที่ผ่านมา

    can you please tell maximum distance of each node mcu from other ?

    • @LetsCodeForTheOlderFolks-dt2vx
      @LetsCodeForTheOlderFolks-dt2vx 22 วันที่ผ่านมา

      According to tests we are able to get a stable communication up to 220 meters (approximately 722 feet) in open area

  • @N2AIE
    @N2AIE 28 วันที่ผ่านมา

    nice vid...I have 2 LoLin NodeMcu V3 boards that get recognized by PC (com 8) in this case, but my arduino IDE won't connect to board and times out waiting for packet header...any suggestions? they both do the same thing

    • @LetsCodeForTheOlderFolks-dt2vx
      @LetsCodeForTheOlderFolks-dt2vx 20 วันที่ผ่านมา

      I do not have a LoLin NodeMcu V3 board but i guess this would be the same. When you run the skech try pressing the boot button. Its thr small button bottom right.

  • @jumbo999614
    @jumbo999614 หลายเดือนก่อน

    Sir, what is the purpose of "processor" function? You passed the function along with other attributes to request->send_p. But inside HTML, it doesn't call this function. I also name my variable SliderVal in the main c++ code while inside HTML's updatesSlide PWM I name it SliderValue . So how both variables are linked together?

    • @LetsCodeForTheOlderFolks-dt2vx
      @LetsCodeForTheOlderFolks-dt2vx หลายเดือนก่อน

      Hi jumbo We need to add some JavaScript code to your HTML file using the <script> and </script> tags. You need to add the updateSliderPWM() function that will make a request to the ESP32 with the current slider value. We need to create the processor() function, that will replace the placeholders in our HTML text with the current slider value when you access it for the first time in a browser.When the web page is requested, we check if the HTML has any placeholders. If it finds the %SLIDERVALUE% placeholder, we return the value saved on the sliderValue variable. I hope this helps.

  • @ryanclarke2161
    @ryanclarke2161 หลายเดือนก่อน

    This would have been a great video if you had placed the code in the description. It just takes too long to type It out when all I came her for was how to get mac address

  • @patrickpuentelml4958
    @patrickpuentelml4958 หลายเดือนก่อน

    Anyone could fix the errors showed after press "mosquitto -v" command? This errors appear in minute 7:40. I already installed mosquitto in docke and i have this problem all the time and is headache becaus idk what to do...

  • @azucar151
    @azucar151 หลายเดือนก่อน

    Excellent tut brother... you are an outstanding patient explainer... greetings from Houston, Texas .... SUBSCRIBED ! 😊

  • @ellerycadel
    @ellerycadel หลายเดือนก่อน

    If anyone else had trouble getting all the programs to work - before you drive yourself crazy I found the easiest thing to do was wipe out everything and reload a new operating system onto your Raspberry pi and reload the programs.

  • @ellerycadel
    @ellerycadel หลายเดือนก่อน

    long but worth it. nice job!!

  • @ellerycadel
    @ellerycadel หลายเดือนก่อน

    Lovely job, I am learning a lot. Thanks for publishing these!

  • @ellerycadel
    @ellerycadel หลายเดือนก่อน

    10:26 - if you "deploy" the color change it updates on the dashboard

  • @ellerycadel
    @ellerycadel หลายเดือนก่อน

    Nice job. Thank you!! FYI to anyone interested, I loaded Node-Red onto my Windows PC following the instructions on the Node-Red site. Not hard at all if you don't have a Raspberry Pi or just want to use a Windows machine.

  • @user-hz4gd4mv2e
    @user-hz4gd4mv2e 2 หลายเดือนก่อน

    Nice and informative. Thanks, Simon

  • @joergfoerster8043
    @joergfoerster8043 2 หลายเดือนก่อน

    I would like to extend your code.

  • @amitbisht4078
    @amitbisht4078 2 หลายเดือนก่อน

    this error came in my receiver code in esp-now receiver side C:\Users\Dell\AppData\Local\Temp\.arduinoIDE-unsaved2024229-4764-g6luht.bh7b7\sketch_mar29b\sketch_mar29b.ino: In function 'void setup()': C:\Users\Dell\AppData\Local\Temp\.arduinoIDE-unsaved2024229-4764-g6luht.bh7b7\sketch_mar29b\sketch_mar29b.ino:47:28: error: invalid conversion from 'void (*)(const uint8_t*, const uint8_t*, int)' {aka 'void (*)(const unsigned char*, const unsigned char*, int)'} to 'esp_now_recv_cb_t' {aka 'void (*)(const esp_now_recv_info*, const unsigned char*, int)'} [-fpermissive] 47 | esp_now_register_recv_cb(OnDataRecv); | ^~~~~~~~~~ | | | void (*)(const uint8_t*, const uint8_t*, int) {aka void (*)(const unsigned char*, const unsigned char*, int)} In file included from C:\Users\Dell\AppData\Local\Temp\.arduinoIDE-unsaved2024229-4764-g6luht.bh7b7\sketch_mar29b\sketch_mar29b.ino:1: C:\Users\Dell\AppData\Local\Arduino15\packages\esp32\tools\esp32-arduino-libs\idf-release_v5.1-3662303f31/esp32/include/esp_wifi/include/esp_now.h:156:54: note: initializing argument 1 of 'esp_err_t esp_now_register_recv_cb(esp_now_recv_cb_t)' 156 | esp_err_t esp_now_register_recv_cb(esp_now_recv_cb_t cb); | ~~~~~~~~~~~~~~~~~~^~ exit status 1 Compilation error: invalid conversion from 'void (*)(const uint8_t*, const uint8_t*, int)' {aka 'void (*)(const unsigned char*, const unsigned char*, int)'} to 'esp_now_recv_cb_t' {aka 'void (*)(const esp_now_recv_info*, const unsigned char*, int)'} [-fpermissive]

  • @micr0chap
    @micr0chap 2 หลายเดือนก่อน

    Thanks for assuming I'm less than knowledgeable on all of this detail. You're right to. Cheers, mate! (sub'd)

  • @micr0chap
    @micr0chap 2 หลายเดือนก่อน

    The amount of precise detail you put in was appreciated. Thanks, mate, from an old Aussie. (subscribed)

  • @user-ks4uq9fz7m
    @user-ks4uq9fz7m 2 หลายเดือนก่อน

    thanku so much

  • @kab00mKap0w
    @kab00mKap0w 2 หลายเดือนก่อน

    I did everything you did but got a dashboard full of No Results panes

  • @lesliethatcher9125
    @lesliethatcher9125 2 หลายเดือนก่อน

    I may of confused a few rows are not 🚫 connected columns are connected

  • @bernardo7515
    @bernardo7515 2 หลายเดือนก่อน

    Mate, we are learning with your videos four our college class here in Brazil, and we are loving every "brackets off, semicolon, enter" thanks for the amazing learning content

  • @indyglass
    @indyglass 3 หลายเดือนก่อน

    I was searching for now to do the and found several tutorials, all were exactly the same. Even the screen shots. Seems like one person (not sure who) developed this and several others are sharing it as their own.

    • @Theonicle
      @Theonicle หลายเดือนก่อน

      im having the same issue most of theses tutorials are the same simple "/get" tutorials

  • @jj74qformerlyjailbreak3
    @jj74qformerlyjailbreak3 3 หลายเดือนก่อน

    Great little exercise. I really learned something today. Thanks.

  • @michaelbyron9688
    @michaelbyron9688 3 หลายเดือนก่อน

    I am 81 love your style and pace of instruction. That you make no assumptions on what the user knows about the topic already set you apart.

  • @terrydaktyllus1320
    @terrydaktyllus1320 3 หลายเดือนก่อน

    Thanks for another good video, Les. I watch all of them without commenting a lot of the time so thought I'd better let you know there is some life out here! Electronics and getting into micro-controllers help me keep my sanity during the lock down periods - we're of a similar age and I hadn't touched a soldering iron up to that point probably for almost 30 years but now I am well into it - and thoroughly enjoying your instruction!

    • @LetsCodeForTheOlderFolks-dt2vx
      @LetsCodeForTheOlderFolks-dt2vx 3 หลายเดือนก่อน

      Thanks Terry for your great comment. I was retired with medical problems and decided i had loads of time on my hands.Raspberry Pi/ Microcontrollers are my hobby so why not share the little knowledge I have and learn on the job by starting a youtube channel. I will continue to produce content while I can and hope that guys like you continue to find it useful. Thanks to all that support this channel.

    • @terrydaktyllus1320
      @terrydaktyllus1320 3 หลายเดือนก่อน

      @@LetsCodeForTheOlderFolks-dt2vx I have been a Linux guy since 1996 (and UNIX for a few years before then) as well as someone who repairs and refurbishes older PCs (IBM and Lenovo Thinkpads are my "collectibles") - I also joined the Raspberry Pi and SBC craze since the first one of those came out in 2011. You're of course welcome to describe your expertise as you see fit but your "little knowledge" (as you describe it) is enough for me to learn from and engage with. Long may you continue and I wish you the best possible health.

  • @grahamnichols1416
    @grahamnichols1416 3 หลายเดือนก่อน

    Older folks? How dare you. I'm a recycled teenager. :)

  • @amenia8849
    @amenia8849 3 หลายเดือนก่อน

    What is with your nose man?

  • @jiribezdekovsky6049
    @jiribezdekovsky6049 3 หลายเดือนก่อน

    Really great for start, thanks!

  • @ApeGizmo
    @ApeGizmo 3 หลายเดือนก่อน

    Hello Sir. This was a helpfull Tutorial for me. Thank you for the Work. greetings from Germany to you

  • @RossPotts
    @RossPotts 3 หลายเดือนก่อน

    Nicely done sir! I’ve just turned 55, so I’m kind of in the older folks stage now, though I’ve been playing with the PIs since they came out. Always nice to have someone put a video up that I can refer too! One thing to note for viewers. Make sure you purchased an NVME drive, and not an SATA card. They have different pinouts even though they fit. Don’t ask

  • @skrame01
    @skrame01 3 หลายเดือนก่อน

    Now make it do something useful.

    • @RossPotts
      @RossPotts 3 หลายเดือนก่อน

      Show us your projects.

    • @terrydaktyllus1320
      @terrydaktyllus1320 3 หลายเดือนก่อน

      So the "Mechanical engineer by degree with automotive engine and microturbine generator experience, currently reside in the Detroit area making a Minecraft Creeper robot" can't make a Pi do something himself?

    • @RossPotts
      @RossPotts 3 หลายเดือนก่อน

      @@terrydaktyllus1320don’t be TOO hard on him. After all, he did manage to solder a bunch of LED strips together…

    • @terrydaktyllus1320
      @terrydaktyllus1320 3 หลายเดือนก่อน

      @@RossPotts We're of a similar age, by the way, if I look at your post below. What I find more "disturbing" about people like him from the "younger generation" is the complete lack of self awareness and self entitlement in what they write - otherwise you'd read what you wrote before posting it and not doing so because it makes you look very silly as a person.

  • @skrame01
    @skrame01 3 หลายเดือนก่อน

    Those are parentheses not brackets.

  • @kishanpatel3049
    @kishanpatel3049 3 หลายเดือนก่อน

    Thanks

  • @willsgrandad
    @willsgrandad 3 หลายเดือนก่อน

    Thanks for leaving typos in. Only spotted the + error instead of = . I find when writing sketches/ programmes I inevitably type something wrong. Helps the me understand the workings better! Keep up the good work.

  • @holograph20
    @holograph20 3 หลายเดือนก่อน

    Great video, I never knew that MicroPython could handle interrupts so easily. I normally just use my microcontroller to detect buttons and enable LEDs. Thanks Les

  • @WalkingBlock
    @WalkingBlock 4 หลายเดือนก่อน

    nice thanks

  • @gerdbeutler3728
    @gerdbeutler3728 4 หลายเดือนก่อน

    Found you when seaching for ESP32 Intro's. Being 71 myself with some basic IT background I like to learn and play around with IOT projects and Home Assistent.

  • @mas11ful
    @mas11ful 4 หลายเดือนก่อน

    Interesting video. Where is the link for the code?

    • @LetsCodeForTheOlderFolks-dt2vx
      @LetsCodeForTheOlderFolks-dt2vx 4 หลายเดือนก่อน

      Hi mas11ful Glad you found the video interesting. The idea is that we learn to code together so i dont link the code, its too easy to cut and paste. Cheers.

  • @joeborovina4769
    @joeborovina4769 5 หลายเดือนก่อน

    nice ty!

  • @3goldfinger
    @3goldfinger 5 หลายเดือนก่อน

    Why is it so difficult to program these boards, keep getting all kinds of faults in uploading. 😢😢😢

    • @LetsCodeForTheOlderFolks-dt2vx
      @LetsCodeForTheOlderFolks-dt2vx 5 หลายเดือนก่อน

      Hi 3goldfinger when you upload your sketch to some boards you have to press what i call the upload button (right hand button) on the board. Not all boards are the same depends on the manufacturer.

  • @loubarchey2823
    @loubarchey2823 5 หลายเดือนก่อน

    Thank you. I am retired a few years now and started some projects but with your detailed videos have helped.alot hoping to finish them

  • @gg291214
    @gg291214 5 หลายเดือนก่อน

    Merci beaucoup pour ce travail

  • @jasonnation6615
    @jasonnation6615 5 หลายเดือนก่อน

    wrong. it does NOT have 8 megabits of sd ram.....you make yourself sound a little drunk mate. It's 8 megaBYTES. Alot more information my man....

  • @willsgrandad
    @willsgrandad 6 หลายเดือนก่อน

    Just looked at your next video in your excellent series, and you have corrected the code, did I miss something on this video? Anyway it was a good exercise finding out the typo.

  • @willsgrandad
    @willsgrandad 6 หลายเดือนก่อน

    Followed this through. However I used 3 separate leds. Only the first channel worked, PWM on 1 led. the void setColor should read void setColor(byte r, byte g, byte b) { ledcWrite(chns[0], 255 - r); ledcWrite(chns[1], 255 - g); ledcWrite(chns[2], 255 - b); } You copied the first ledcWrite line and amended the r g b, but not the chns they were all at [0] Keep up the good work, as you say don't just copy the code, understand it. Thanks for the brain training. It has helped me understand the ESP32.

    • @LetsCodeForTheOlderFolks-dt2vx
      @LetsCodeForTheOlderFolks-dt2vx 5 หลายเดือนก่อน

      Hello and thanks, we are all here to learn.

    • @willsgrandad
      @willsgrandad 5 หลายเดือนก่อน

      @@LetsCodeForTheOlderFolks-dt2vx Indeed we are. I can’t even copy from the video and get it right! Took me 2 attempts. Senior moments eh.

  • @willsgrandad
    @willsgrandad 6 หลายเดือนก่อน

    Found your channel after getting a ESP32. Enjoying the ride. On the issue for slow uploading, I also have that problem, seems to take forever. I also have an old laptop, thinking about getting one of those mini computers that sit behind the screen.

  • @marcelomaggi2316
    @marcelomaggi2316 6 หลายเดือนก่อน

    I absolutely enjoyed both videos, sender and receiver. The fact that you do not assume anything, or skip any step, provides clarity to everyone starting with ESP-NOW. Nicely done!

  • @harshavardhan7
    @harshavardhan7 6 หลายเดือนก่อน

    Just a suggestion. I think it would be more use full if you explain what we are going to to in the video prior to starting to execute commands. Also why would you read out the whole URL? Or command?

  • @pedrojosecarrillocaballero2824
    @pedrojosecarrillocaballero2824 6 หลายเดือนก่อน

    Great video.