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'm getting started trying to use the device firmware update (DFU) feature of an nRF51822. I'm using soft-device (bluetooth abstraction) version S110-SD-v7.1.0 , and SDK ...
When I try to update the application on the nRF51422 chip over DFU, I have trouble with the bootloader.
I use the nRF Toolbox app to do the firmware update. I can select...
Hi guys, this may be a lame newbie question, but I was unable to add a driver to my uVision project. For instance, I've opened the ble_app_template and now I want to include...
In the reference designs, the inductors in the antenna circuit are simply referred to as "High frequency chip inductors". Do you have any example manufacturers part numbers...
I'm testing my nRF51822 Bluetooth Smart Beacon Kit (pca20006). I've successfully uploaded ble_app_beacon_bcs code example to my beacon via Master Control Panel Android app...
hardware:pca1001
software:s120 v2.0.0
sdk 6.1.0
i will get rssi value by connected by s120.so i update the s120 to v2.0.0. but when the app run,
an error occur.[APPL...
Hi All,
I tried to use the nRF51422 device UART RXTO events using nrf51 SDK v6.1.
I set the NRF_UART0->INTENSET in app_uart_init() as following:
// Enable UART interrupt...
Hi, I have just managed to successfully read ADC values and send as a service but they are in uint8 format. Is there an easy way to convert this to decimal within my adc handler...
Is there provision for a serialization application processor to control GPIO on a nRF51822 used in serial connectivity mode? Can the nRF51822 be used as an I/O expander?
Hi,
I want to simultaneously read the value from 3 analog pins. For this, do I create just one adc_init function and handler functions or do I need to create multiple initializing...
Connections to my peripheral device are generally very short. I don't really need to have my device request a connection parameters update.
Does this mean that I can safely...
I purchased a pair of FTDI cables, and I can't seem to get them to work.
Unsure if the pinout is standard but here is the mapping of the cables provided:
Red wire: 5V...
I am using the N548 with the S310 soft device. I have set up the device for asynchronous communication via the UART. I can send ANT+ commands via the UART and I get valid...
Hi there,
I am quite new to BLE.
I am about to buy a nRF51822 Bluetooth Smart Beacon Kit. But before that I would like to be sure if I am able to advertise battery level...
Hi,
We just recently received our (custom) board with the nrf51822.
To program and debug the nRF I use the pca10028 and the debug out header.
I wrote a very basic program...