BirdiPiDuino

Results 19 comments of BirdiPiDuino
trafficstars

> Hi, I've just installed a DS1307 rtc module and followed [your instructions](https://github.com/ccrisan/motioneyeos/wiki/Tweaks#adding-a-rtc-module) to configure it but, when I reboot the RPI, it still looks for ah http server to...

I find the commands to enable and disable WiFi without rebooting (modprobe brcmfmac). The solution into the script of the button : [WiFi_with_button.zip](https://github.com/motioneye-project/motioneyeos/files/9758248/WiFi_with_button.zip)

I'm not sure. But during my lasts tests on RPI3, I 've noted a difference of 20 mA (average, sometime null, somtime 40 mA). Your question is very interresting. I...

And a next step is to start the script WiFi_with_button after booting.

It miss also some msg for the log file (button pressed detected, GPIO active, WiFi disable and enable)

I did some tests and find a best command (to economize energy) : sudo ifconfig wlan0 down (or up). I have compared the consumption on RPi 3 with Bullseye between...

Do you know if a webpage show how to write a log file in motioneyeos. It could be util to know when button is pressed, if wifi have restarted, when...

I replace `ifconfig` by `ip link`. In MotionEyeOs, it will work better. Also, ifconfig is now old and replace by ip link. So i use : `ip link set dev...

Excuse me if I was not clear. When I use the command `ip link set dev ap0 down`, the wifi switch down, as i want (economy of energy). Whe I...