Notifications
Clear all

New guy here!

6 Posts
4 Users
2 Likes
1,003 Views
(@nerguy197)
Member
Joined: 2 years ago
Posts: 6
Topic starter  

Hey everyone.  I'm new to arduino.  Been doing electronics as a hobby for a while now.  Mostly a hardware guy in the past.  Old stereo repairs, etc.  Wanting to learn how to code for arduino, not sure where to start.  Trying to build a modified version of the combination lock posted on here but with 4 lock controls and user re programmable passwords.  Might even eventually try to make it wifi with remote controls someday.  Keypad for now though. I've ordered all the hardware I think I'll need. I have programmed in Fortran, unix shell,, html, java/Java script, and ti basic a way long time ago but forgot all of it by now, and what I did know was only a very basic level.  I work in the auto repair business now for my day job, so I enjoy anything electro mechanical.  Any guidance in the right direction would be appreciated.


   
Inst-Tech reacted
Quote
Will
 Will
(@will)
Member
Joined: 3 years ago
Posts: 2532
 
Posted by: @nerguy197

Wanting to learn how to code for arduino, not sure where to start.

Start by googling for simple sketches like blinking LEDs and check out the code, you'll find it pretty easy to read C code given the other languages you've used. You can then try modifying the code and seeing the changes in behaviour of the LEDs.

From there, you can progress to looking for samples online of the other components you want to use (preferably one at a time to minimize the confusion as you go).

Trying to build a modified version of the combination lock posted on here but with 4 lock controls and user re programmable passwords.

That should be an interesting (and achievable project).

  Might even eventually try to make it wifi with remote controls someday.

Does a remote control combination lock really make sense to you ?

Good luck with your project

Anything seems possible when you don't know what you're talking about.


   
Inst-Tech reacted
ReplyQuote
Inst-Tech
(@inst-tech)
Member
Joined: 2 years ago
Posts: 554
 

@nerguy197, hi, and welcome to the forum...

You combination lock is a very doable project, but I wouldn't go wifi , to much security risk...lol

I built a 5 button combination lock using dc relays back in the day..(1970 I think), and have done it on PLC's at work as a training exercise, (retired now) and on my Arduino most recently as a project to learn C++ coding. There are many sharp people on here that can help you when you need it.

Good luck with your project, have fun, and be safe!

regards,

LouisR

LouisR


   
ReplyQuote
(@nerguy197)
Member
Joined: 2 years ago
Posts: 6
Topic starter  

@will ,

Thanks.  Ill start simple and work my way up I guess.


   
ReplyQuote
(@nerguy197)
Member
Joined: 2 years ago
Posts: 6
Topic starter  

Thanks everyone.  I'll have to start learning C and experimenting. 


   
ReplyQuote
 Biny
(@binaryrhyme)
Member
Joined: 2 years ago
Posts: 269
 

Software is just learning how to give very very precise instructions - if it ain't virtual, it ain't real, after all.

Welcome aboard - lots of fun to be had. 🙂

I edit my posts to fix typos, correct grammar, or improve clarity. On-screen keyboards are evil.


   
ReplyQuote