Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
On this question I read that S110 is blocking CPU a lot during advertising/connection ( devzone.nordicsemi.com/.../).
On this other question they say that you can change...
I am using two nrf51822 ek. one is programmed with multilink central and other is programmed with multilink peripheral. when i press the button on multilink peripheral, i...
I need to connect to a beacon with a scanner nRF51 using the advertising data of the beacon. Then i need to get the service and characteristics of the beacon.
Thanks
Hello everyone,
i am trying to compile the Ble-UART_example but everytime it shows this error 'GPIOTE_config_irq_priority is undefined ) and i dont know what went wrong...
I have tried to flash my application targeting nRF51822 on our board by using a Segger on nRF51 DK. However, Keil compiler always shows that it couldn't find any nRF51822...
Hi NORDIC
I have to complete a function that one can transmit and the other can receive . but I do not know how to set nrf51822 to be a receiver . please tell me or share...
Hi,
it seems that the default implementation of the ble_bas (battery service) provides the notification feature but not the "read" feature.
I client can enable notification...
I'm using the Github project github.com/.../nRF51-multi-role-conn-observer-advertiser in order to SCAN in a specific channel rather than all 3 channels. In this example, softdevice_handler...
Dear all,
Recently,i use nrf51422 trying to receive data from two ant sensor.
i assign two ant rx channels at the same time, i find i can't receive data if only one sensor...
We are planning to use a synchronous independent channel, that senses whether there are any slaves or not using acknowledged data type.
More than one slave could have paired...
HI,everyone!
I want to use pstorage to store some data, so I followed the steps given by devzone.nordicsemi.com/.../ , but it didn't work.
Then I checked ecah function...
Hi all,
I want to test power consumption of data packets reading from SPI to RAM using PPI.
But i'm not sure that can RAM act as a peripheral of PPI...
So, can i use...
I am using a solar powered energy harvested circuit to power the nrf51 module. However, when the generated voltage drops below 1.8v, the nrf51422 enters into brown out reset...
Hi,
Now as I want to ensure low power mode with minimum hardware and firmware, I have written very small code to check it. Simply, I have initialized timer only and go...