semaf electronics

Results 35 comments of semaf electronics

Well there are a lot of Errors due the DHT, RF433, Emoncms etc.. I would say you should make a clean Sketch without additions of RF433 or anything else.. Just...

A delay is also fine. Mostly Humdity and Temperature Sensors are never going to be turned off but adding a delay would be enough.

Somehow the classes will not be added on mobile sizes. Desktop size does not matter but on mobile is it required. I could not fix it too :( If you...

Have the same problem. The finder gets the MAC but it will not trigger it. I tested it with Pcap4J (OpenHAB2) and that can trigger it. NPM error log does...

Seems same issue like here https://github.com/Screenly/screenly-ose/issues/1571

> Use Raspberry Pi Os Legacy: https://www.raspberrypi.com/news/new-old-functionality-with-raspberry-pi-os-legacy/ https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-legacy Legacy Bullseye or Buster?

Buster is not working with Raspberry Pi 4 8GB Rev 1.5

The installation script is not anyway compatible to Raspberry Pi 4 with Bullseye or Buster. Python2 still used, Docker and all requirements not installed correctly. Even a manually installation is...

What about if you need to use UART2? How to pass OLED_RST to another PIN? ``` pinMode(16, OUTPUT); digitalWrite(16, LOW); // set GPIO16 low to reset OLED delay(50); digitalWrite(16, HIGH);...