Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 42 online users. » 0 Member(s) | 42 Guest(s)
|
Latest Threads |
Push-Buttons used. Are th...
Forum: N|Watch (DIY Digital Wristwatch)
Last Post: RobG
02-15-2018, 12:44 AM
» Replies: 0
» Views: 4,085
|
N|Watch vs WatchX
Forum: N|Watch (DIY Digital Wristwatch)
Last Post: RobG
10-01-2017, 09:34 PM
» Replies: 6
» Views: 15,076
|
Hourly Chime Behavior Wis...
Forum: N|Watch (DIY Digital Wristwatch)
Last Post: Gregoire
09-01-2017, 07:08 AM
» Replies: 1
» Views: 8,133
|
N|Watch Color Display MOD...
Forum: N|Watch (DIY Digital Wristwatch)
Last Post: pannu11
08-13-2016, 02:06 PM
» Replies: 3
» Views: 14,756
|
--If you completed and pr...
Forum: N|Watch (DIY Digital Wristwatch)
Last Post: mdsohel
08-12-2016, 11:39 AM
» Replies: 1
» Views: 8,920
|
Wishes for future version...
Forum: N|Watch (DIY Digital Wristwatch)
Last Post: mdsohel
08-11-2016, 09:11 PM
» Replies: 8
» Views: 29,147
|
why ?
Forum: N|Watch (DIY Digital Wristwatch)
Last Post: boot
06-19-2016, 02:17 AM
» Replies: 0
» Views: 5,161
|
Minimalist case/housing f...
Forum: N|Watch (DIY Digital Wristwatch)
Last Post: RobG
01-31-2016, 11:02 PM
» Replies: 0
» Views: 5,710
|
My New FAVORITE watch str...
Forum: N|Watch (DIY Digital Wristwatch)
Last Post: RobG
01-08-2016, 06:48 PM
» Replies: 0
» Views: 6,009
|
Add Bluetooth НС-05
Forum: N|Watch (DIY Digital Wristwatch)
Last Post: Le_Fleurs
09-04-2015, 04:34 PM
» Replies: 0
» Views: 5,874
|
|
|
Confusions that beginners will have in programming |
Posted by: amir_zohaib - 10-08-2014, 09:28 PM - Forum: N|Watch (DIY Digital Wristwatch)
- Replies (1)
|
 |
i made myself busy learning about MCUs and arduinos, and i have a better understanding of it now,
1:Atmel chip is at the heart of Arduino
2:Arduino has their own programming language that works with their bootloader on Atmel
3:Atmel has their own "Hardcore" programming language, and some pins are assigned differently
4:An ATmel chip with Arduino (or optiboot) bootloader can be programmed using USB2Serial/TLL Adapter (using arduino IDE
and/or AVRdudes).In this case, using the pogo Adapter.
5:A blank ATmel chip is bootloaded using the AVR/USBASP programmer on SPI pads (using Avrdudes)
in this case, using the pads you provided
6:Fuses control the internal clock n stuff,they can be changed using AVR Programmer
7:i assume that this code is written in normal ATmel language, basically this watch has nothing to do with Arduino(it was confusing me all the time)
i will probably solder and desolder everytime , because i dont like holding onto cables while frimwares are being programmed, just the fear of Bricking devices.
|
|
|
|