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...
Hi,
I am trying to write my own bootloader. I gather new image via serial and store it in flash in my application at 0x30000 then invoke reset and in bootloader I want...
Hi,
I was testing the pwr_mgmt project in the nRF5_SDK_13.0.0 with my 52DK, the system off mode seems work fine ,cause the log information is right,but the question is...
Hi,
We are working with NRF 51822 in a multi-role arrangement (SDK 12.3.0, s130_nrf51_2.0.1_softdevice) where one NRF51 will be connected to a phone in peripheral mode and...
when i use pc tools or APP except "nRF Connect" to connect my 51822,i can not find some parameter,so i want to know in example "ble_app_uart",how to set up connect parameter...
So apparently, for ble, all CCCDs, regardless of what the UUID of a characteristic is, is
00002902-0000-1000-8000-00805f9b34fb
And to access that, the proper step...
as im working on nrf51822 sdk 9.im finding difficulty in performing bonding..so could you please help us in providing the code which performs ONLY bonding and advertising...
Hi, nordic staff:
I'm developing a project on nrfready_desktop_2_v3.1.0, as the chip is nRF51822;
I need 3 PWM channels for RGB leds. and i found there is a file named...
Hello all,
We are authorized distributor for Nordic in India (SM electronics) I was looking at
nRF51822 Bluetooth Smart Beacon Kit but in download section i was unable...
Hello,
I'm currently developing an application on nrf52832 that'll use SAADC low power to fetch battery voltage level and report that value on BLE advertising data. I've...
I am trying to use NRF51822 GPIO to generate a pulse with max width of 0.3us. According to other tickets in the forum and the product spec, NRF51822 should be able to generate...
I am using a nrf52 dev kit as well as a raspberry pi to set up the cloud coap example in the nordic docs. I have set up a 6-4 tunnel through hurricane electric and have full...
Hello,
I'm playing beep sound using pwm1 (timer1).
The onSound() starts beep sound.
The disableBuzzer() terminates pwm1.
The handler_buzzer() selects continuous...
Hi,
I'm using nrf51822 and ble_app_uart in SDK12.3.
Testing with android app nRF UART v2.0
I have some problem with BLE connection.
First, Sometimes when I tried...