Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I ´m testing gpiote interrupt, i´m work with nrf51-dk, softdevice S110 and sdk 9.0.0.
I have a pin that receives a signal 0 all time, and it changes to 1 when I have to...
Hi, I'm using SDK 7.2 and S110 7.1.
I haven't mirgrated to SDK 10 yet.
I'm using the HRS and bootloader (which uses dual bank and BLE OTA) example.
After I select...
I am using nRF51 with Softdevice S110 to do a BLE peripheral, I want to have pin-code authentication before central device (or android phone) can connect to the peripheral...
ble_app_hrs_rscs_relay.hex the application ble_app_hrs_rscs_relay in SDK v9 can run fine,but in SDK v10.0.0 it doesnt work,even when i debug , it cannot go to main, and i...
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...