Wednesday, May 25, 2022

How to Replace Car Key Battery Toyota Fortuner | FOB | Electronic and Mechanical Key | CR2032

Today, I want to show you how to replace the car key battery (CR2032 3V) Toyota Fortuner without any tools.

When to change the car key battery?

  1. The alarm/notification "Key battery low" appeared on the display meter after the engine started.
  2. No LED light when pressing button keys.

Step:
  1. Slide the lock to the right at the backside of the electronic key and pull out the mechanical key.



  2. You can see the slotted behind inside the mechanical key places.


  3. Inside the mechanical key inside the slotted and give a little twist to it.


  4. The two pieces will come apart.


  5. Pry the battery to remove it from the transmitter using a mechanical key.


  6. The battery type is CR2032 3V from Panasonic.


  7. For replacement, I used a CR2032 3V battery from Energizer.


  8. Install all components in reverse order of removal. Note: Ensure the positive (+) is outside and negative (-) inside.


  9. Note: make sure to snap the electronic key after closing the cover.


  10. Test the buttons of the electronic key.

    The LED indicators of an electronic key will light up when the buttons are pressed.

    No "Key battery low" alarm/notification was detected at the display meter after the engine started.

The link tools and components replacement I used in this video are listed below:

Tools/Components/Items (Shopee):

  1. Battery CR2032

Tools/Components/Items (Lazada):
  1. Battery CR2032
Tools/Components/Items (Aliexpress):
  1. Battery CR2032
Video:


That is all from me. If you have any suggestions, please write in the comment section. Thank you for your time 👷.

Thursday, May 19, 2022

How to Change Gear Oil for SYM 125 Jet Power Scooter | Maintenance Operations

Today, I want to show you how to change the gear oil for SYM 125 Jet Power scooter. Most scooters should have a gear oil change between 3000 KM to 5000 KM or 5 months.

What happens if you do not change the gear oil?

  1. Corrosion to the gearbox.
  2. Gear failure.

When to change the gear oil?
  1. Every 5000 KM or 5 months, whichever comes first.

References:
Step:
  1. Turn off and park the motorcycle with the main stand.


  2. Remove gear oil refilling bolt and draining bolt.



    Removing refilling bolt

  3. Note: Place a container under the oil draining bolt before removing.


  4. Install the oil draining bolt after draining all the gear oil.


  5. I used YAMALUBE gear oil 4T-AT for gear oil replacement.


  6. Cut the tip of the bottle and fit with the tubing.


  7. Fill the gear oil (0.1 liters) from the oil refilling hole.


  8. Install the oil refilling bolt.


  9. Start the engine and check whether the gear oil leaks after the installation.


  10. No leaking was detected on the oil draining and refilling bolt.

    Refilling bolt

    Draining bolt

The link tools and components replacement I used in this video are listed below:

Tools/Components/Items (Shopee):

  1. Spanner Set
  2. Gear Oil AT 4T (YAMALUBE)

Tools/Components/Items (Lazada):
  1. Spanner Set
  2. Gear Oil AT 4T (YAMALUBE)
Tools/Components/Items (Aliexpress):
  1. Spanner Set
Video:


That is all from me. If you have any suggestions, please write in the comment section. Thank you for your time 👷.

Friday, May 13, 2022

IoT Based Weather Station using Blynk Apps and Nodemcu | Temperature & Humidity | ESP8266

Today, I will share how to make a simple system that monitors the temperature and humidity from Blynk apps. The DHT11 temperature and humidity sensor are used in this project.


Related Post:

References:

Steps: 

  1. Prepare 3 jumpers, DHT11 module, breadboard, and Nodemcu module.


  2. Connect DHT11 GND, DATA, and VCC pins to the GROUND, D2 (GPIO 4), and 3V/5V of the Nodemcu.


  3. Connect micro USB to Nodemcu module.


  4. Go to the blynk.io website and log in. If you do not have an account yet, click "Create new account".




  5. Create New Template > Type NAME "Weather Station" > Select HARDWARE "ESP8266" > Select CONNECTION TYPE "WiFi" > Done.




  6. Go to Datastreams Tab> New Datastream > Virtual Pin > Type NAME "TEMP" > Select PIN "V0" > Select DATA TYPE "Double" > Select UNITS Celcius > Set MIN 0 > Set MAX 100 > Select DECIMALS "#" > Set DEFAULT VALUE 0.



  7. Click New Datastream again > Virtual Pin > Type NAME "HUMID" > Select PIN "V1" > Select DATA TYPE "Double" > Select UNITS Percentage, % > Set MIN 0 > Set MAX 100 > Select DECIMALS "#" > Set DEFAULT VALUE 0.


  8. Go to Web Dashboard Tab > Select Gauge widget to the canvas. Repeat for another gauge widget.



  9. Go to Gauge widget setting > Type TITLE "TEMPERATURE" > Select Datasteam TEMP (V0) > Save.


  10. Repeat again for another gauge widget > Type TITLE "HUMIDITY > Select Datasteam HUMID (V1) > Save. Then, Save the Web Dashboard.


  11. Open Arduino IDE and go to Sketch > Include Library > Manage Libraries... > Type "dht11" > Enter. Select and install the latest version of the DHT sensor library by Adafruit. You can install the library of DHT11 and Unified Sensor manually.


  12. Back to Blynk.io website > Select Info Tab > Copy FIRMWARE CONFIGURATION.


  13. Open the Weather Station coding project and paste the FIRMWARE CONFIGURATION. Click HERE to download the project code.


  14. Verify and upload the project.


  15. Download and Log In Blynk IoT app on Google Playstore.


  16. Click Add new device > Click Connect to Wi-Fi > Ready > Connect Blynk Weather Station-57CBF.




  17. Click Grant permission > Select "Only this time" > Select your WiFi network.




  18. Type your WiFi password and click Continue.


  19. Click Continue > Click Continue > Click Done >Click  OK,great! > Click Finish and exit.






  20. Click Setup Dashboard > Click ≡ > Select DISPLAYS Gauge.




  21. Add another Gauge Widget.


  22. Click Gauge Widget > Type Title " TEMPERATURE" > Select CENTER TITLE ALIGNMENT > Select Datastream "TEMP" > Click back arrow "←".


  23. Click Gauge 2 Widget > Type Title " HUMIDITY" > Select CENTER TITLE ALIGNMENT > Select Datastream "HUMID" > Click back arrow "←". Lastly, exit the canvas.



  24. Test from Phone apps.


  25. To test from the website, go to the 🔍 icon at Tab > Click My devices > Click My Organization > Click Weather Station 57CBF.



The 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 👷.