This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

New to bluetooth

Hello everyone!

I'm currently developing a project in which I require a remote control (touchscreen TFT + arm MCU) to send and recive some data over a bluetooth connection to the central unit of the system.

What I'm looking for is the cheapest solution to integrate a wireless connection on the system. It might also become a commercial product later, so I can't use evaluation versions of modules...

What component do you advise me to get?

Parents
  • The simplest method to add wireless to a design would be to use the nRF8001, this is the easiest to use and integrate. nRF8001 is a peripheral only device so it connects to Phones, laptop, tablets and other master devices. If you require more flexibility (peripheral and central) you can use the nRF51822 or if possible run your entire design on the nRF51822 as this is ARM based.

Reply
  • The simplest method to add wireless to a design would be to use the nRF8001, this is the easiest to use and integrate. nRF8001 is a peripheral only device so it connects to Phones, laptop, tablets and other master devices. If you require more flexibility (peripheral and central) you can use the nRF51822 or if possible run your entire design on the nRF51822 as this is ARM based.

Children
Related