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...
Hi,
I'm looking for an example of how NRFX_UARTE works.
I would like to set up a serial port with EasyDMA to send and receive a thirty bytes.
Thanks in advance for your...
Hello, I am developing ble scanner in which I want to print data of adv reports over uart. Printing is executed in main and in on_ble_evt function I add items to circular...
Hi Expert,
I saw Nordic infocenter said that " HID Keyboard Application is not power optimized! "
I am going to optimize the power consumption,but I don't know how to...
Hello. I am able to send simple text using nRF Connect app to the nrf52832 and write received data to the SD card. So I want to send file (mp3, txt, jpg etc) and write this...
So I've been searching around for an answer to this on these forums and I can't really find what I'm looking for.
I'm using a RedBear BLE Nano v2 to act as an intermediate...
Hello everyone,
I am developing a PCB based on the NRF52 chip, and I need help for the programming interface.
After reading a few threads in the forum, we decided to...
Hi,
I'm using following code, but app_button event is not invoked. I have also enabled the app_timer, app_button and gpiote in the sdk_config.h file. I'm using nrf52832...
hi
we want to receive wireless certification of products that include the nRF24L01P.
We purchased the nRF24L01P-EK and we want to use this to set the wireless certification...
It seems that there are parts missing from the nRF5x SDK v15 if attempting to use the microecc backend, the first is that it expects NRF_CRYPTO_HASH_ENABLED to be defined...
Hi,
I would like adjust usb_msc to work with flash memory different than in example. I created nrf_serial_flash_params_t structure with it's data. When I trying to change...
I realize this product (Primo) has been “retired”, but am wanting to know how safe it is to use for home automation.
i don’t want any blames assigned, just would like to...
Hi !
I want to build a distance measure hardware by myself and for this i need to make some i/o pulses (about 7-8) very accurate in 40Khz. after that, i need to implement...
Hi Folks,
I found that the interactive pyaci is setting wrong parameters if I try to set the heartbeat publication.
What I did:
Python:
cc.heartbeat_publication_set...
Hi,
I would like to use the Device Information Service and to be able to write the HW revision string from the central device (in my case the nRF Connect app). Per default...