Search found 6 matches

by rdagger
Thu Jul 08, 2010 2:36 am
Forum: V-USB
Topic: 3 Bit Slider
Replies: 8
Views: 5687

Re: 3 Bit Slider

I think it is just a windows HID driver issue. They probably don't expect analog axis to use less than 8 bit resolution. I'm running it at 5 bit now (logical 0-30) and it is close enough for my application. Thanks.
by rdagger
Tue Jul 06, 2010 1:43 am
Forum: V-USB
Topic: 3 Bit Slider
Replies: 8
Views: 5687

Re: 3 Bit Slider

frank26080115 wrote:Shouldn't the usage minimum for the button be "No Buttons Pressed"?

It's not on the HID Descriptor Tool joystick example.
by rdagger
Mon Jul 05, 2010 7:44 pm
Forum: V-USB
Topic: 3 Bit Slider
Replies: 8
Views: 5687

Re: 3 Bit Slider

I've tried many reports since my first post. Here is my latest version (I switched from slider to throttle). 0x05 , 0x01 ' USAGE_PAGE (Generic Desktop) 0x09 , 0x05 ' USAGE (Gamepad) 0xA1 , 0x01 ' COLLECTION (Application) 0x05 , 0x02 ' USAGE_PAGE (Simulation Controls) 0x09 , 0xBB ' USAGE (Throttle) 0...
by rdagger
Sun Jul 04, 2010 8:47 am
Forum: V-USB
Topic: 3 Bit Slider
Replies: 8
Views: 5687

Re: 3 Bit Slider

It is a rotary switch with 8 positions and a 3 bit BCD output. I'm using a freeware Joystick utility to test it (It shows a range of 0 to 65536 for all controls). I also tested it with the Windows Game Controller utility. I hope to use it for CNC. The increments don't matter as long as they are unif...
by rdagger
Sun Jul 04, 2010 2:29 am
Forum: V-USB
Topic: 3 Bit Slider
Replies: 8
Views: 5687

3 Bit Slider

I'm trying to interface a slider with 8 positions. Everything works great except the slider does not report in linear increments. Windows reads the 8 positions as 0,8191,16383,24575,32767,32768,49151,65535. The first 5 positions are OK at 8191 intervals. Then 5 & 6 are 1 apart and positions 6,7,...
by rdagger
Tue Apr 01, 2008 6:25 pm
Forum: V-USB
Topic: AVR Doper Firmware Issue with AVR Studio Upgrade
Replies: 6
Views: 7228

AVR Doper Firmware Issue with AVR Studio Upgrade

I built a simplified version of the AVR Doper back in 2006 and it has worked great. However, I recently upgraded AVR Studio to version 4.13 SP2. Now I get the following message when I connect to the AVR Doper: An STK500 with firmware version 2.04 has been detected. The firmware version corresponding...