Re: OS X Mavericks
RogWilco wrote:Looks like our pleas have been heard!http://blog.obdev.at/?p=327The current nightly now supports Mavericks!A big thumbs up to the dev team! Thanks1!
View ArticleRe: multiple ADC channels
ulao wrote:here is how I do it.//voltage reader.#define ADC_VREF_TYPE 0x40static int read_adc(unsigned char adc_input){ ADMUX=adc_input|ADC_VREF_TYPE; _delay_us(150); ADCSRA|=0x40; // Start the AD...
View ArticleRe: multiple ADC channels
the only thing I can think of that would give you a disconnect is a infinite loop. This also is a good question for avrfreeks, I dont think the disconnects are v-usb related. I would just debug it and...
View ArticleRe: multiple ADC channels
if i take wdt_reset(); out of the main loop the device wil reset itself every second. its there in case the code stops working, and then the device wil restart/reconnect itself.
View ArticleRe: multiple ADC channels
ok ,what about the report, did you fix that? Should fix the "i have added the code and now its not reporting anything at all."I dont use a reset like that in my loop this is all I do. for (;;){...
View ArticleRe: multiple ADC channels
i have put back the typedef struct, and used joystick_report.x and now it works, but in windows the axis goed to 127 and then jumps to -127 and it does this a few times before it centers on 0.
View ArticleRe: multiple ADC channels
yeah that is because your data reader needs calibrating. examplereportBuffer[1]= (read_adc(0)/3 + 200);//pc0 : this is some extreme math You have to now do your own math. Maybe just - 50 from the...
View ArticleRe: multiple ADC channels
final code for the adc is now: joystick_report.x= (read_adc(4))/4-128;all is now properly working .thx for the help.
View ArticleNetwork Monitoring not tracking Plex Media Server
Hi,I run Plex Media Server (highly recommended home theatre solution btw) with a couple of different local network and remote clients (over internet) and somehow it seems that Little Snitch' Network...
View ArticleRe: OS X Mavericks
RogWilco wrote:Looks like our pleas have been heard!http://blog.obdev.at/?p=327The current nightly now supports Mavericks!That was quick! Big thumbs up
View ArticleRe: clocking my usb pulls
Hi ulao,My typical solution is to use an normally unused port pin that will be set on start of code and reset after completion. With an oscilloscope you can watch this port and e.g. the usb ports....
View ArticleRe: clocking my usb pulls
I was looking for a software solution using a watchdog or something.
View ArticleRe: Use of Snippets
beegee wrote:i forgot to activate the Checkbos "Snippets" in the preferences menu (should be activated by default!).Do you the Snippets checkbox under Keyboard Shortcuts in Preferences… > Shortcuts?...
View ArticleRe: ATMEGA32 minimum system board MCU AVR Development Board
Many thanks to vouvoume!The Board is running now!It seems to be an error in the Schematic:http://lifewillbeshine.com/efu/atmega32board//minimum32 pcb_v1.2.pdfUSB D-MINUS is connected to PD7 and not PD0...
View ArticleSnippets with linefeeds?
When I add snippets via the "Add Snippet" action, their linefeeds are stripped. Is there a way to add them with linefeeds retained?
View ArticleRe: Google Image search not working in Chrome
Well, I thought I'd post here and try to save the support guys the bother. But apparently this forum is dead.Pity.
View ArticleRe: Google Image search not working in Chrome
Nope, this forum isn't dead. Most replies are from volunteers with higher priorities than reading and responding to every question they might be able to help with.It's a near guarantee that unanswered...
View ArticleRe: Google Image search not working in Chrome
Well, given that there hasn't been ANY activity on this particular forum since my post on Tuesday, if not dead it's comatose.Most peer-to-peer forums I use may not respond to every question but there...
View Article