How to start chip level programming

I am a php programmer with 3 years of experience. Now I want to learn chip level programming to turn the fan on and off.

Please tell me how to start and how to develop such equipment.

I'm new to chip-level programming, and I don't even have a clue about electronics.

Thus, there may be a problem with the development of a microprocessor, etc.

Please help me. Thank you and respectfully Shivam

+6
embedded microcontroller chip
source share
2 answers

Perhaps you should take a look at Arduino , an open source prototype electronics and software platform with a great development environment and a great user community. Definitely a great place to start.

+14
source share

To control a DC fan, you will need a switch that can be created using a simple transistor circuit . For an AC fan, you can use a mechanical relay switch.

0
source share

All Articles