Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I'm following your instructions for testing the Thread Secure DFU example , but I run into a message "Waiting for NCP to promote to a router ..." at step 6 and I don't o bserve...
I had used the examples\peripheral\blinky\pca10040\blank\arm5_no_packs Keil project from nRF-SDK v15.0.0 using Keil MDK v5.25.
EDIT: as described here: http://infocenter...
Hello,
I am currently implementing an OOK modulation with the nRF52 -DK and therefore I need to start the radio with a carrier on defined frequency. Obviously there is a...
Hello
My English is not very good and please point out if my problem description is not clear. I am building a central project that can connect two peripherals. The template...
Hello Nordic,
we are going to perform RF-PHY test for nRF52810 at DEKRA. Can you help us with IXIT filling? There is one answer available at devzone:
https://devzone.nordicsemi...
hi
i have written a service and added 3 characteristics .In master controll panel i am trying to discover services.i see these logs . Device gets disconnected while discovering...
Running the `examples/ble_app_uart` on below environments, in Nexus6 only, it causes that local name byte array will be broken.
* DK:nRF52 PCA10040 v0.9.0 * SDK:14.2.0 ...
Hello all,
I am working on a college project where i need to interface a SD card, an OLED display along with BLE support on nRF52DK, PCA10040, s132, SDK14.1, Segger embedded...
Hi Now I am developing the application to measure PER of each data rate of BLE.
For packet exchange, I use IPSP example in the latest nRF5 SDK version 15, s140.
I could...
As far as I can tell there is a sign error bug when setting the tx power to a negative value. ble_dtm.c uses an int32_t to represent the tx power so when calling dtm_set_txpower...
I have compiled and debugged the temperature_pca10036 code from nRF5_SDK_v11.0. I have used termite terminal for getting info about transferring of data from nRF52832 board...
Hi,
I am using nRF52 board and want to change the RESET output from P0.21 to P0.2.
-I have CONFIG_GPIO_AS_PINRESET defined in the makefile.
-When debugging I can...
First, we implemented ble secure dfu application on nrf51dk. After, we want to program nrf51822xxaa device with same ble secure dfu app. In addition, we saw about rom/ram...
Hello Friends,
I've Get my Thingy from Nordic Tech tour and have a good time with it.
I think everything is perfert, but location of ccs811 ( Tvoc +eCO2 Sensor ) is...
Hi Nordic & friends,
As I know, DLE(data length extension) is not supported in S112. We are using nrf52810 in our development, so I make a test.
A long data packet(>=20...