KDM

Results 9 issues of KDM

Attempts to execute `voicecommand -c ` yield up the below: ``` Opening config file... running in quiet mode Not querying for answers running in continuous mode keyword duration is 2...

Changed ' "/tasmota" root directory' to avoid time spent looking in "/tasmota".

Either the schematic or the code is incorrect on https://docs.arduino.cc/built-in-examples/usb/JoystickMouseControl. Schematic says A0 = vertical, A1 = horizontal. Code says xAxis = A0, yAxis = A1 x is typically horizontal....

I've put the example programs on an ESP3866 Mini, connected to a handheld walkie-talkie. The radio is receiving DTMFs from a transmitter. I scoped the output from my radio jack...

This doesn't necessarily work. I've modified the basic keyboard example to just send the "volume down" code alongside "A" every second. I see the As appearing on the screen, but...

When I call `out = new AudioOutputI2SNoDAC(); ` it appears to do something to pin D8 (GPIO15). It doesn't seem to function well as an input after this call.

From a scan of some of the prototypes, I have the impression that it should be possible to get SAM to have different voices, and to put specific inflections on...

As a predominantly IoT project, I'd like to see an MQTT implementation. I have a strong dislike for IFTTT, in fact I religiously avoid cloud-based IoT solutions. I (almost exclusively)...

enhancement
help wanted

It would be fantastic to see these little HTs transmit and receive Slow Scan TV pictures. Given that the firmware supports a webserver, reception of SSTV requires a frequency detector....

enhancement