Search found 6 matches

by grantb
Thu Nov 01, 2018 3:15 pm
Forum: Hardware
Topic: GPIO2 manual output level very low (DEVKITC)
Replies: 7
Views: 9066

Re: GPIO2 manual output level very low (DEVKITC)

Yeah this is the problem with not doing bare-metal coding. There is a LOT of other code running on the micro(s). RTOS, etc. I'm pretty sure GPIO2 is usable, it's just a matter of finding out what code is squatting on it. That's where I didn't have time to investigate. Someone mentioned "unconfig" (o...
by grantb
Wed Oct 31, 2018 2:30 pm
Forum: Hardware
Topic: GPIO2 manual output level very low (DEVKITC)
Replies: 7
Views: 9066

Re: GPIO2 manual output level very low (DEVKITC)

Are you sinking current from the supply through the LED to the GPIO? I don't know if there's enough current available to source it through the LED to ground (each case of course with a current limiting resistor). I need to spend more time looking at the GPIO modes and pullup configuration before I'm...
by grantb
Tue Oct 23, 2018 9:17 pm
Forum: ESP-IDF
Topic: HID library
Replies: 4
Views: 28292

Re: HID library

What OS version of WIndows supports this? I tried the Espressif demo and it worked on my phone but none of my PCs.
by grantb
Tue Oct 23, 2018 6:52 pm
Forum: ESP-IDF
Topic: Classic BT HID Keyboard Possible?
Replies: 1
Views: 2934

Classic BT HID Keyboard Possible?

Hi, Is it possible to build a legacy Bluetooth keyboard that works with desktop PCs (like Windows 7 or 8)? The HID demo I have seen (ble_hid_device_demo) works on my Android phone but on my Win7 desktop PC it doesn't appear at all and on my Win8 laptop it pairs but no driver is loaded. This demo (bl...
by grantb
Fri Oct 19, 2018 2:42 pm
Forum: Hardware
Topic: GPIO2 manual output level very low (DEVKITC)
Replies: 7
Views: 9066

Re: GPIO2 manual output level very low (DEVKITC)

I wasn't aware of the default configuration so if it was open drain I was going to add an pullup. Otherwise I was going to see what the gpio config functions do. Anyway it appears that by default some other function is controlling that pin and I haven't waded through the fog to see what's going on i...
by grantb
Thu Oct 18, 2018 10:05 pm
Forum: Hardware
Topic: GPIO2 manual output level very low (DEVKITC)
Replies: 7
Views: 9066

GPIO2 manual output level very low (DEVKITC)

I'm working through the Blink example and it's finally building and loading OK I think. I just have the board alone (no breadboard) and it is powered by USB. There is no other hardware. The Blink example toggles GPIO2 every second by code. I can see the level on my oscilloscope changing about 0.2v b...