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...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
Taking below package marking for reference...
Hello,
I am currently experimenting with some throughput tests on nRF52832/nRF52840 DKs. Some time ago I worked with some BLE UART examples from SDK 13.0 with the help...
Hi,
I want to sample lpcomp result at 50us, I'm doing so by using the following statements and set/clear a gpio based on the lpcomp result:
nrf_lpcomp_task_trigger(NRF_LPCOMP_TASK_SAMPLE...
i use BLE uart project SDK 11 NRF 51822 with 2 value min max conn interval default is 20 and 75 ms.
i use android App was built by my team, and it' hard connect to NRF...
I am looking for a best solution to this scenario as in title:
I read in some posts (eg. this post ) that can use multiple ble service instances
also in...
I have followed the well written blog post on how to create custom service on this site. I downloaded the sdk 13 code for the same and i can send and receive values on the...
System:
-nRF51822, SDK11, Eclipse with GCC
-Project based on dfu_dualbank_s132
Intention:
Flash the combined SoftDevice, Bootloader and Application, where the...
When I call nrf_gzll_enable(), then nrf_gzll_disable(), and go to sleep with __WFE(), there is about extra 6uA draw due to this enable/disable action. It seems the nrf_gzll_disable...
Hello,
I have a Gazell application where I'd like to adjust the transmit power dynamically. I can't find any definitive answer in the API, so I want to ask here. Can I...
I've been trying to get SDK 10 and its new file structure up and running Eclipse. But its been an unfortunately slow and tedious process.
Following the Nordic Eclipse tutorial...
I'm using an nRF51822 with Nordic's connectivity code and serial bootloader example. The connectivity code works great when the bootloader isn't programmed. However, when...
Since the antenna on the NRF52DK is oriented horizontally, and the theoretical 3D antenna pattern is a torus (donut) whose hole is pointed in the horizontal axis of the strip...
Anyone have experience with the proper way to process written/updated custom characteristics in the APP(main) in a Bluetooth Developer Studio BDS generated code project? ...