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 using Keil to build programs less than 32 KB in size. All the example program from the SDKs work and I have read that should be the case because they are all under...
Hi all,
I'm going to use the latest SDK version of nrf51822 for my current project. Can you please help me to choice the right one for my development?
I want it as peripheral...
Hi all ,
I am learning theory about BLE . I'm exploring the relationship between layer . But I am quite difficult to understand the package structure from upper layer to...
Hi,
My config :
Board NRF52DK
SDK 14.2
Segger ES Release 3.30
SEGGER J-Link V6.22a
macOS 10.13.1
I want to use RTT to debug my code. As a starting point I've...
The manual clearly states that the external HFXO should be 32MHz. However, if one would like to have precise 16kHz on the PDM and I2S interfaces a 32.768MHz crystal is required...
I know that RF52840 could act simultaneously as the Advertiser\Peripheral and Observer\Central and I saw Nordic's recent demo video of BT + Thread co-existence. However, it...
I am having very limited knowledge in flashing devices, infact this is the first time I was doing it, pls conider
Step 1: I bough PCA10040 and installed nRFGo software in...
I have found multiple PDFs indicating the lay-out on the nRF52-DK. However, none of them tell me anything about the size of the kit. Does anyone have a PCB lay-out with at...
Using the latest SDK and following example multiprotocol/ble_app_gzl.
I try to add a vendor specific UUID and get error 4. Which means, not enough room in some table? Whose...
Hi,
I hope this is the appropriate forum for this question. I've also asked this on the developer forum on thisisant.com, but received no answer there.
We are using...
Hi all,
I have a custom board with 3 LED's and one button. I have created a custom_board.h file:
#define LEDS_NUMBER 3
#define LED_START 22
#define LED_1 22
#define...
I wanna build project nRF51822 using ADXL345 for accelerometer sensor that program using eclipse or keil. can you teach me how to build using nRF51822 SDK version 6 or higher...
Hi,
I'd just start developping with the nRF52832 and I would like to communicate with a sensor using the I2C protocol. Has I am a stranger with the nordic uC, I would like...
Hi guys, me again.
I was very confused with my current process on developing with nrf chip now... so I would like to post my develop step and some problems I had so maybe...
I am using ATT MTU throughput example and I noticed that using CLI (calling cli_start) causes the main while(1) loop forever. In other words, wait_for_event does not block...