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...
I am running into a very perplexing issue on my custom board involving use of fStorage and the soft device. When I attempt to write to flash memory using fStorage API (using...
Hi, Team
I read below uart current consumption data from nRF52832 Product Specification v1.4. But I can't find similar data in
nRF52840 Product Specification v1.1. I want...
I use zephyr to do a spi communication on nrf52840, and my nrf52840 is spi slvae
I refer to the example of zephyr spi\zephyr\tests\drivers\spi\spi_loopback\src\spi.c At...
Hello,
I have developed 10pcs of one prototype with the nrf9160 SiP.
I have some questions regarding some errors im having.
Regarding the SIM 1V8 driver VCC, for...
I'm trying to update the modem on Thingy:91 using nRF Connect Programmer v3.6.0
I get these errors
18:50:16.131
Application data folder: /home/tmh/.config/nrfconnect...
I'm working with a NimbeLink SkyWire Nano Dev kit, but I am hoping the question is simple enough that I can get some quick help here. I'm new to this side of things, so any...
I want to send data of different sizes from one board to another, using nRF52840. I have tried following the UART example, by using one board as Central and another Peripheral...
Hi Nordic,
I am trying to build something based on your BLE uart example for the two units for the connection from your SDK 17.0.2
one unit is running the BLE UART central...
Dear nordic,
I need a advise from your side. my custom board has two spi device both are working same line. one is SD card interface and other is sensor which works in DMA...
nrf9160-DK to NB-IOT service at vodafore UK
```
[00:00:00.322,479] [0m<inf> asset_tracker: Connecting to LTE network. [0m[00:00:00.329,193] [0m<inf> asset_tracker: This...
I know that we have actually some countries in Europe which don't support LTE-M, therefore we like to have a fallback.
Does there exist a fallback option to GSM or EGPRS...
Hi,
So I was having an error which caused my application to stall in the "do_stop_check" part of the nrf_drv_twi.c file, so I added a bit of code to check if I could figure...