Saturday, March 26, 2022

How to Replace Air Filter or Air Cleaner | Scooter Motorcycle | SYM 125 Jet Power

Today, I will share how to replace the air filter or air cleaner for SYM 125 Jet Power motorcycle/scooter. The air filter's purpose is to filter out any unwanted air entering the engine.



Related Posts:

  1. Replace Battery
  2. Service Front Brake Caliper
  3. Remove and Install Body Covers
  4. No Power Supply
  5. No Power Supply 2
  6. Replace Plug
  7. Replace Regulator
  8. Replace Steering Cone & Main Switch

Steps:

  1. General information before replacing the air filter.



  2. Remove the air cleaner cover (7 screws).



  3. Remove the element of the air cleaner (5 screws).


  4. Clean any dust accumulated in the air filter compartment and air filter cover.

    Air filter cover

    Air filter compartment

  5. Comparison between old and new air filters.

    New filter

    Old filter

  6. Install a new air filter in reverse order of removal.


  7. Test drive the motorcycle.

Tools/Components I used in this post are listed below:

Shopee:
Lazada:
Aliexpress:

Video:


If you have any suggestions, please write in the comment section. Thank you for your time 👷.

Tuesday, March 15, 2022

Review and Install Solar Street LED Light | 1666 Pieces LED Beads| Outdoor Solar Light

Today, I will share a review and installation of solar street LED lights. It is 100% powered by sunlight, with no wire and an electrician for installation. Hence, you can save lots on electricity bills annually. 

3 Types of Installation:

  1. Wall mount - using 4 steel wall plugs
  2. Steel pole - using bracket (nuts and bolts)
  3. Concrete pole - using a flexible clamp


Specifications:

  1. LED Beads: 1666 pieces
  2. Material: Aluminium
  3. Battery Capacity: 15000mh
  4. Lifespan: 10 - 15 years
  5. Lit area: 500 m²

Steps

  1. Unboxing solar street light. Package:
    - Solar light head
    - Arm pole
    - Arm pole bracket
    - Remote control
    - Solar street light manual
    - Fixing screws and battery



  2. Insert remote control battery.


  3. Remote control button description.


  4. Place the solar on a flat surface to avoid damage when installing. Install the mount bracket of a solar panel (4 nuts and screws).


  5. Install the joint bracket of a solar panel (3 nuts and screws).


  6. Install the street solar light head onto the arm pole. Tightening the hex bolts using Allen key (6 hex bolts). Note: Ensure the solar panel connection cable is inserted into the arm pole.




  7. Install the solar panel onto the arm pole (2 nuts and bolts).




  8. Adjust the best tilt angle for a solar panel.


  9. Connect the cable of the solar panel and solar light head.


  10. 3 types of installation for solar street light.
    - Wall mount
    - Steel pole
    - Concrete pole

  11. Adjust the lighting mode according to your needs.


  12. Solar street light overview.


Video:


If you have any suggestions, please write in the comment section. Thank you for your time 👷.

Monday, March 7, 2022

Review NodeMCU V3 Base Board | Base Plate | Breakout Board | ESP8266

Today, I will share a review NodeMCU baseboard. The baseboard is the breakout board for the NodeMcu V3 development board only. I will use the Blink example from the ESP8266 library to test the baseboard. 



Specifications:

  1. Supply Voltage: 6 ~ 24 Vdc
  2. Headers Pin: 2.54 mm
  3. Features: Lead out all I/O ports of the Nodemcu V3
                    Lead out the pins of 5V and 3.3V power supply
                    Onboard 5V/1A DC-DC step-down converter
                    Onboard power-on LED indicator
  4. Board Dimension: 60 x 60 mm

Related Post:

References:

Steps

  1. The specification of NodeMCU baseboard Version 1.0. Note: This board is only applicable to NodeMCU V3.

  2. Line up the antenna symbol of the module and baseboard.


  3. Then, attach the NodeMCU V3 module to the baseboard. Make sure it is tight.





  4. For testing purposes, LED is connected to D4 pin trough 220Ω resistor to ground. Connect external power supply 9V to the board adapter. I use the Blink ESP8266 example code. You can see the LED blink every second.


  5. Next is to test power the board using USB power. It is working flawlessly.




Video:


If you have any suggestions, please write in the comment section. Thank you for your time 👷.

Thursday, March 3, 2022

How to Add and Use NodeMCU V3 with Arduino IDE | Getting Started | ESP8266

Today, I will share how to add and use NodeMCU V3 with Arduino IDE. The installed ESP8266 board manager is applied to all ESP8266 brands such as Wemos D1, Wemos D1 R2, Robotdyn D1 R2, NodeMCU V3, etc. Furthermore, it comes with example libraries for ESP8266 boards. 


Why use the ESP8266 board?
The main reason for using the ESP8266 board is because inexpensive able to connect to Wi-Fi and open-source IoT platforms.

Related Post:

Steps

  1. Download the newest version of the CH340 driver from the WCH website. Click HERE to download.


  2. Connect NodeMCU Lua V3 to the PC or laptop via communication cable (USB to the micro USB).


  3. Go to Control Panel > Device Manager, then you will see an unknown USB device pop up after you connect USB to PC. 


  4. The driver may install automatically on PC, and some may not. However, the installed version is not updated. To update or install manually, double click CH341SER.EXE, then click INSTALL.


  5. Go to Control Panel > Device Manager. Then you will see USB-SERIAL CH340(COMXX) after the driver is installed.


  6. Open Arduino IDE and go to File > Preferences > Additional Board Manager URLs > Enter https://arduino.esp8266.com/stable/package_esp8266com_index.json > OK.


  7. Go to Tools > Board > Boards Manager > Type esp8266 > Select version > Install. If error downloading occur, click install again until successful. Then, click Close.


  8. Go to Tools > Board > ESP8266 Boards > Select NodeMCU 1.0 (ESP-12E Module) and change Port to your COMXX (As mention in Device Manager CH340).


  9. For testing purposes, we simulate Blink code using the ESP8266 library. Go to File > Examples > ESP8266 > Blink. Verify the code and upload.


  10. After the upload is done, you will see the onboard LED blink every second.

    LED ON

    LED OFF

  11. For the next example, we use both onboard and external LEDs. Connect LED from pin D4 to the GROUND through 220 Ω resistor. Note BUILT-IN pin corresponding to pin D4. The onboard LED is active low, and the external LED is active high, causing the LEDs to blink in sequence.

    LED ON

    LED OFF

Tools/Components I used in this post are listed below:

Shopee:
Lazada:
Aliexpress:

Video:


If you have any suggestions, please write in the comment section. Thank you for your time 👷.