Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Hi,
I work with a ship nrf52832.
I try to realise a communication beetween an UART sensor and the ship.
When i send my command ( app_uart_put) , i use nrf_delay_ms fonction...
I am running the app_beacon example for the nrf52810 at an advertising interval of 5000 ms and am getting a current draw of 300 uA.
I have the DC DC enabled, and am only...
Hi,
I have a compile problem in esb_ptx of SDK 11.0.0.
When I add a esb command "nrf_esb_rf_channel_get()" in nRF5_SDK_11.0.0_89a8197\examples\proprietary_rf\esb_ptx\main...
Hello everyone, I would like to change the name of my device with sd_ble_gap_device_name_set (). But the resulted name in the nRF Connect app is always "N/A". Here's my code...
How do I change the name of the USB device? I am starting with the USB Audio Demo and, logically, it shows up in Windows as "nRF52 USB Audio Demo" but I cannot find that text...
I am a beginner to Nordic devices and to Bluetooth technology in general. I have set up a Bluetooth connection using the nRF51 Development Kit and an nRF51-Dongle. The dongle...
Hello
In our production facility I need to read and write NFC NDEF messages to a NRF52832.
Is there any recommendation for a working and easy solution with an USB NFC...
Hi all,
I try to create a new project to update my firmware using twi(I2C) interface.
In my test case, first i download firmware to region2 via keil, then copy the firmware...
Hi Nordic developers,
For my internship I’m developing a BLE application on de NINA-B111 module which does have the nRF52832. I'm using SDK 15.0.0 and Softdevice 132 v6...
We're disabling pending FPU exceptions and clearing pending FPU IRQs before calling sd_app_evt_wait(), as per a few references:
https://infocenter.nordicsemi.com/index.jsp...
Dear NordicSemi engineer:
I want to connect to a peripheral device using a modified ble_app_uart_c.The information of the peripheral device is below:
How can I connect...
I need to allow BLE connections for a period of time after restart, then prevent connections (unless a button is pressed). Is this functionality as simple as re-configuring...
Hello,
I am currently developing software that scanning ble advertisement packets without pairing and advertise them like beacon. I used examples which are ble_app_hrs_c...
Hi!
I'm working on HID mouse example on SDK 13.0.0, SoftDevice S1332 v4.0.5. I'm supposed to use this as a low power media button control, using a nRF52 DK. I've done a...
Hello,
We wish to use nRF52832 IC in our design. We will design an equipment which can connect to another device via BLE and can send some measurement data. Our equipment...