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...
I would like my BLE device to communicate with Desktop using HID service & with a phone using custom gatt service. I know its just adding one more service but is it possible...
Hello All,
I'm trying to create a client device that toggles LEDs on a server on and off using the NRF52840-DK.
My modified Client code is giving me Mesh error 5 when...
In which state are the configured UART pins if the device is held in RESET for nRF52832?
We want to use the UART to communicate with the host without the nRF52832 in certain...
Hi, I have a project where an STM32 controller has the updated binary file for nRF1822 in flash and it will upgrade the firmware on nRF1822 with the serial implementation...
I am trying to add "Softdevice_handler" to project under nRF52 SDK_15.0.3
But i couldn't find "Softdevice_handler" in nRF SDK_15.0.3 and it is there in SDK 11
How to add...
Good afternoon,
The 'sd_ble_gap_device_name_Set' seems to have a limit of 10chars when defining the device name. In principle, it should be 31. Why do I have this limit...
Hi
I would like to use a 2.4Ghz remote controller for a project but I did not find any example/documentation on how to use 2.4 frequency with my nrf52.
Can someone...
Hi
I would like to use a 2.4Ghz remote controller for a project but I did not find any example/documentation on how to use 2.4 frequency with my nrf52.
Can someone...
nRF52840-DK 2pcs, one TX broadcast signal software, one RX software. RX can receive TX.
My nRF52840 product 2pcs, one TX broadcast signal software, one RX software. RX can...
Hi,
I am working with a motion sensor which sends a message when it detects a motion. I am communicating between the nRF52 DK and the sensor via UART. I am able to receive...
Hello,
I am interfacing nRF52840 DK with the MAX30101 sensor. I am able to execute all the TWI transactions necessary by using port 0 pin 27 as SCL and port 0 pin 26 as...
Hi,
As background, what I am trying to implement is continuous uninterrupted SPI master output from the nRF52840, compatible with the MCP4822 two-channel 12-bit DAC. The...
Hi. I have some question.
I'm using Mesh with nRF52832.
How get address after provising?
Is there API function?
1. get or set address -> Unicast address.
2...
Hello,
I am trying to configure a Heart rate sensor MAX30101 with nRF51822. I have initialized the sensor correctly as I can see the LEDs turn on. But when I read data from...
Hi, guys. I'm trying to work with Opus applications using PCA10056 v1.0. In order to play Opus fils using the nRF52840,
do I need audio DAC + audio amplifier to create sound...