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?
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.