This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

NRF 8001

i bought a nrf go development kit last month ...

how to work out this nrf 8001 Dk board ?

how to communicate nrf 2740 module and nrf 2739 module ?

  • The nRF2739 and the Master Control panel act as the phone emulator software on the PC so the nRF2739 with master control panel is equivalent to a mobile phone, so this means the nRF2739 is a master and the Android phone is also a master, which means they cannot communicate.

    You can get the nRF2740 and the nRF2739 module to communicate and to do this you need an Arduino board or the nRFgo motherboard or any other MCU that can support SPI master or enough lines so you can implement SPI in software.

    Thanks

  • You can use either the nRFgo motherboard or the Bluetooth low energy SDK for Arduino with an Arduino board. So yes, you need to get an Arduino board (UNO/Mega/Leonardo) or the nRFgo motherboard, you need to use an additional mcu for the nRF8001.

  • hi ,

    thanks for the reply .... i got it some information ,

    how to interface Arduino board with nrf 2740 module ? Any hardware circuit is there ? any basic application is there ? please send me ....

    you told android mobile is master. ok , but , 2 android phone is normally communicate how?( both mobile phone 's are master )

  • hi , which Arduino version is best for this communication?( arduino with nrf 2740 module )

  • You can use the Arduino UNO or Mega or Leonardo as they are all based on 8 bit processors (it appears that you are targetting PIC18). You can also use any of the Arduino clones as well. The Arudino UNO should be a good start.

Related