<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/8688" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2013-11-01T03:14:05+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/8688</id>

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2013-11-01T03:14:05+02:00</updated>

		<published>2013-11-01T03:14:05+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8688&amp;p=26095#p26095</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8688&amp;p=26095#p26095"/>
		<title type="html"><![CDATA[Re: VUSB as a osciloscope = interrupts / sample rate]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8688&amp;p=26095#p26095"><![CDATA[
Okay I will upload the source somewhere and then post URL.<br /><br />(After going to bed, here in my country it is 2 o&quot;clock in the morning...)<br /><br />I did not publish source until now, since I do not have a GUI until now.<br /><br />You also can mail me and I can respond you the URL privatly.<br /><br />BR matrixstorm<p>Statistics: Posted by Guest — Fri Nov 01, 2013 3:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[damgad]]></name></author>
		<updated>2013-10-29T22:10:55+02:00</updated>

		<published>2013-10-29T22:10:55+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8688&amp;p=26078#p26078</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8688&amp;p=26078#p26078"/>
		<title type="html"><![CDATA[Re: VUSB as a osciloscope = interrupts / sample rate]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8688&amp;p=26078#p26078"><![CDATA[
Yes, I've read about that project before here: <!-- l --><a class="postlink-local" href="http://forums.obdev.at/viewtopic.php?f=8&amp;t=8414">viewtopic.php?f=8&amp;t=8414</a><!-- l --> . Looks like a thing that I'm looking for <img class="smilies" src="./../../../images/smilies/icon_wink.gif" alt=";)" title="Wink" /> But... Is it available in your site? Sorry, I can't find it.  <img class="smilies" src="./../../../images/smilies/icon_redface.gif" alt=":oops:" title="Embarassed" /> <br /><br />Only a <blockquote class="uncited"><div>VUSB skeleton/example with corresponding linux, windows (delphi) and platform independent GTK libusb program</div></blockquote>which doesn't even use ADC...<br /><br />GUI is not a problem... I only need data, but constant sampling frequecy and no lose of samples is crucial.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=20031">damgad</a> — Tue Oct 29, 2013 10:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[matrixstorm]]></name></author>
		<updated>2013-10-29T19:46:00+02:00</updated>

		<published>2013-10-29T19:46:00+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8688&amp;p=26076#p26076</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8688&amp;p=26076#p26076"/>
		<title type="html"><![CDATA[Re: VUSB as a osciloscope = interrupts / sample rate]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8688&amp;p=26076#p26076"><![CDATA[
Hi damgad.<br /><br />There are already lots of V-USB oscilloscopes available.<br />You also can get one source from me (up to 10kHz) for tinyUSBboard (<!-- m --><a class="postlink" href="http://matrixstorm.com/avr/tinyusbboard/">http://matrixstorm.com/avr/tinyusbboard/</a><!-- m -->).  <br />What really is missing is a nice GUI for both: Linux and Windows.<br /><br />BR matrixstorm<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=7385">matrixstorm</a> — Tue Oct 29, 2013 7:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[damgad]]></name></author>
		<updated>2013-10-28T23:23:34+02:00</updated>

		<published>2013-10-28T23:23:34+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8688&amp;p=26065#p26065</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8688&amp;p=26065#p26065"/>
		<title type="html"><![CDATA[VUSB as a osciloscope = interrupts / sample rate]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8688&amp;p=26065#p26065"><![CDATA[
Hello all!<br /><br />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.<br /><br />The problem appears when I try to enable other than VUSB interrupts. Even if I enable interrupts ( sei() ) in my ADC interrupt procedure ( SIGNAL(SIG_ADC) ). <br />The priority of ADC interrupt is lower (by default) than INT0 used by VUSB.<br /><br />Is there any way to make it works?<br /><br />I'm trying for few days, I've found and read a lot of examples but neither is useful for me.<br /><br />Any hints?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=20031">damgad</a> — Mon Oct 28, 2013 11:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
