Hello,
I am looking to design a system and would like to get input from experts. The basic system diagram is outlined below. Looking for the smallest footprint possible. RF or Bluetooth communication. In summary: 1) Users inputs - device reacts over distance, 2) Device reacts without user inputs but based on signal received/captured. 3) Device just functions.
I am familiar with Arduino Mega, but the footprint is quite big for this project. I also have no experience with TX/RX boards.
I kindly ask for recommendation hardware and tech links reference,
The Adafruit Feather series features a wide variety of processors, many with built in two way radios of one sort or another. They are all easy to program with the Arduino IDE, come with useful examples, and the libraries seem reasonably well thought out.
I'm working on a similar project right now (as far as WiFi only needs to go about 5ft), and I have been using the Arduino Pro Mini and the ESP8266-01 with great results. These are a more budget-friendly option that still provides a lot of functionality.