-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration without external dependencies #27
Comments
Pico webserver over usb works on linux machine, but times out when running on windows PC with win 11 or win 10. The webserver is also very slow. |
QMK has VIRTSER (virtual serial) support which looks promising |
For the initial configurator, VIRTSER will be used, which means it can be accessed by serial terminal emulators such as Teraterm. Or any standard online serial emulator that uses the webSerial API, like the official Google one (https://googlechromelabs.github.io/serial-terminal/) While settings are being configured, need to consider when to write something to memory vs. EEPROM Initial features:
Future:
|
This ascii art collection will be useful |
Ascii art generator from image: https://www.text-image.com/convert/ascii.html |
Ansi control codes for serial terminal: https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797 |
VIA is the primary dependency for configuration. We should try to have a method of configuration that does not rely on any external dependencies for updates. This could be accomplished by using a webserver, serial terminal, telnet, or ssh running locally. If none of those are found to be reasonable, our own web-based or PC-software configurator may have to be created.
Another option would be to add wireless connectivity to the keypad and implement a webserver with that https://github.com/sysprogs/PicoHTTPServer/
The text was updated successfully, but these errors were encountered: