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
Now I am measuring current on the nRF9160DK according to https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/hardware-design/posts/getting-started-with-current...
Hi,
I have nRF52840 DK, and using nRF SDK v17. I am trying to understand radio transmitter example sendpacket().
RTC(1) seems to be used to the transmitting packet.
...
I have designed/copied the suggested circuitry of the nRF9160. I am attempting to program the custom board through a nRF9160DK. It is connected and the command west flash...
Hi,
I am using NCS 1.5.0 and modem firmware 1.2.3.
In my application I need to receive few commands from PC UART (UART 0).
Baudrate is 115200 without HW control. ...
Hello,
I am currently doing an internship and I am working with the nRF5340 DK.
Until now I have tested the "Thread: CoAP Server" and "Thread: CoAP Client" examples and...
Hi my application is working fine with secure bootloader on devkit PCA10056 using nRF52840 and GCC. Now I want to bring it to my target hardware using nRF52820 to get rid...
Hi,
I am writing my own SPIM driver, when I try to send a 2 bytes message and then a 26 bytes message the second message "crashes" after 2 bytes.
But if I send the 26...
I am looking for information regarding usage of UICR in nRF52840. I want to store Board information like board version number etc.. in UICR probably in the customer registers...
I am using Nordic's NRF_SDK_For_Thread_and_Zigbee_4.1.0.
In that example/thread/ncp, I want to build NCP firmware for uart.
Original uart pins for rx and tx are 8 and...
Hi,
I have nCS installed and when creating a project in nCS installation directory (default path), then i have option to choose "Configure nRF Connect SDK Project" from...
Hello,
For my board i would like to remap uart to pin on GPIO PORT 1.
Current:
&uart0 { status = "okay"; current-speed = <115200>; tx-pin = <20>; rx-pin = <22>; rts...
Hi,
We have a requirement to connect a SPI device to each SPI interface present on nRF52840, and we want to write to those multiple devices in parallel. Is there any API...
Hello everyone,
I would like to run the ANT examples "ant continuous scanning controller" and "ant scan and forward" on my nRF52840DK(PCA10056) boards however it only supports...