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

How to use nrf52840 dongle like a BLE dongle to send data from Raspberry Pi 3B to another Bluetooth device?

I am new and trying to install and run samples on Raspi 3B but cannot. Have anyone worked with Raspi 3B and nrf52840 dongle and please give me some instructions.

Parents Reply Children
  • Hi, Thank for your answer

    I built Zephyr with Raspi 3B to use nrf52840 dongle like a BLE dongle. First, I wanna run hello_world sample.

    - Everything was okie when I ran: 

    cmake -DBOARD=nrf52840_pca10059 .. 

    (Question: is nrf52840_pca10059 right in this situation?)

    - After that, I ran:

    make

    But issue occured:

    /home/pi/zephyr/ext/hal/cmsis/Include/core_cm4.h:105:8: error: #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"

           #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"

    How can I solve this problem?

    Best regards,

    Lionel

Related