a3l1 wrote: ↑Mon Sep 03, 2018 9:14 am
Hi! We're building a project that's for pets so it includes an
automated pet feeder and
a smart pet door lock that connected to the wifi and can be controlled using a mobile application
The pet feeder has scheduled feeding and the smart pet door lock can be unlocked or locked by the pet owner using the smartphone.
Our problem is that the cable management. The raspberry pi is located in the living room and that wires spread out going to the two components.
We need to make the two components wireless.
Is there any way to make the two components
wireless and connect them to Raspberry Pi?
So that the Rasp Pi can still send commands to the two of them using the smartphone.
Thank you so much in advance!
PS: We've been only working with the Raspberry Pi for less than a month
Model:
Raspberry Pi Model B+
same !
I'm doing a project where I'm trying to get multiple arduinos to talk to my pi (zero W) over bluetooth, via bluetooth modules (HC-05).
I have successfully paired to two bluetooth modules at the same time, however I can only seem to connect to one at a time.
I'm using Raspbian, so I can pair with them just fine using the GUI. but to get the module to connect to the pi I use:
sudo rfcomm connect hci0 <MAC ADDRESS> 1
And as I said this works just fine to connect to one of the modules, but when I try to connect using a different channel:
sudo rfcomm connect hci0 <MAC ADDRESS> 2
I get the error message: " Can't connect RFCOMM socket: Connection Refused "
I've been scouring the internet for days now, trying to find the solution but haven't had any luck.
Does anyone know how to solve this issue? Am I going about this the right way? Is this even possible?
[moderator sabotaged spamlinks in this post, the poster is likely a spammer, he has multiple posts with hidden spamlinks]