Hi, first did search here but couldn't find anything about my question. Can I Power-On/Switch-On a PI via ethernet? I'm using putty ( and realVNC ) and I can do reboot and Power-Off ( sudo reboot, etc... ) but is there a way to Power-On/Switch-On via ethernet? I don't mean 'power over ethernet' ! Ki...
Hi, meanwhile I'm finding my way in the world of Pi... Now I want multiple rPI's at 1 screen and at 1 pair of Mouse/Keboard. The HDMI-switch is working! There's is this USB-switch with inputs: Keyboard, Mouse, Printer and USB-stick. Outputs: 4 times USB. 3 of the outputs are connected to 3 rPi's. ( ...
Yes! For the moment, I'm ready with the pi's! Gonna use them later to re-continue my 6-d.o.f. robot-arm-project! It has allready 2560MEGA core's involved, and things work fine. https://www.youtube.com/watch?v=sW43JcxL0zM&list=PL7iWs5bvJdxs91kCZUV9P6KuG4mvriLgJ&index=5 Have jumped into Arduino-world ...
Found this: https://raspberrypi.stackexchange.com/questions/88933/manually-change-mac-address-on-usb-to-ethernet-module-pi-zero Things work now! Started at pi2 with the MAC-change. Router showed 2 pi2's. Short later only one pi2. Did the same with pi1, but router shows still the 'old' pi1 (MAC :58 )...
Tnx, there we go! Got these ones: ea b.jpg ea w.jpg I did use 2 of the blue ones. Just did some tests with pi1 at blue adapter one and pi2 at white one, both give same MAC!!! Placed a 3rd pi ( onboard ethernet connector ), et voila! I'm talking to this one and one of the first 2 pi's. PI1 and Pi2 gi...
Hi, started all over again... Took 2 pi's 3 A+ ( just to be sure, somehow... ) Both new install Raspbian Butser Desktop. Gave both a hostname pi1 and pi2. Now, connected them directly to the router! Did a router power off/on! Same issue again! Before, router was showing only pi1, it now shows only p...
Hi, tnx a lot! Sure I understand the house number issue, but my thought was to choose 'roomnumbers' and I tought primairely that different hostnames e.g. pi1 and pi2 would make the different, or the number before /24. I did read that as number 15 of 24 avaiable. But ok, some bells have rung, thanks ...
Hi, tnx. Raspbian Buster with desktop ( ful upgraded ) on pi-zero's. Both pi's show adress 192.168.0.15/24. I've working on settig a static adress in /etc/dhcpcd.conf And have done and learned lots of other things due of this issue. But first 1 question: My pc is directly connected to the router ( z...
Hi, first, I managed to to communicate to a PI by a PC by using Putty ( SSH ). Now, I got 2 PI's at a netwerkswitch. Both pi's have a different hostname: PI1 and PI2. Then the problem starts! On one PI you can connect by Putty proberly but the other one is giving not the correct connection. PuttyFor...
Hi, got a USB-webcam on my rPI, running fine! Got it displayed on a 5-inch LCD by GPIO. Works great. Next thing, I place the LCD in my goggles. Now I need for both eyes seperated pictures. The goggles has 2 lenses, 1 for each eye. How can I do that? I know it can be done in Python/openCV, but at the...