How to upload my code to Arduino BT ?

hi at all,

i want to buy an Arduino BT. but before i have skills with Olimex board.

but i want to know this:

how can i upload my generated code to the Arduino BT. in olimex there was a parallel port who was connected to my PC.

but i couldnt find a port something like this. how i have to upload the code to the board in arduino BT.

is it maybe with Bluetooth :slight_smile: or is there an other interface to use ?

please i have to know how i must do that.
i find something about ICSP interface. must i load my sketch to the board over this interface ?

i do it on a olimex board with jtag but what i need now ?

please submit a hint. i will buy this board but before i will know how to handle it.

you need a bluetooth thingy in your computer.

ok :slight_smile:
do you say that i have to upload my sketch and codes which i have coded over bluetooth to the board and later i can run the board with my code ?

maybe this question is very silly for you. but i didnt have upload a code to a board with bluetooth before.

and how it is with debugging. has arduino bt this property.

thnx for response

bluetooth should provide a virtual com port on your computer. this virtual com port must be selected in the arduino development software to communicate with the board and upload compiled code.

if you want, of course you can also use an ICSP programmer that supports the atmega168 and directly write hex files to it.

after upload the arduino can run on its own, just with a battery if you want.

if you're thinking about in system debugging (JTAG), then no the atmega168 microcontroller doesn't support that. so debugging will be in your head mostly :slight_smile:

ok buddy,

very thanx to you for your help.
the first what i wan to do tomorrow is to buy this board and then i will start to have fun with it ;D

bye