Friday, April 29, 2022

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

Today, I want to show you how to change the engine oil for SYM 125 Jet Power scooter. Most scooters should have an oil change between 3000 KM to 5000 KM. What happens if you do not change the engine oil?

  1. Stall after started.
  2. Engine failure.
  3. Engine overheats.
When to change the engine oil?
  1. Every 3000 KM or 6 months, whichever comes first.

References:
Step:
  1. Remove tappel adjusting hole cap (engine oil cap). 


  2. The engine oil cap comes with an oil filter screen and spring.


  3. Remove oil level gauge (dipstick).


  4. After draining out the oil, clean the engine oil cap, oil filter spring, and screen.

  5. It is recommended to replace the o-ring every time you change the engine oil.




  6. Stack the engine oil cap with the oil filter spring and screen.


  7. Reinstall engine oil cap, oil filter spring, and screen.



  8. I use YAMALUBE 4T AT SAE 20W-40 engine oil.


  9. Fill the engine oil around 600 ml. Note: use a funnel to prevent spillage of engine oil.


  10. Install dipstick.


  11. Start the engine and let it idle for 5 minutes, then turn it off.


  12. The reading you get from pulling the oil level gauge for the first time is inaccurate. Wipe and reinsert the dipstick, then remove the dipstick again. Note: Ensure the oil level is between the minimum and maximum indicator.

  13. If the indicator is below the minimum, you need to refill the engine oil. However, if the indicator is higher than the maximum, you need to drain engine oil.

  14. If everything is within the range, install the dipstick.


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

Tools/Components/Items (Shopee):

  1. Spanner Set
  2. Screwdriver Set
  3. SYM Oil Filter Screen
  4. SYM Oil Filter Spring
  5. SYM Tappet Adjusting Hole CapS
  6. Engine Oil 20W-40 (YAMALUBE)

Tools/Components/Items (Lazada):
Video:


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

Sunday, April 17, 2022

IoT Based Controlled LED using Blynk Apps and Nodemcu | ESP8266 | Project

Today, I will share how to control LEDs using Blynk web or apps via the internet. The microcontroller used in this project is Nodemcu V3 (ESP8266).



Related Post:

References:

Steps: 

  1. Prepare 2 LEDs, 2 resistors (220), breadboard, and Nodemcu module.


  2. Connect LED from pin D1 and D2 Nodemcu to the GROUND through a 220 Ω resistor.



  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 "Control LED" > Select HARDWARE "ESP8266" > Select CONNECTION TYPE "WiFi" > Done.



  6. Go to Datastreams Tab> New Datastream > Virtual Pin > Type NAME "LED" > Select PIN "V0" > Select DATA TYPE "Integer" > DEFAULT VALUE "0" > Create.




  7. Click New Datastream again > Virtual Pin > Type NAME "LED2" > Select PIN "V1" > Select DATA TYPE "Integer" > DEFAULT VALUE "0" > Create.


  8. Go to Web Dashboard Tab > Select Switch widget to the canvas. Repeat again for another switch widget.





  9. Go to Switch widget setting > Select Datasteam LED (V0) > Slide Show on/off labels > Type ON LABEL "ON" and OFF LABEL "OFF" > Save.


  10. Repeat again for another switch widget > Select Datasteam LED2 (V1) > Slide Show on/off labels > Type ON LABEL "ON" and OFF LABEL "OFF" > Save. Then, Save the Web Dashboard.



  11. Open Arduino IDE and go to Sketch > Include Library > Manage Libraries... > Type "blynk" > Enter. Go to Blynk tab > Select the latest version > Install > Close. Library code click HERE.



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


  13. Open the Controlled LED 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 Connect to Wi-Fi.


  17. Click Ready and connect Blynk Control LED WiFi.




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




  19. Type your WiFi password and click Continue.


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






  21. Click Setup Dashboard > Click ≡ > Select Button Widget.




  22. Add another Button Widget. Rearrange Button Widget.


  23. Click Button Widget > Select Datastream "LED" > Select MODE "SWITCH" > Click back arrow "←".


  24. Click Button 2 Widget Widget > Select Datastream "LED2" > Select MODE "SWITCH" > Click back arrow "←". Lastly, exit the canvas.




  25. Test from Phone apps.


  26. To test from the website, go to the 🔍 icon at Tab > Click My devices > Click My Organization > Click Control LED 57CBF.









Video:


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