Thanks for the offer and explanation.
It was only curiosity on my part, so I will say thanks... but no thanks.
Cheers,
Ross
Search found 15 matches
- Wed Mar 15, 2017 6:05 am
- Forum: V-USB
- Topic: DHT11/DHT22 humidity sensor reader advertisment
- Replies: 5
- Views: 42641
- Sat Feb 18, 2017 5:35 am
- Forum: V-USB
- Topic: DHT11/DHT22 humidity sensor reader advertisment
- Replies: 5
- Views: 42641
Re: DHT11/DHT22 humidity sensor reader advertisment
I still get all forbidden... I guess I am not trust worthy enough.
- Thu Feb 16, 2017 10:58 am
- Forum: V-USB
- Topic: DHT11/DHT22 humidity sensor reader advertisment
- Replies: 5
- Views: 42641
Re: DHT11/DHT22 humidity sensor reader advertisment
All... "403 forbidden"
- Thu Jun 04, 2015 4:31 am
- Forum: V-USB
- Topic: Atmega16 5v self powered schematics
- Replies: 1
- Views: 4057
Re: Atmega16 5v self powered schematics
Hello.
If your processor is to be powered at 5 volts, you will need to reduce/limit the usb D+ and D- signals to 3.x volts which is usually done by inserting two 3.6volt zeners across those lines (with suitable resistors).
Does that answer your question?
Cheers,
Ross
If your processor is to be powered at 5 volts, you will need to reduce/limit the usb D+ and D- signals to 3.x volts which is usually done by inserting two 3.6volt zeners across those lines (with suitable resistors).
Does that answer your question?
Cheers,
Ross
- Sat Dec 13, 2014 2:24 am
- Forum: V-USB
- Topic: AVR Doper HVSP problem. Can't get 12 volts
- Replies: 4
- Views: 6922
Re: AVR Doper HVSP problem. Can't get 12 volts
Do you seriously believe that the original poster has been sitting around waiting more than 5 years for your reply?
- Sun Oct 05, 2014 1:29 pm
- Forum: V-USB
- Topic: USB "helper" for V-USB prototyping
- Replies: 4
- Views: 9862
Re: USB "helper" for V-USB prototyping
Here is mine. I have done several designs using V-USB. These have been done on the Mega8, Tiny2313, Tiny85 and Mega88 chips. To avoid the repeated exercise of doing a prototype for each processor I made a single pcb assembly that includes the USB connector for testing after code downloading, optiona...
- Tue Aug 19, 2014 8:27 am
- Forum: V-USB
- Topic: USB_CFG_PULLUP_IOPORTNAME
- Replies: 0
- Views: 6598
USB_CFG_PULLUP_IOPORTNAME
Hi folks, The following text can be found in the usbconfig.h file. /* ----------------------- Optional Hardware Config ------------------------ */ /* #define USB_CFG_PULLUP_IOPORTNAME D */ /* If you connect the 1.5k pullup resistor from D- to a port pin instead of * V+, you can connect and disconnec...
- Fri Apr 11, 2014 2:41 pm
- Forum: V-USB
- Topic: HIDKeys: issue key on both press and release
- Replies: 5
- Views: 8913
Re: HIDKeys: issue key on both press and release
Hi Blarrg. Granddaughters have gone back to their parents and I have just tested your code... successfully. Thanks. Now I need to understand it and extend it so that multiple keys can be pressed and released without interfering with each other. Another day... another quest. Cheers, Ross (who has bee...
- Thu Apr 10, 2014 3:15 am
- Forum: V-USB
- Topic: HIDKeys: issue key on both press and release
- Replies: 5
- Views: 8913
Re: HIDKeys: issue key on both press and release
Many, many thanks.
I will test it after my granddaughters (5 and 3) go home tomorrow. At the moment that are using 120% of our time and energies.
Cheers,
Ross
I will test it after my granddaughters (5 and 3) go home tomorrow. At the moment that are using 120% of our time and energies.
Cheers,
Ross
- Tue Apr 08, 2014 10:09 pm
- Forum: V-USB
- Topic: HIDKeys: issue key on both press and release
- Replies: 5
- Views: 8913
- Thu Apr 03, 2014 6:56 am
- Forum: V-USB
- Topic: HIDKeys: issue key on both press and release
- Replies: 5
- Views: 8913
HIDKeys: issue key on both press and release
Hi everyone.
Has anyone succeeded in being able to issue a key on both a switch press and its release? I have tried a few ways but been unsuccessful. A clue to get me in the correct direction would be appreciated.
Thanks,
Ross
Has anyone succeeded in being able to issue a key on both a switch press and its release? I have tried a few ways but been unsuccessful. A clue to get me in the correct direction would be appreciated.
Thanks,
Ross
- Mon Jan 20, 2014 4:00 pm
- Forum: V-USB
- Topic: HIDKeys: usage of PD1
- Replies: 3
- Views: 6063
Re: HIDKeys: usage of PD1
Many thanks for your reply.
Cheers,
Ross
Cheers,
Ross
- Sun Jan 19, 2014 11:30 am
- Forum: V-USB
- Topic: HIDKeys: usage of PD1
- Replies: 3
- Views: 6063
Re: HIDKeys: usage of PD1
Too difficult to answer?
- Fri Jan 17, 2014 2:59 pm
- Forum: V-USB
- Topic: HIDKeys: usage of PD1
- Replies: 3
- Views: 6063
HIDKeys: usage of PD1
Hi all. The HIDKeys sample application provides for 17 keys. The pin assignments include "PD1 debug tx". The circuit diagram shows PD1 disconnected and yet a portion of the "hardwareInit" function states... DDRD = 0x07; /* 0000 0111 bin: all pins input except USB (-> USB reset) *...
- Sun Oct 28, 2012 1:49 pm
- Forum: V-USB
- Topic: Is USB_CFG_MAX_BUS_POWER critical?
- Replies: 4
- Views: 4983
Re: Is USB_CFG_MAX_BUS_POWER critical?
By setting the configuration variable to 100mA when your load only uses 50mA, you are not using or losing an extra 50mA. The variable does not force your "load" to use an extra 50mA. However, if you set the variable below what your circuit needs, the host (PC) will refuse to give you more ...