简体   繁体   English

蓝牙可以与Raspberry Pi连接吗

[英]Can Bluetooth be connected with Raspberry Pi

I am developing a sensors device that can sense the presence of child in a car if they were left unintentionally by their parent or caretaker. 我正在开发一种传感器设备,如果父母或看守人无意中把孩子留在车里,它可以感知孩子在车里的存在。 An alert push notification will be sent to the caretaker through mobile application to notify them, once the device detect the presence of child in the car. 一旦设备检测到汽车中有儿童存在,警报推送通知将通过移动应用程序发送给看守,以通知他们。
I plan to build the sensor device based on multiple sensors and connection. 我计划基于多个传感器和连接来构建传感器设备。 For the connection, I want the application to be connected with the device through bluetooth (BLE) for the first alert. 对于连接,我希望应用程序通过蓝牙(BLE)与设备连接以获得第一个警报。 And if the caretaker still ignoring the alert, the second alert notification will be given through internet connection. 如果看护者仍然忽略警报,则将通过Internet连接发出第二个警报通知。 I am using Raspberry Pi to connect the sensors, which I am using motion and sound sensor. 我正在使用Raspberry Pi连接传感器,而我正在使用运动和声音传感器。 My question is, Is it possible for me to connect the bluetooth with raspberry pi? 我的问题是,我可以将蓝牙与树莓派连接吗?

As I looked through the internet, I found out that only four out of eight raspberry pi models have bluetooth, including the Raspberry Pi 3 B+ , Raspberry Pi Zero WH , Raspberry Pi Zero W , and the Raspberry Pi 3 . 当我在互联网上浏览时,我发现八分之一的树莓派型号中只有四个具有蓝牙功能,包括Raspberry Pi 3 B +Raspberry Pi Zero WHRaspberry Pi Zero WRaspberry Pi 3 This is a link to a plugable BLE usb, in case you don't have any of the models mentioned. 如果您没有提到的任何型号, 是可插入BLE usb的链接。 If you want to check if what I said is true, check this link out. 如果您想检查我的说法是否正确,请查看链接。

Great Idea, Thats do able but if you know about Arduino because of the multiple sensors will have the current be high. 好主意,那确实可行,但是如果您了解Arduino,因为有多个传感器,那么电流将会很高。 But if you want to put camera or another similar device Raspberry Pi is the way but keep it simple because of the current limtation as written here . 但是,如果您想放置相机或其他类似设备,则可以使用Raspberry Pi,但要保持简单,因为这里写的是当前的限制。 Keep up with the work, and good luck :) ! 跟上工作,祝您好运:)!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Raspberry Pi 3(服务器)上的 Python 蓝牙错误 - Python Bluetooth Error on Raspberry Pi 3 (Server) 从raspberry pi发送文件到智能手机蓝牙 - Send files from raspberry pi to smartphone Bluetooth 如何通过蓝牙将Android应用程序连接到Raspberry Pi,以发送数字文本文件? - How can I connect an Android app to Raspberry Pi, via Bluetooth, in order to send a text file of numbers? 如何在Android中检测连接到无线局域网的本地树莓派的IP地址? - How can I detect IP address of local raspberry pi which is connected to wireless LAN in Android? Raspberry Pi3和android app蓝牙发送消息但不接收 - Raspberry Pi3 and android app bluetooth sending messages but not receiving Android 蓝牙 RFCOMM 直接连接树莓派,无需配对 - Android Bluetooth RFCOMM directly to Raspberry Pi without pairing 通过蓝牙将树莓派2的字符串变量发送到android应用 - send string variable from raspberry pi 2 to android app over bluetooth 通过蓝牙从Android中的Raspberry Pi接收数据 - Receiving data from raspberry pi in android via bluetooth 通过蓝牙在配对的 Android 和 Raspberry PI 之间传输数据 - Data transfer via bluetooth between paired Android and Raspberry PI Raspberry Pi 3 Model B蓝牙和Uart(Rx / Tx) - Raspberry Pi 3 Model B Bluetooth and Uart (Rx/Tx)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM