Close

5533 Results for "《〈 문의 OIO↗5793↗7458 》〉강남초원의집㉩⅓everythingァ강남유흥강남룸㏁evidently 강남초원의집강남더킹 강남더킹‡강남룸Ⅹfaintly㈆"

  • CODE

  • Here's the code used in this project.#include PCF8563 pcf; #include #include #include #include #define OLED_WIDTH 128 #define OLED_HEIGHT 64 #define OLED_ADDR 0x3C Adafruit_SSD1306 display(OLED_WIDTH, OLED_HEIGHT); void setup() { display.begin(SSD1306_SWITCHCAPVCC,...
  • Part 1 - The PCB

  • What’s up my friends, welcome back. This below is the PCB that I’ve designed for my project. I’ve tried to make it as small as I could so it could fit inside of a basic wall electric box. This project works at 220V so make sure you stay safe and...
  • Part 2 - What we need

  • Let's see all the needed parts and also check the schematic for this project below in order to know where to connect each part. We need the 220V to 12V regulator, the solid-state relay, an ESP32S smd version, some SMD capacitors and resistors, a diode,...
  • Part 5 - Website + Database

  • Please check my previous tutorial about IOT with the ESP32 in order to understand more because I won’t go over those steps again. In the video below you learn how to make the website, the database, the internet connection and so on. Follow...
  • Part 7 - Full Tutorial Video

  • Now as you can see in the tutorial video, each time I toggle the button on my website, the LED on the NOOBIX board is also turning on and off. But we can also connect it to high voltage. Connect a 220V load at the output. Then we add a cable at the input...
  • LEVEL 2

  • We used a 55 x 35 mm prototype board for Level 2 of this project and added three push buttons to it: two 6 x 6 mm push buttons for up and down, and one 12 x 12 mm push button for fire.Next we added Three 1K Resistor with each push button.The resistor...
  • RESULT

  • Here's the result of this small build- a completely functional portable game console, loaded with the classic space trash game from old Nokia phones. The ESP32C3 chip is the reason that this setup functions flawlessly. Although the code is somewhat lengthy,...
  • Hardcoded Settings in main.cpp / Installation

  • On first the Code Checks if Settings Uploaded as config.json in Spiffs Image, then starts first as Access Point (Captive Portal) to set these Settings if Settings not available at Boot. Other Hand there are Five Settings they are hardcoded: NTP Server...
  • Find and replace

  • SearchReplace withNumber of expected changes/my_custom_url/PRIVATE/db_config.phpThe real URL of your db_config.php file10dbs12345678The name of your database2Europe/ParisYour TimeZone. The list of supported time zones can be found at:https://www.php.net/manual/en/timezones.php1...
  • PCB Design

  • The PCB design is really just a motherboard to link the various breakout boards I used to the ESP-32 wroom dev board I used.  The PCB is powered by by the electrical hook-up and comes on everytime the hook-up is connected and powered up. For this...
  • How to install the bash prompt

  • Check for Existing .bash_prompt:First, you need to check if there's already a .bash_prompt file in your home directory. Execute the following command: ls ~ -a | grep .bash_prompt Rename Existing '.bash_prompt': If you find an existing .bash_prompt and...