Greg Gluszek
Greg Gluszek
@roblabla I'm mixed on how to handle an implementation of this command. When I made my comments on this pull request my thoughts were that if we warn the user...
I like that idea. However, maybe it would make more sense to whitelist certain areas by making subcommands (e.g. `eeprom write jingleStartIdx val`)? This would be a good way to...
Please don't be concerned about asking "stupid" questions. Having that concern/fear is something I personally struggle with, so please know I understand where it comes from and encourage questions from...
Thanks for making this issue. These sound like some good improvements. If you have any issues when poking around please report them here I'll do my best to assist. Regarding...
This is definitely a valid approach to trying to add wireless support this to project. Reverse engineering the communication protocol (UART) with the nRF51822 should be doable. The biggest limitation...
Are you proposing making custom hardware? Or exploring a way to rewrite the firmware on the USB dongle that comes with the Steam Controller? Or something else?
Yes, it should be fairly simple. Look at function updateReports() in https://github.com/greggersaurus/OpenSteamController/blob/master/Firmware/OpenSteamController/src/usb.c (line 1269 as of commit ca3a510f4cb516144bdf3015612a5a9c2adcd889) and remove line "controllerUsbData.statusReport.snapshotButton = getLeftGripState();" This is checking if the Left...
No this is not possible. The FauxControllers project is targeted to run on the LPCXpresso11U37H Evaluation board OM13074 (https://www.nxp.com/design/microcontrollers-developer-resources/lpcxpresso-boards/lpcxpresso-board-for-lpc11u37h:OM13074). This board only has the LPC11U37H chip on it and not...
You could definitely port over the OSC Firmware such that the DEV_BOARD_FW build would give you a console via USB on your PC. The only issue that any command related...