I am creating a board with the following components:
Inputs: Momentary button Reed switch Rotary Encoder with 24 detents
Output: Bluetooth
The idea is to have it connect to a mobile device, such as an iPhone or iPad, and transmit the data to an application that I'm writing.
All's going well with my prototype. I would want to have someone create a proper PCB that could go into some sort of commercial production.
The question I have is whether I should be using a Micro:bit, Arduino or something else to piece my prototype together.
I already have a Micro:bit, but the way the Bluetooth connects doesn't seem like a good representation of my final product. I'm not sure how much of a problem this is, but would the Bluetooth connection from the Arduino be the same as something from a custom PCB?
Is it worth the effort to do it with an Arduino instead of the Micro:bit?