Results 231 comments of eadmaster

can this be merged with jq so no `include "jsonpointer";` is necessary?

as a workaround use xdelta with no compression, or an offline patching tool: https://github.com/Dickdebonair/Brightis-fan-translation/issues/16#issuecomment-2610664092

another approach would be using intents, like [this app supports](https://github.com/jeppsson/Arduino-Communicator) (and [this](https://github.com/delletenebre/SerialManager2)). Intents have the advantage you don't have to manually start the server before you can send requests, they...

just found another example to try, this one also includes a serial port that is currently lost when switching to USB HID mode: https://github.com/espressif/arduino-esp32/blob/master/libraries/USB/examples/CompositeDevice/CompositeDevice.ino

i've found some other bugs in the Tree Browser plugin on Windows 7: - cannot create new folders - "Follow current document" does not work (but it works in the...

SYN115 is found in the [m5stack RF433T transmitter module ](https://docs.m5stack.com/en/unit/rf433_t). I've used it [here and it seems to work fine](https://github.com/eadmaster/Bruce/blob/b1f1c424e1118d1df9a09d5c9ec9e1d5db574409/src/serialcmds.cpp#L142-188). Just use the "ASK" pin to send data. On the...

sorry, what do you mean? EDIT: i see this was discussed on discord a few months ago: > I could be wrong, but I think making ares into a libretro...

i see.. no problem, even if it takes some time i think it may be worth the effort for the extra features the RA frontend provides, rather than reimplementing them...

notice that this supports FSK modulation only, not ASK/OOK which is the most commonly used. Iinm this is akin to the [HC-11/HC-12 modules](https://github.com/pr3y/Bruce/wiki/RF) -> not meant for sniffing/replaying, but to...

> https://github.com/mcore1976/cc1101-tool As alternative, we may have a 2nd headless board running Bruce as well and talking to the 1st one via [serial cmds](https://github.com/pr3y/Bruce/wiki/Serial). So e.g. when you want to...