Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
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...
I got a nRF51822 based module and I loaded a slightly modified application based on "ble_app_beacon" example in nRF51 SDK via SWD interface using J-Link. The code has been...
Hello,
I have an application in which a BLE peripheral device will be essentially permanently paired with a client. The client will need to connect infrequently with the...
Hi,
I am trying DFU example on nordic evaluation kit using example on github:
github.com/.../DFU-Bootloader-for-nRF51-Evaluation-Kit
However, while compiling in keil...
SDK 7.2
S130 Alpha 0.9
I'm using the UICR customer register address 0x10001080 to stare a single 32 bit number. The code below is a bit of "brute force" to demonstrate...
Hi
I'm trying to make a new S110 BLE project for my nRF51 DK from "scratch" in Keil 5.14 (New uVision Project -> nRF51422_xxAC) , but every time i try to build the solution...
when I program wechat ble demo to my nrf51422 boards with S310 softdevice in Keil, return error like this "No Algorithm found for: 00000000H - 00007503H; Programming skipped...
Looking in the Keil Packs Installer, there are over a dozen entries for NordicSemiconductor::nRF... - each with its own version number.
So which one actually represents...
Hello
I'm trying to implement a number of different interrupts using the nRF51 DK but I'm having trouble understanding how to use the GPIOTE_IRQHandler function.
Basically...
Hello,
I read a while in this forum and found out it might be a little tricky to get I2C working when using a Softdevice. Is that information still valid or outdated? ...
I 'm using SOFTDEVICE.
Can I choose the BLE and NON_BLE while the applications running?
I want to implement, as below.
When I want to use bluetooth, BLE is run. and...
For a school project we have to develop a beacon system, to easy use different beacons we want to be able to change the major and minor from the beacons with UART communication...
I have seen this forum post: devzone.nordicsemi.com/.../
Which refers to this blog post: devzone.nordicsemi.com/.../
But when I use the Keil Packs Installer, and check...
Hi,
I'm approaching the nRF51 tools for the first time and I'm trying to recompile the source code for the desktop 2 reference kit with Keil 5.14 as a sanity check for...
I am developing an application where a repeater unit connects to a number of other units, gets some info, aggregates it and broadcasts it as a peripheral unit (in a tree structure...
20150424_iPad_iOS(8.1.3)NrdkKS_sniffer.psd
Dear Nordic,
I want to control the volume up feature through HID for iOS while pressing the key.
How can I proceed for...