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'm testing the light control example from Mesh SDK 0.10.1.
Although I have received an answer about the future plans of mobile Mesh SDK from developer Hung Bui that...
Hi,
I have some data which i want to send from nrf51-dk to ESP8266 . i have tried Ble UART central example to write data serially but doesn't achieve any result. I have also...
I have 2 Channels with SAADC taking samples. They are configured to respond to BLE characteristics that have read and notify properties, each channel has its own characteristic...
Hi,
As in the Product Specification of nRF52, pin number 9 and 10 are configured as NFC pins. However, this setup is conflicted with our pin mapping for other sensors in...
I am trying to store a small amount of data on the nRF52832 with the FDS module.
I followed the following code found in another question:
devzone.nordicsemi.com/.../...
Hi,
We are currently migrating our codebase from SDK 13 to SDK 14 for NRF52832 based board. One major difference we see is that SPI transfer completion callbacks are not...
Hi Dear Nordic!
We have prepared 200 pieces of PCB (used nRF52840) to pre-test our Product.
Now we are waiting for nRF52840 IC to solder.
Is it possible to buy ~...
Hello,
I've just found the Zephyr project which provides very interesting features and many questions are rising in my mind, but I don't know if this is the correct place...
I want use the NRF52832's NFC Tag in a bracelet. I need to know when the battery of the bracelect
is out, can the NRF52832's NFC Tag still be readable? Like the UID of the...
Hi
I add code in nrf5_SDK_for_Mesh_v0.10.0-Alpha_src, and when it run the follow code
and the ret_code is 4, I get information from the follow code
it is NRF_ERROR_NO_MEM...
Hi everyone !
I'm working with nRF 52840. I've downloaded softDevice s140 using Keil. Afterwards, I selected the target to nRF52840_xxaa and then build the project of Heart...
Not sure I understand the sentence. Do you guys mean "enabled"?
PSEL.SCK, PSEL.MOSI and PSEL.MISO must
only be configured when the SPI master
is disabled.
infocenter...
Lately I've been getting randomly occuring hardfault in my code during heavy BLE traffic and Sensor data collection times. From the hardfault_implementation.c loop I see the...
Hi,
Is there a size limit for the vendor specific service UUID? It looks like it should be 16 bits but I can't set more than 4 bits in my code.
I am using the uart central...