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 have troubles.
I'm using nRF52 DK and V0.9.0.
I'm making program that does TWI communication between MPU9250 what is 9-axis sensor.
error is false every time.
...
I'm having problems getting the DFU dual bank ble s110 example to work on my target. My custom BLE app on my target is running fine, so my hardware is all good, and the DFU...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
I'm using s132_nrf52_2.0.0-7.alpha_softdevice. I've verified that the soft device is enabled.
void rdi_set_gap_parameters(void)
{
uint32_t err_code;
ble_gap_conn_params_t...
Is there are working example of FreeRTOS running on the nRF52 using the S132 SoftDevice? I am trying to get a ble_hrs example running with a updated version of the FreeRTOS...
Hi,
We have a rev3 nrf51822 system running S110 v7.3 and using SDK6.1.0. We are having trouble tracking down a ~1mA baseline current consumption when in system on/low power...
I'm struggling to understand this strange issue. I have a firmware based on S110 SD on nRf51822-QFABA0, this firmware is still based on version 7.1.0. The application is based...
I'm working on a program which sends 20 kb of data (sending 16 byte at a time) with one condition which is that indication should be enabled first. the first function checks...
Hi. i use SDK 9.0.0 and S130_1.0.0.
I want to recieve data from My peripheral S110..
First, I try to recieve data using example "ble_app_uart_c_S120-master".
I could...
Conditions in www.nordicsemi.com/.../Why-can-Master-Control-Panel-not-find-my-Master-Emulator-Dongle have been met, ie all components of PCA10031 have installed successfully...
in the answer of this question it said that :
You are also not allowed to send a new
indication until the previous one is
confirmed. This is signaled by the
reception...
I found this: github.com/.../nordic-nrf52832-gcc and tried to add it (and its dependency to the nordic-nrf52832-gcc 0.1.0 target to yotta with no luck. Is there a description...
Is there a maximum consecutive receive time similar to the maximum consecutive transmit time? I am operating in 1 Mb/s ESB mode. I am seeing the Rx get disabled approximately...
I am developing a ble program for the nrf51 DK using mbeds api and it is supposed to send 11 packets (notifications) when written to a specific handle. So far it works, but...