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 -
I'm not having any success using my PCA10024 as a dongle for MCP. Here is what I'm doing so far....
Remove PCA10024 jumper from P0.30-GND.
Connect PCA10024...
Greetings,
I am trying to minimize my BOM line items. Can C10 decoupling capacitor stated as 47nF/X5R on the reference design be replaced with 100nF/X5R without consequence...
Hello,
I know that this question was here before, but I've read all of the questions and answers and still I don't know what I do wrong.
I'm using 3 PWM channels to...
Hi,
I modified the uart_example project for the pca10001 board of the nRF51822 evaluation kit to make it work with a UART TTL JPEG camera. So far, the camera can receive...
Hi,
There was a thread about using PAs (and not LNAs) with the nRF51 a while back with some good advice.
One question I still have: is there currently any way to support...
The nRF51 Series Reference Manual v3.0 notes the potential need to set the OVERRIDEx registers in the radio mode to values from FICR.BLE_1MBIT to meet deviation requirements...
hi, i am working on a project which needs a relatively accurate high frquency clock. when i ran my program without softdevice, the HF clock's accurency could fullfil our requirement...
I'm trying to update the 51822 beacon example to work with iOS8 (iBeacon).
So far, I have registered to get iBeacon license from Apple, and setup the tools for compilation...
As the title states.
The DFU controller for OTA updating of the nrf series is described in the documentation of SDK 6.0. It is possible to flash the nordic USB dongle with...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Hello -
I'd like to make sure my RAM/ROM layout for the nRF51822_XXACis OK - if someone has a minute to double-check it that'd be great.
I started with the "nRF51822 Beacon...
Has anyone been able to get the examples to work on PCA10028?
I went through the following steps:
Used nRFgo Studio to flash in s110_nrf51822_7.1.0_softdevice.hex
Downloaded...
Hi,
Could I write or update flash without softdevice ?
Due to I must update softdevice on our product, but it doesn't have any JTAG Interface,
so, I want to use our application...
Hi,
I want to start TIMER1 by a GPIO_TE.
When the program enter the TIMER1_IRQHandler(), I want to disable the ppi.
And when the program leave the TIMER1_IRQHandler(),...