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...
Hello everyone,
This is the second time that I've had the problem I am about to describe. I fixed it, and now it is broken again. I am fairly certain that it is not (only...
Hello Nordic team,
i am using Nrf52DK and s132 softdevice
i tried to add manufacturer data .code snippet is
static void advertising_init(void) { ret_code_t err_code;...
I have problems getting the beaconing example in the new mesh SDK v1.0.1 working.
I can not see the beacon broadcast "Nordic Semi Mesh" in the lightblue app.
mesh SDK...
I understand that there is a procedure to update this device via uart or spi. I can't find any documentation regarding this. Is this supported in nRF5 serialization API
...
hello:
i wanna generate *.bin file by keil. But I got a bin dictoty. The dic has the two file that is ER$$.ARM.__AT_0x1000120C fie and ER_IROM1 file. how can i do ?
the...
Hi All,
My Server send ADV packet every 1.4 seconds.
Scanner (Peer) scan wiht parameters : 2000ms(period) / 1500ms(window).
WHY CONNECT happens only each 6 seconds not...
Hello everyone,
I experienced some weird behaviour with nRF52832 on the nRF52 DK when transmitting packets on different frequencies. If I switch e.g. between frequency channel...
Hello,
I'm using BMA253 sensor on custom board with nRF52832. I've implemented bus write and read functions using nrf_twi_mngr.
Here is code:
It is working, but I...
I run connectivity of ble_central_and_peripheral example s130 SDK9.0.
When NRF51 as central device, what the max it can connect with peripheral devices?
When NRF51 as...
Hi everyone, I'm trying to understand Eddystone example in NRF5 SDK. I'm successfully run example ble_app_eddystone. I also edit Eddystone URL from mobile app. I don't know...
Hello,
I want to create a small BT Mesh network to demonstrate the possibilities and advantages of BT mesh, for example switching on two lights via BT mesh, collect sensor...
I wan to network multiple avr microcontrollers with nrf240L1+. My project is 2 0r 3 seprate microcontrollers read tempreature from their sensors and send them to a base micro...
hai, i am using sdk-v-12.3.0 for nrf52832-pca10040,
I connected the SOC to PC using Daplink.Now,i want to just print "hello world " on the /dev/ttyACM0.could any one please...
I am currently working with a custom board that captures an ECG using an AD8233 chip from analog devices. Attached to the board are gold plated pads that act as electrodes...