Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Dear sir,
I want to use NRF24LE1-F16Q48-R7 as a standalone controller in one of my application but it is not available with any vendor .
We want to use this For Low...
i want to know why there are 2 pages reserved although i mentioned i configured the number of pages to 1. It is used for what ? In fact, I need only one page for my data,...
Hi,
When compiling my program on SEGGER embedded studio I get the error:
Compiling ‘main.c’
main.c
expected expression before '{' token
in expansion of macro 'NRF_DRV_ADC_DEFAULT_CHANNEL...
I'm writing a central app using the pc-ble-driver project with an nRF51 dongle. This is to test our product, which is a peripheral using the nRF51822. The test central needs...
Dear All,
I have developed a BLE system in which nRF52832 is being used as a peripheral and central concurrently. I am also using BLE_GAP_CONN_SEC_MODE_SET_ENC_WITH_MITM...
Hello,
I have board pca10040 V 0.9.0 2015.41. When I program nrf and then issue a nrfjprog --reset -f NRF52 everything works fine, however when I execute nrfjprog --pinreset...
I don't understand OOB used in BLE security part.
Is this a communication out of 2.4 ~ 2.48 GHz frequency band?
Or is this one of method of pairing procedure(to generate...
Im currently working on a project and long story short im stuck on getting the nRF24l01 to communicate. I believe I have the Tx side of things working, however as I do not...
Hello,
We have connected Nordic+ MPU 9250 and able to read sensor values through UART display, but we wanted to do some excercises and read values, but it's not possible...
Nice to meet you.
The chip uses nRF 52832.
MDK keil μVision V 5.22.0.0 is used as the development environment.
Since I confirmed the operation with the sample project...
Hello Nordic team,
I'm doing a migration of my nRF51822 (32 RAM / 256 Flash) application from SDK10 (s130_1.0.0) to SDK12.2.0 using the s130_2.0.1. So I took the experimental_ble_app_buttonless_dfu...
The way the example projects, including the app_template are structured, they will only build if inside the SDK folder.
The main problem I find is that the Board Support...
I want to use ANT and BLE concurrently.
I found that there are no multiprotocol examples in SDK12 for NRF51422 (PCA10028). It only have example for NRF52832 (ble_ant_app_hrm...
Hi all,
i use softdevice and app timer.
I know that the softdevice use a RTC0 and app timer RTC1.
I would use a rtc to have a timestamp. but i see that after 512 second...
My function need a time window to get value from sensor,but the prcess always interrupted by SD.I know that the priority of SD is higher than app functions. So how can get...