Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
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...
Hi,
I am wondering why PSTORAGE_NUM_OF_PAGES is by default set to 2 in the DFU project.
From what I understand the pstorage_raw.c module is used to update bootloader...
In iOS, it is possible for different apps to send data to the same characteristics in the same device by calling retrieveConnectedPeriphrals… Is there a way to identify the...
Hello,
currently, I am trying to get the SPI (master with EasyDMA) to work. I interfaced it with an LED driver IC , which needs some signaling (via GPIO pins) along with...
Hi,
I'm using the nrf52 board with sdk11.
I want to know that i have 100 beacons and my nrf52 is a cenral.
1)How many beacons can scan by the central at a time?
2...
Hi, I have managed to get my nrf51822 DK kit to read LDR sensor values. However the characteristic values are represented as hex on the master control panel and also on the...
Hi,
I'm i'm sniffing the NRF51822 s110, using the Nordic's BLE sniffer (on s120).
The BLE device is in a connection, and do a connection parameter update to a new interval...
Hi All,
I'm trying to update the application firmware of an nRF52 board with OTA DFU.
I have managed to create a .zip package (under linx, gcc compiler, Nordic SDK11,...
I want to make a program for wireless accelerometer with a microcontroller "nrf51822". I prepared the code however I face a problem with the ".h" files such as "nrf_error...
Hi All,
I'm having trouble running one of my I2C sensors connected to the nrf52 when running at a 200hz sampling rate.
Interestingly enough, the same sensor seems to...
I mean what kind of header information and stuff besides the data. I could only find this for advertising packets.
A graphic or list like this would be nice:
byte 0...
Hello,
I'm currently working on profiling an embedded application on an nRF52 using the S132 SoftDevice.
I've found that the svcall sd_softdevice_enable takes approximately...
Hi,
My SDK version:9.0
SD:8.0
I use gpiote to generate an interrupt,
static void bma255_int_hook(nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
g_int1_triggered...
My phone : Lenovo Phab
Problem : cannot pair with nRf 51822 from Bluetooth menu BUT when i use Official App ( NRF Utility etc) then connect and start receiving data " ...
Hi,
I am using nrf52 with sdk11.0, I have migrated the code of pwm_library code to ble_uart_peripheral.
But when i'm initializing the pwm the code it stops the advertising...