Electronics > Beginners

Why does my Scope do this, and what specification do I look for to avoid it.

<< < (7/7)

Mechatrommer:
you can program arduino just like programming other avr bare chip in AVRStudio using what you like, C or asm, compile it and get the hex file sent by avrdude to the arduino, i sniffed what the AVRStudio command sent to avrdude last time for my mega and send the hex file using just DOS and avrdude, maybe different command for your arduino, so you have to work it out. you have to handle all of the comm yourself though (just like programming bare chip remember?) esp the uart Rx and Tx where the USB (FTDI) send data through. i then developed PC app that comm'ed with FTDI (hence the arduino) to make realtime Rx Tx comm. heck you can even build a USB oscilloscope with the arduino.

Navigation

[0] Message Index

[*] Previous page

There was an error while thanking
Thanking...
Go to full version
Powered by SMFPacks Advanced Attachments Uploader Mod