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...
I am new to BLE and Nordic. (I am not new to Embedded Systems.)
What I am looking for:
Find a hardware and an example for BLE that I can adapt to my simple needs, e.g...
Wow need a bit of help the Thingy worked once did the update and now it is totally useless its a breathing blue light emitter? Nothing can see it MacBook, iPhone and no apparent...
Hello - I tried looking for my answer here but didn't really get what I need. I'm also relatively new to all of this.
I purchased the Adafruit's nRF8001 bluetooth module...
hi
i am using nrf52 dk wiht IAR embedded workbench IDE ARM 8.20.1
i want to disable the attach to running target from my device HZX-52832-S01A.
which bit i have to turn...
Hello.
I am measuring the current of nRF52832 using Power Profiler Kit (PPK).
I want to change the voltage supplied to nrf 52 arbitrarily.
I used the following case...
Hi everyone!
How to change erase range in DFU during application upgrade ? I have some data saved in flash (by psotage on 0x0007e000) and I don't want to lose them after...
Hi,
What is the advantage of using a Bluetooth SIG defined profile over a vendor specific profile? For example, if we want to transfer battery levels, can we define our...
Hi again,
Hope everyone had a great Christmas.. I did, but Santa also gave me a litte issue with my nRF52-DK..
I using a modified UART example, I have a 5min repeating...
Hello,
Basically my arrangement of NRF network is one receiver and multiple transmitter consider example 1:40 and they all configured with same address,bitrate, checksum...
Hello,
Is there a demo project that contains RTC function with softdevice.
I called the lfclk_config() and rtc_config() function before softdevice initial in main(), but...
I am using nrf52832 chip. I will be receiving time in isoFormat.
I am wondering how convert the iso format to get the date and time in my C program.
I am not using any...
Hi,
I'm develope some sensor with arduino primo, which use nrf52832 as a primary mcu.
I want to measure battery voltage level,and i find some example like:
devzone.nordicsemi...
I am using nrf52832_xxaa with SDK v11.0.
I have a requirement to write into UICR register APPROTECT to set its value to 0x00.
Is it possible?If yes, please provide a sample...