RC India

General Topics => Chatter Zone => Topic started by: taksh on June 27, 2018, 01:23:02 PM



Title: Need help of people who have good knowledge of computers & electronics
Post by: taksh on June 27, 2018, 01:23:02 PM
I am interested in electronics, computer programming , and aero modelling.
I have many questions in mind which i can't express via  message or small text. That is why i am facing many issues.
I am learning Arduino & electronics but i could not understand few things in deep.
Also I can't forget that days who killed my 90% of my hobby & interest in computer programming because in past, My school Computer's science did't know many things and teacher's always said "wait" & she search on google. I asked something which is hard to search on google. then she said "next day". that Next Day never come. and that is why she didn't want to talk  to me.

Anyone who have good knowledge of computer programming & electronics then please comment.





Title: Re: Need help of people who have good knowledge of computers & electronics
Post by: shirsa2001 on June 27, 2018, 01:34:20 PM
What help do you need related to Computer Programming ??


Title: Re: Need help of people who have good knowledge of computers & electronics
Post by: taksh on June 27, 2018, 02:10:33 PM
@Shirsa2001
Computer programming with hardware. I want to correct wrong things which i got from youtube.


Title: Re: Need help of people who have good knowledge of computers & electronics
Post by: shirsa2001 on June 27, 2018, 03:03:56 PM
 :)

Even in our college days we were so exited to do some programming with "Hardware". Later when we actually got into that profession we knew "Programming" always runs on "Hardware"
Even the software for this forum is continuously communicating with the hardware as we discuss. What matters is how "low" level you want to go.
Arduino language is a very high level one almost plain English. With not much of the hardwarish thing you expect.
In case you are interested to go deep inside Embedded Systems I strongly recommend you do the same with "C" or "C++" with any development board.

Even you can write "C++" within Arduino.

Forgive me if I sound rude but knowledge of "Programming" is actually learning a language in deep and not turning high the D13 pin on Arduino. So I suggest if you need to know the right things please start learning ATMega chip based embedded system programming with C++.


Perhaps you know Arduino is just a wrap around high level hardware on AVR microcontroller.

To know Arduino in deep you need to know AVR in deep. The scope is huge.

Below is a good starting point.

https://www.avrfreaks.net/forum/newbie-start-here?name=PNphpBB2&file=viewtopic&t=70673



Title: Re: Need help of people who have good knowledge of computers & electronics
Post by: shirsa2001 on June 27, 2018, 03:12:54 PM
Removed and updated the above post


Title: Re: Need help of people who have good knowledge of computers & electronics
Post by: taksh on June 28, 2018, 03:42:13 PM
@Shirsa2001
Okay