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...
Hello. I'm having the following connection module with nRF51822 chip.
It was purchased here .
I've found example sketch for Arduino but i can't understand how to wire...
Hi,
I have been developing using some development modules from WaveShare (based on the nRF51822 QFAC) and they work fine.
However, I'm now trying to use a module better...
Hi Nordic Expert,
I am Alex and have been developing with NRF51822 for a long time. Thanks for your quick help before. Now our product bases on S110-7.1.0 and SDK-6.1.0...
Hi
i wrote the program which is making pulse one time on channel 0 and then followed by channel 1 and then again channel 0 and then 1 going on , my aim is to create pulses...
Hi all,
I am tring to connect more than two peripherals to contral device.
I am using sdk10 and three evaluation bords nrf51822.In on device i debbuged the code of uart...
My problems with Eclipse Luna continue. Going on holiday for a week I assumed the good fairies would sort it out, but no,,,
Anyhow, I'm sure it's some path error somewhere...
I'm trying to figure out something I'm seeing. I've modified the relay demo in the nRF52 SDK so that when I press button 2 on the board, it destroys any connections, erases...
Hello Everyone,
I have configured gpio pins for buzzer pin6 and pin 7 and am trying to clear those pins after buzzer making the beep sound but it is not getting cleared...
hello there i downloaded nRF51_SDK_10.0.0_dc26b5e.and run this example experimental_ble_app_blinky_s110_pca10028. here when i write 1 from master control panel LED turn on...
Hi,
I've asked a couple of questions around this before but that was before I thoroughly researched into what I was actually asking.
I would like to attempt to use the...
Hi,
I am currently working with the nrf8001-DK. I've connected the nRF8001/nRF24L01+ shield adapter to an Arduino UNO R3.
I've run the ble_uart_project_with_dfu_template...
This isn't really a question, but I'm not sure where to post something like this. The stock app_button_init takes a pointer to a non- const app_button_cfg_t . The library...
Hello,
i am working with nrf_pwm library which is there in git. Also, on my device, with PTR51822, S110 7v is running. I am having tri color led on the device, by using...