I would like to find an Arduino with built-in Bluetooth. I know about the HC-06, the shields and the other Bluetooth modules, but i would like to have built in Bluetooth for eliminating the risk for miscommunication on the serial port.
The official Arduino foundation did produce an board but it's retired now.
-
Wow! Look what I found on GOOGLE! :)user23244– user232442017年03月24日 13:48:58 +00:00Commented Mar 24, 2017 at 13:48
-
By the way, how could miscommunication on a Bluetooth shield be any different from miscommunication on an integrated Bluetooth for a board?user23244– user232442017年03月24日 13:50:15 +00:00Commented Mar 24, 2017 at 13:50
-
1Yeah i know what google is. Why it would be better? Less moving parts, well tested board. If you think its an dumb question dont answer then. There are plenty of other post waiting for your knowledge.Sigma– Sigma2017年03月24日 14:52:25 +00:00Commented Mar 24, 2017 at 14:52
-
2@Sigma - If a board becomes a moving part, you need to check your soldering :DCode Gorilla– Code Gorilla2017年03月24日 15:07:39 +00:00Commented Mar 24, 2017 at 15:07
-
2What about using an ESP32 with integrated BT?Code Gorilla– Code Gorilla2018年01月19日 10:15:17 +00:00Commented Jan 19, 2018 at 10:15
3 Answers 3
Arduino has just released a MKR WIFI 1010 board that includes an ESP32 module that allows Bluetooth connectivity. It's mainly an internet of things board but it supports:
- Bluetooth low energy, BLE
- Wifi
-
Yes Im using that one, great board.Sigma– Sigma2018年12月15日 09:26:42 +00:00Commented Dec 15, 2018 at 9:26
There is this board called Bluno Its an Arduino UNO Based board with built in Bluetooth 4.0
Bluno - An Arduino Bluetooth 4.0 (BLE) Board
This is my currently favourite Arduino compatible board: https://wiki.wemos.cc/products:d32:d32
ESP32 is great: offers both wi-fi, Bluetooth and BLE connection as well as lots of GPIO. 9 GPIO's can be used as capacitive touch sensors (it has 10, but only 9 are available).
-
1This is also a great option.Sigma– Sigma2019年03月15日 09:58:46 +00:00Commented Mar 15, 2019 at 9:58