SpaceTeddy

Results 23 comments of SpaceTeddy

if you have CGI-URL (http-server) activated, then simply: http://cam-ip/config/wireless.cgi?essid=Name&passphrase=Password

also interresting for me. Currently I try to get bright a LCD with GC9A01 and 8-bit MCU interface. I'm quite sure, that my wirering is correct. I uses as bus...

jfi, with my nodemcu32 the lcd was not able to light it up with bus driver `Arduino_DataBus *bus = new Arduino_ESP32PAR8(13 /* DC */, 12 /* CS */, 14 /*...

Hi zibous, I do this in the following way with fhem and perl script. - I count the gas value of the gas meter - checking the ems_esp/boiler_data_wwcharging data every...

i'm not sure if it is possible to sniff signals. with my demo settings it is not possible, because the cc1101 is listening to dedicated addresses and need a specified...

Hi, basically there are different ways to compare arrays. you may try the function 'memcmp' function. your compare array: int trigger[] = {0x06, 0x02, 0x01, 0x01, 0x01, 0x01, 0x01}; copmare...

yes, the last 2 bytes in the Rx_fifo are the RSSI and LQI value. These will change almost every time. Therefore you should only compare your real payload. But IMHO...

Which are your Sender & Receiver addresses?

you can also do: ``` int compareArrays(int a[], int b[], int n) { for (int i=0; i

Hi Valentine, Because of limited time, I can not add Due support for this library. So sorry 😐, but I can give you some hints which you could implement. I...