Search found 2 matches
- Tue Oct 29, 2013 10:10 pm
- Forum: V-USB
- Topic: VUSB as a osciloscope = interrupts / sample rate
- Replies: 3
- Views: 5704
Re: VUSB as a osciloscope = interrupts / sample rate
Yes, I've read about that project before here: http://forums.obdev.at/viewtopic.php?f=8&t=8414 . Looks like a thing that I'm looking for But... Is it available in your site? Sorry, I can't find it. Only a VUSB skeleton/example with corresponding linux, windows (delphi) and platform independent G...
- Mon Oct 28, 2013 11:23 pm
- Forum: V-USB
- Topic: VUSB as a osciloscope = interrupts / sample rate
- Replies: 3
- Views: 5704
VUSB as a osciloscope = interrupts / sample rate
Hello all! I'm trying to make something like osciloscope using avr and V-USB. (min sample rate ~ 3kHz) The idea is to use ADC and send each sample by USB to PC. Preferably as a HID device. The problem appears when I try to enable other than VUSB interrupts. Even if I enable interrupts ( sei() ) in m...