Skip to main content
Kapildev Kumar A
Associate
June 27, 2017
Question

Arduino UNO with X-NUCLEO-IDB04A1

  • June 27, 2017
  • 1 reply
  • 1264 views
Posted on June 27, 2017 at 12:54

I recently bought a X-NUCLEO-IDB04A1 and wanted to use it with Arduino. How do I go about it ? Please help me out.

My aim is to collect the sensor data from 

http://www.st.com/en/ecosystems/x-nucleo-iks01a1.html

 and send it to Arduino pins and transmit the data via 

X-NUCLEO-IDB04A1 to another Arduino microcontrollers. I need help to interface X-NUCLEO-IDB04A1 with Arduino. 

    This topic has been closed for replies.

    1 reply

    David SIORPAES
    ST Employee
    June 27, 2017
    Posted on June 27, 2017 at 13:34

    Be careful about IO levels: if you are using Arduino UNO or similar board at 5V, you will need to use level shifters as the BlueNRG chip is not 5V tolerant:

    0690X00000607TZQAY.png
    Kapildev Kumar A
    Associate
    June 29, 2017
    Posted on June 29, 2017 at 12:21

    Thanks David. I am okay with the voltage values.

    I assume that the communication between X-NUCLEO-IDB04A1 and Arduino is SPI.  I actually want to know how to send data from Arduino to X-NUCLEO-IDB04A1.

    Please help me.