C.Lee Taylor

Results 106 comments of C.Lee Taylor

Silly question, would you add the log file in the config file or pass the log file on the command line? Don't think goaccess would be able to match the...

Short term fix, changed both the web server and reverse proxy logs to share a format and add extra details per format after "%~" in the goaccessrc file. Works for...

```ReadWriteNumLock.ino``` needs to go into it's own folder named ```ReadWriteNumLock```, that is how Arduino IDE works. Might be worth adding a little more info too ```ReadWriteNumLock.ino```. I also think rather...

Just as a note, ``` if(bleKeyboard.isConnected()) { Serial.println("CAPS LOCK State"); Serial.println(CapsLockState); Serial.println("Writting CAPS LOCK"); //bleKeyboard.write(KEY_CAPS_LOCK); bleKeyboard.press(KEY_CAPS_LOCK); Serial.println(CapsLockState); delay(1000); bleKeyboard.release(KEY_CAPS_LOCK); //bleKeyboard.releaseAll(); Serial.println(CapsLockState); delay(1000); Serial.println(CapsLockState); } ``` Thou it's not directly related...

Just keeping an eye on this. Thanks @T-vK

On a macOS Catalina Version 10.15.7 - MacBook Pro (15-inch, 2017), I can't see any unbound ESP32-BLE devices from the OSX BlueTooth Bar or App, I need to use an...

Force feedback or haptic is possible, but not yet quite standard, at least not in my very basic research. There are a few options: 1. make your own interface for...

Microsoft XInput, not to be confused with X.orgs XInput ... ;-). Found - https://github.com/dmadison/ArduinoXInput with something data info - https://www.partsnotincluded.com/understanding-the-xbox-360-wired-controllers-usb-data/. but I don't have MicroSoft Windows to test or play...

Bumped up the logging to debug, first line is just a serial, then mills and I believe the NemBLEDevice report is the bleGamepad.begin ``` 08:53:56.511 -> Starting Game work! 08:53:56.511...

@lemmingDev do you have a Patreon link or something that we could support and help possible get an ESP32-C3? My current choice of dev tool is https://wiki.dfrobot.com/SKU_DFR0868_Beetle_ESP32_C3. Added ESP32-C3-0.42LCD too...