I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
Hi,
Is there a sample which explains about how to store some user data or do some data logging on to flash of a central device.
I tried to do it, but since device manager...
I added a registration to the pstorage module of the multilink peripheral example. However, upon calling dm_init() I get error code 7, invalid param. I checked the documentation...
I recently bought a nrf51DK. It comes with 5 sample pieces of the nrf51422 IC.
My question would be how to program this since the IC on the dev kit is not changeable? Or...
I am trying to understand the operation between BLE device & android application...
After "CONNECT_REQ", I can see several "SERVICE PROFILES" but I can't find those UUID...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hi,
As I’ve mentioned in a previous post (answered ! Thank you Aryan !), I'm writing a bootloader for nrf51822 to be able to update the nRF51's firmware through SPI (data...
Dear community and support,
I am trying to install Master Control Panel 3.9.0.6-x86 on a Windows-XP virtualbox. The installer fails with the following message :
"The installer...
I want to send a float as a value of a characteristic.
As I know is this all what I have to change to send a float...
float temperature;
uint16_t len = 20;
attr_char_value...
Hello,
i have an urgent problem that i need help.
I have designed a board using nrf8001 IC and manufacture 5 samples. They are working perfectly.
Then i went to production...
I am using the S110 softdevice from v8, and building the bootloader from SDKv8, using keil uv5.
The project is dfu_dual_bank_ble_s110_pca10028, loaded from the dfu_dual_bank_ble_s110_pca10028...
Hello, Greetings, in the nRF24L01 datasheet, it's mentioned that the module can work as a multiceiver using the six parallel data pepes,my question is that if it is possible...
on an arduino+redBear Shield 2.1, I read an analog port and write the value to the serial monitor and to my bluetooth connection with
ble_write(analogRead(0));
Serial...
I can't find anything related to this in the docs :(
In the client_handling.c is a function static void on_evt_hvx(ble_evt_t * p_ble_evt, client_t * p_client, uint32_t...