Passing data and commands between wifi and Bluetooth

Hello. First time posting and an arduino beginner.

With the uno rev 3, is it possible to connect my computer to the uno via wifi and then pass commands over tcp/ip to a camera connected via Bluetooth to the same uno?

Example, camera can be controlled via bluetooth, but I will be 50-500ft away and will not be able to connect via bluetooth. Therefore, can I connect the uno to my network, and via a script or streamdeck button presses, send commands to said camera?

Thanks in advance.

Uno rev 3 has no Wifi or Bluetooth without external hardware. So the Uno would need a Wifi module like a ESP8266 and a Bluetooth module like a HC05. Then you would need to figure out how to connect those modules and program the communication between them and the Uno. You would save a considerable amount of time, expense and hassle with an ESP32 dev board.

An ESP32 has Wifi, classic Bluetooth and Bluetooth LE built in.

Ah right. I meant thie rev2 wifi

https://store-usa.arduino.cc/products/arduino-uno-wifi-rev2?selectedStore=us

I don't know enough about that board to be of much help.

I guess that you could connect an HC05 Bluetooth module. That needs a serial port.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.