Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
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...
i want to prevent somebody to copy my app by SWD interface,so i set RBPCONF register in main application,but i find that it is no use writing RBPCONF register.
First ,i write...
Hi all,
I am new to nRF51822, and trying to make a simple application for device-to-device data transfer.
I have tried the "ble_app_uart" example, which is for device...
I compiled a new HEX for the pca20006 Beacon based on the ble_app_uart project for the pca10001 (remapped the LEDs and buttons), but when I load the beacon using OTA DFU,...
I compiled a new HEX for the pca20006 Beacon based on the ble_app_uart project for the pca10001 (remapped the LEDs and buttons), but when I load the beacon using OTA DFU,...
Hello all.
I just finished started setting up the environment for Nordic development. We have a Beacon Kit and a nRF51822-EK board.
I managed to compile and run board...
All of a sudden my jlink cortexM is taking a long time to program my nRF51822 on the devkit board. It used to be a few seconds, and now, out of the blue, it takes almost a...
Hi everyone,
after i made fast progress with my last "problem" ( devzone.nordicsemi.com/.../) , my Arduino and nRF8001 is working without an error.
Within my sketch, i...
I am trying to connect an accelerometer to my board. Unfortunately I only have enough GPIO's available to configure for a 3-wire SPI interface. However I can't find any information...
Blinky project is opened with Keil-uVision5
Projects builds with 0 errors, 0 warnings.
Project seems to load properly without issue, see output window below
JLink info...
I am trying to setup and use the multiceiver scenario. I have setup 4 devices, with one PRX and 3 PTX. I can only get 2 of the PTX to work, but no more. I am aware that by...
I am developing on with the nrf51822 SoC. I have been reviewing the hardware documentation that is included in the download section. Still, I have yet to find an antenna mentioned...
Hi,
Could someone can explain, how to handle Static Passkey in iOS Central application?
I would like to know whether iOS application allows static key based pairing or not...
I'm using the nrf51822 TWI library. I've tried both twi hardware and software master library files and see the same behavior when using both (as a side note an explanation...