Can anyone provide me with good links to integrate fingerprint scanner with Raspberry pi. I heard that Futronic fs 80 is compatible with raspberry pi can you provide me some links for the same?
Yes the device is supported in raspberrypi as I have asked the manufacturer to provide the driver and they mailed me the driver
Related
I’m using a raspberry pi to display my geckoboard dashboard on TV but there is no sound.
Any help will be appreciated.
Go to raspi-config (sudo raspi-config) using your terminal.
System Options (1 for now)
Audio then option 1 (for audio jack)
Check out the Raspberry pi Documentation for more infos.
I'd like to use Raspberry Pi 4 to collect data from several BLE mesh supported devices (beacons) that uses a chip like nRF52832, nRF52833 or nRF52840.
I know that Pi 4 comes with bluetooth 5.0.
My question is, can I use Pi 4 as it is without any hat, cape etc. connected to collect data from the beacons that uses those chips and communicates by using the BLE mesh technology.
Yes, you should be able to use the Raspberry Pi for mesh functionality depending on the version of BlueZ that is available there. Mesh functionality was initially added in BlueZ v5.47 (September 2017) and subsequent versions of BlueZ have had bug fixes and additions to this feature. You can find more information here:-
http://www.bluez.org/
You can check the version of BlueZ that is on your Raspberry Pi through the following command:-
bluetoothctl --version
I hope this helps.
I wonder how can I use Raspberry Pi to stimulate IoT devices traffics.
There isn't a lot of resources on google so I'd post my question here.
What tools could I use?
Thanks ahead
I want USB serial communication between ionic app and raspberry PI 3. I have searched a lot but as both are working as master, not getting any way for this implementation. Can anyone please help me to solve this problem.
"Communicating with serial USB device over Android" is not solving my issue. As I am not able to find PID and VID of raspberry pi.
I have made an OS is cosmos, but I cant seem to get the Raspberry Pi to actually boot the OS up. I made a bootable SD card and USB stick but the raspberry pi doesn't load anything up.
Cosmos os only supports the x86 processor type. All versions of the raspberry pi either use ARM_6 or ARM_7. A completely different type. So what I'm saying is Cosmos OS won't work on your raspberry pi because it was made for computers with a different type of computer chip. For your raspberry pi I suggest you use raspian which is the operating system the Raspberry Pi Foundation suggests using. You can download it here.