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...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
I have a function with a return value in the time slot, after the function is done inside the time slot signal callback function, I want to use the event callback function...
Hi
We'd like to set the pairing timeout when using the function sd_ble_gap_authenticate(conn_handle, p_sec_params) . The reason for this is that we are setting the connection...
(/attachment/182b723590b3c447267d5aed62b5405f)hi, i want to work on PWM to controll the vibration coin frequency for certain time period and also to change RGB values of LEDs...
Hi!
I'm reading the PS for nRF52832 and I can't find a clear answer on the following question.
If I set up a GPIO channel with pull-up/pull-down in the PIN_CNF[n] register...
Hi, I'm learning to use the nrf52832 (PCA10040).
I'm on SDK12.2.0 S132.
I've done those basic tutorials while merging codes from the examples.
My code can currently read...
Hi, i am working on TWI sensor example in SDK11 i have connected MMa7660 to PCA10040 board as per the GIPIOs. and am integrated BLE app uart to the same TWI sensor example...
Hi,
I am using a custom board with a nrf51422, SDK11, S130 v2.0.1 with central role.
I have made changes on the code to change from MID bandwidth to High. I added the...
Hello,
I'm using the Nordic BLE-UART service found in the SDK. This is the "ble_app_uart" file in the SDK examples for the Nordic nRF51822. I'm basically sending JSON back...
Hi. I'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
I want to make only app image for DFU.
I made a command as below refering to github.com/.../pc-nrfutil.
...
Dear all
Currently we are using version 9.0.0 (nrf51422 family---> using for 51822 chip) & now we are trying to use 12.2 ("nRF5_SDK_12.2.0_f012efa.zip").
Is there...
I've discoverd a strange behaviour with nrf51822 CEAAD00 Revision 2.
I am using NRF_POWER->SYSTEMOFF = 1; for powering down the chip and a sense signal for wakeing up....
Hi,
I have downloaded the hardware files of nrf51822 beacon kit.
How to change the pcb layout of nrf51822. ( remove the name on the pcb, change the form of the pcb etc...
Hi. i'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
I want to make sure that how to operate DFU.
Please check there is missing point or wrong point.
Step 1...
Hi,
i have a strange problem which happens when i use scan mode to get 3 separate channels on saadc.
For example when i use uint32_t ticks = nrf_drv_timer_us_to_ticks...
Hi, I use Keil 5 and SDK 13.0.0 in Windows 7 64bit desktop.
I wished to test the SDK 13's BLE UART example.
However, even though I clicked "Check for Updates"...