KeithWalker
- Joined Jul 10, 2017
- 3,610
If you start off with an Arduino Uno, You simply connect is to the computer USB port using a standard male USB to male USB printer cable but I have no idea how you could program it using visual studio. I use the Arduino Software (IDE) which makes interfacing and uploading very simple."if you want to use C++, you can but your into a much stepper learning curve than sticking with arduino"
Interesting and ready for the same.. My current setback is How to connect an electronic device with a PC... So that I can use visual studio to program the same...
If you choose to just use the ATMega328 microcontroller, you will need to make or purchase a USB programmer and programming module along with the programming ribbon cables. You will then need to add the programmer software driver and hope it works with the version of operating system and programming software that you plan on using.
NOTE: The ATMega 328 and the one on a UNo both use a 16MHz crystal or ceramic resonator, so the accuracy will be quite reasonable for a domestic clock project.
Last edited:
