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 want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello, I studied on example\ble_peripheral\ble_app_ancs_c in SDK15.2.0 with board PCA10040. After paring and bonding sucessfully with my iPhone, I reset PCA10040 with Button...
Hi
I am looking to use a pre-certified modules for meshing.
However BLE Mesh have some rather big limitations for the size of network/bandwidth i have in mind and I have...
Hello,
I am searching the way of decoding the motion raw data from thingy 52.
Especially, for the accelerometer values.
In the app, I get the next value:
FAFF...
I read the post here. This post was used nRF52 DK (PCA10040) . I have the nRF52 DK (PCA10056) card. nfc applications in sdk always nRF52 DK (PCA10040). How do I run nfc applications...
Hi,
This error occurs when I write below command for OTA_DFU demo:
cmd : exe keys generate private.key Error:
ImportError: cannot import name 'DIGCF_PRESENT' from...
Hey,
I am working on mesh program, I am trying to send mesh message periodically for every 5 secs when i press a button in nRf52 DK. The message is being send for 3 or 4...
Hi,
I am using nrf52840 module with a kit that i built by myself. The kit is working because i am able to flash and debug without problems.
I am using Segger embedded...
Hi,
Is it possible to advertize and scan only on the 2M PHY and w/o using at all the 1M PHY on nRF52840/S140 system ?
The actual system is running fine if we use the 1M...
Good day!
I purchased the nRF24L01 Evolution Kit, but:
1. The driver and software that comes with the board, only under Windows XP. Are there drivers and software for...
Sorry in advance if this is an FAQ or maybe two
Situation is this - for regulatory reasons, production/release software here is built using a known version of arm-gcc, and...
I'm using scannig with whitelist on nRF52840 Dongle SDK V15.2 (usbd_ble_uart_freertos example)
when BLE_GAP_EVT_ADV_REPORT is called scanning stops, So it can scan just...
I am working on matching an antenna to the nrf52832 QFN package. I am looking at the reference design, which has a 30 mil wide trace. I believe that is supposed to be 50 ohms...
I have an application (key fob) that needs to wake up on a button press. Scan and connect to a specific BLE device, then send one byte of data and disconnect and turn off...
Hello, I have a question about using PPI with a SPI transfer.
I’m using a NRF52832 custom board with the Softdevice. I’m reading sensor data every 20ms via TWI and sampling...