• Skip to main content
  • Skip to primary sidebar

RNTLab.com

The Ultimate Shortcut to Learn Electronics and Programming with Open Source Hardware and Software

  • Courses
  • Forum
    • Forum
    • Ask Question
  • Shop
  • Account
  • Blog
  • Login

About the book Esp webserver 8266

Q&A Forum › About the book Esp webserver 8266
0 Vote Up Vote Down
Teeluck Darminder asked 3 years ago

Hello,  in the book build web servers with  esp, the section 2.5 the websocket web server, that control Multiple outputs. If I want to put password where should I modified and also to put another slide button, thx you.

3 Answers
0 Vote Up Vote Down
Sara Santos Staff answered 3 years ago

Hi.
 
To learn how to add authentication, check project 4.2.
 
To add another button, you need to create another card on the HTML file with a new id, depending on the GPIO you want to control. The following is for GPIO 12, you need to change the number to match the GPIO you want to control.

<div class="card">
  <p class="card-title"><i class="fas fa-lightbulb"></i> GPIO 12</p>
  <label class="switch">
    <input type="checkbox" onchange="toggleCheckbox(this)" id="12">
    <span class="slider"></span>
  </label>
  <p class="state">State: <span id="12s"></span></p>
</div>

On the Arduino sketch, you must add the GPIO you want to control to the outputGPIOs array.

int outputGPIOs[NUM_OUTPUTS] = {2, 4, 12, 14};

 
I hope this helps.
Regards,
Sara

0 Vote Up Vote Down
Teeluck Darminder answered 3 years ago

Hi very thanks it is working 

0 Vote Up Vote Down
Sara Santos Staff answered 3 years ago

Great!
I’ll mark this issue as resolved.
If you need further help, you just need to open a new question in our forum.
Regards,
Sara

Primary Sidebar

Login to Ask or Answer Questions

This Forum is private and it’s only available for members enrolled in our Courses.

Login »

Latest Course Updates

  • [eBook Updated] Learn Raspberry Pi Pico/Pico W with MicroPython eBook – Version 1.2 May 26, 2025
  • [New Edition] Build ESP32-CAM Projects eBook – 2nd Edition April 16, 2025

You must be logged in to view this content.

Contact Support - Refunds - Privacy - Terms - MakerAdvisor.com - Member Login

Copyright © 2013-2025 · RandomNerdTutorials.com · All Rights Reserved

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.