I bought gimbal proximity beacond series 10 and raspberry pi, how can I use raspberry pi to receive the rss of the beacon? There is app called "Gimbal Beacon Manager" can be installed on Apple or Android phones. I have seen that the raspberry pi can receive the rss value of beacons in many papers. I don't know how to do this. Could you give me some suggestions? Thank you in advance.
Related
I'm trying to build a smart baby monitor with raspberry pi. So one of the features of that monitor is talking to the baby remotely via a mobile app(i have already built a mobile app).when the user talk via the mobile app it should hear from the speakers that are connected to the raspberry pi. how do I achieve this??
I have plugged in a RFID scanner into the usb port of the raspberry pi. I noticed it appears in the /dev/input/by-id folder as usb-RFIDeas_USB_Keyboard-event-kbd.
I found code on GitHub that seems to suggest that I can read from this device, but I am pretty new to understanding all of this so I keep getting confused about how I can run the code to read information from my RFID scanner.
I'm a bit confused. I explain to you my project, I would like to make a "reader" by using beacon technology (ibeacon for apple, eddystone for android) using a raspberry pi 3. The smatphone application sends an acknowledgment code when passing the person. The raspberry marks and updates an online database. I wanted to ask, first of all can this be done? My problem is to realize the beacon transmission, then for the app and the database I have no problems. I tried using bluez but I can not detect the phone. Is there any online tutorial that could help me? Thanks
If you are looking to use the phone to emit a beacon transmission and then use the Raspberry Pi 3 to detect the beacon, then yes, this is possible. I put together a tutorial on how to use the Android Things to detect beacons on the Raspberry Pi 3.
The problem with using BlueZ for beacon detection is that it is simply not stable on the Raspberry Pi, and will freeze up and stop detecting requiring a reboot.
In the last weeks I experimented with my Raspberry Pi B and with the PiCamera. I had the idea to establish a connection between the RasPi and an Android device or (if it is easier) to a windows notebook without an access point in between, just like the GoPro camera and its App. I would like to have a live stream from the PiCamera to the other device and the possibility to start/stop recording a video or simply take a picture.
The app itself is not my problem, I wrote some simple apps before. But I didn't yet find a tutorial or description how to set up the communication and the stream.
I bought a WiFi dongle (Fritz!WLAN Stick N - by AVM) that supports WiFi direct and my phone (Samsung Galaxy S5 mini) does as well.
My first question is how to set up this stick on Raspbian - yet it is not recognises as a wifi dongle, and the second is how to achieve what I descriebed above.
Could anyone please describe what I can do?
Thanks in advance!
PS: I prefer a description for bash because I use SSH
I have set up Ibeacon raspberry pi
it is detecting bluetooths
root#raspberrypi:~# hcitool scan
Scanning ...
90:C1:15:34:84:77 jassi
30:14:4A:8B:95:45 TVBluetooth
Now I want it to broadcast messages
How can I do that
You can make an iBeacon out of a Raspberry Pi using this tutorial. My company also sells all the parts you need as iBeacon Development Kits that have this pre-assembled with the necessary software. If you want, we can also send you just the SD card so you can use the Raspberry Pi you already have.
If you want a utility to do more advanced iBeacon detection on the Raspberry Pi, check out this answer. We are still working out some of the kinks, but we will eventually release it with the iBeacon Development Kit as well.