Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/21/2019 in all areas

  1. It happens Here is the code: Only change is the connection between relay and Arduino plugs into D13, not into 7. void setup() { pinMode(LED_BUILTIN, OUTPUT); } void loop() { digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level) delay(43200000); // wait for a second digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW delay(43200000); // wait for a second }
    1 point
  2. Alrighty, proof of concept at 50%, I've got the eskom on/off portion sorted. Both relays clicking so I don't believe the LED side will have any issues. Sent from my EVA-L09 using Tapatalk
    1 point
This leaderboard is set to Johannesburg/GMT+02:00
×
×
  • Create New...