element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Project Videos
  • Challenges & Projects
  • element14 presents
  • Project Videos
  • More
  • Cancel
Project Videos
Documents Off-Grid Remote Generator Starter -- Episode-639
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Project Videos to participate - click to join for free!
Related
Recommended
Engagement
  • Author Author: tariq.ahmad
  • Date Created: 22 Jan 2024 3:30 PM Date Created
  • Last Updated Last Updated: 26 Jan 2024 3:04 PM
  • Views 2405 views
  • Likes 11 likes
  • Comments 11 comments

Off-Grid Remote Generator Starter -- Episode-639

Every once in a while, Kaleb’s generator needs a restart, which involves a trek outside. To minimize wading through the mud on rainy days, he decided to build a remote control that allows him to start and stop the generator, as well as display any relevant statistics. The project requires a microcontroller, relays, an LED display, and a handful of buttons and switches. Watch the Video:

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

image

For the microcontroller, Kaleb opts for the Arduino Nano IoT 33, due to its Wi-Fi capabilities and ample IO. The four-digit displays, previously used in a clock project, are used to convey information. Driving the displays are MAX7221 LED controllers, known for their compatibility with Arduino and stackability. Kaleb also incorporates momentary switches for start and stop functions, along with a rocker switch to conserve power when the system is not in use. 

image 

The project involves two circuits – one for the house and another for the remote location near the generator. The house circuit includes buttons, LEDs, and a switch, while the remote circuit has relays to control the generator’s start and enable functions. Kaleb demonstrates the functioning of the system, which allows remote starting and stopping of the generator, displaying wattage generated, and other relevant information. 

image

In the code overview, Kaleb explains the key elements, including button handlers, MQTT communication, and display toggling. The code, along with design files, will be available on GitHub for the element14 Community. The completed project works successfully, giving Kaleb a convenient and efficient way to control the generator remotely, saving him from unpleasant treks out to the generator in unfavorable weather conditions. 

image

Downloads and Links:

  • Code and CAD Files: Episode 639 Resources  
  • Github Mirror:  https://github.com/KalebTheMaker/GeneratorRemote

Bill of Material:

Product Name Manufacturer Quantity Buy Kit
Arduino NANO IOT33 Wifi ABX00032 2 Buy Now
LED 7-SEG DISPLAY, COM CATHOD, GRN TDCG1060M 6 Buy Now
MAX7221ENG+ Display Dirver 8 digit MAX7221ENG+ 4 Buy Now
Rocker Switch SRJ22A3BBBNN 2 Buy Now
SWITCH, SPST-NO, 0.4A, 32VAC, ROUND, RED 59-112 4 Buy Now
 

element14 presents

element14 presents  |  About Kaleb |  Project Videos

  • Seven-segment display controls
  • Remote Start
  • Remote device management
  • Smart home generator control
  • Home automation innovations
  • Microcontroller IoT applications
  • Creative electronic solutions
  • Wireless generator operation
  • diy
  • Electronic circuitry for home use
  • Energy-efficient control system
  • generator
  • DIY IoT electronics
  • Innovative Arduino projects
  • arduino iot projects
  • Remote generator start
  • off-grid
  • arduino
  • e14p_KC
  • DIY remote device activation
  • Honda EU-7000is
  • friday_release
  • Generator automation technology
  • Share
  • History
  • More
  • Cancel
Actions
  • Share
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • balajivan1995
    balajivan1995 over 1 year ago +1
    Nice article. Although some part of the code makes my eyes twitch. 1. if(gen_start) { Serial.println("Starting Generator"); digitalWrite(gen_start_pin, HIGH); digitalWrite(led_start, HIGH); } else if…
Parents
  • dougw
    dougw over 1 year ago

    I used to find studs by drilling small holes that can be easily filled when they miss...now I have a couple of stud finders, one of which actually works well.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • dougw
    dougw over 1 year ago

    I used to find studs by drilling small holes that can be easily filled when they miss...now I have a couple of stud finders, one of which actually works well.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
  • KalebTheMaker
    KalebTheMaker over 1 year ago in reply to dougw

    Hi Doug, I *thought* I had a stud finder that I thought worked well, until it didn't! Oh well, I am going to fix that mess with a larger wooden plate I will make once I get the CNC router up. 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • beacon_dave
    beacon_dave over 1 year ago in reply to dougw

    Great until you forget which one of the two it is that works well Slight smile

    What make/model is it ?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • beacon_dave
    beacon_dave over 1 year ago in reply to KalebTheMaker

    Well you will need space for the engine RPM and the fuel gage readout at some point...  Slight smile

    I've been watching contractors here turning a wall into 'Swiss cheese' trying to pull 70+ cables in through an older building. Hollow sounding walls have turned out to have a 5mm air gap and then concrete pillars or additional timber framing left by previous work behind them.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • KalebTheMaker
    KalebTheMaker over 1 year ago in reply to beacon_dave

    Zircon e30 I believe. But, a big part of the problem which you can see in the video, is that the walls in this goofy cabin are not drywall, but 3/4" masonite... I edited out the parts where I had to cut super deep into the wall, not good content. hah

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube