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...
What is the maximum number of bond table entries a device can have?
If a device allows only one connection to be established at once (not more than one simultaneously)...
Hi,
I want to store the CRC of the current firmware in the flash, for DFU purposes. Almost all of the threads I've seen so far reference the pstorage API but it's no longer...
I am searching for a basic example to understand the build system.
How do I load the soft device properly?
How do I set things up to run SEGGER_RTT_WriteString?
I...
I am using Nrf52832 sdk 11.I want to update the value of characteristic on every read operation from my andriod phone. I want that on every ble_gatts_evt_read: should give...
Hi! Im trying to figure out the power consumption of two types of beacons that uses nRF51 and nRF52. I have connected a small resistor in between the supply and measuring...
Preferrably under linux using gcc and the command prompt.
I am most interested in project setup, loading the soft device, and making sure all the core systems are working...
I am running the ble_app_uart example in SDK 13.0 with nRF52382.
First issue
The app can receive data via UART only when I use "Termite" as a terminal emulator...
Hi, trying to implement timeslot api and stuck with TIMER0.
I saw similar questions but answers is still unclear.
My timer init code:
NRF_TIMER0->MODE = TIMER_MODE_MODE_Timer;...
Hi
I am using nrf52832 with softdevice s132_nrf52_3.0.0.
In my appliocation I need to do periodic measuremets, and it is critical that softdevice doesn't interrupt during...
Hi,
I have to make a interrupt each 100us. This interrupt should be priority on the BLE. In my interrupt I have only one condition (if/else) and I have to change PWM value...
Hello,
I'm looking to implement the OTA on my nRF52, but I couldn't find any help online.
I would like to do it with my iOS and my Android app.
Does anyone have a tutorial...
Soon we will start production and this is my first time using a Nordic chip. During production I want to test for output power en center frequency with a development kit as...
I'm trying to create a connection between Android 6.0 and nRF52832. I created a service, like in tutorial, added it's uuid to adv packet (I seeit in nRF Connection). I can...
I have set up the Cloud Coap example in the Iot SDK using a nrf52 Dk. I have been successful in sending a serialized byte array from the nordic to my cloud server. I need...