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...
To the kind attention of Nordic support team,
I'm using sdk16 and usbd. Sometime I get
app_usbd_core.c -> usb_core_ep0_handler_check --> NRF_LOG_WARNING("Previous setup...
Hi All,
Now i'm using peripheral - blinky project,and i saw the Block allocator module in the sdk_config.h.
Can anyone tell me what is the Block allocator module use for...
Hi,
I met some problems when I tried the sample 'direction_finding_connectionless_rx' in ncs v1.7.1 on nRF5340dk. I copied files to hci_rpmsg/boards as https://developer...
Hi all,
I got my nrf5340PDK working with the Thread CLI Sample.
I can now connect to the UART interface and issue ot commands.
According to the tutorial Thread: CLI...
In response to a BLE_GAP_EVT_DATA_LENGTH_UPDATE_REQUEST, we have called sd_ble_gap_data_length_update, with the following parameters:
Rx Octets: 251/ Tx Octets: 251
Rx...
Hello everyone, i need to increment a counter each time my button on the nrf534DK is pressed i'm using sdk v 1.7.1 . is there a simple way to do it or a function which supports...
Hello!
I've seen similar posts about this issue: https://devzone.nordicsemi.com/f/nordic-q-a/57105/nrf9160-modem-stuck-in-searching https://devzone.nordicsemi.com/f/nordic...
I am looking to handle low priority interrupts on a single GPIOTE Port Event but when attempting to add the second pin with the same handler i get an error and the handler...
Hi Team Nordic and fellow engineers, I am seeking to find better parts from Nordic RF Transciever lineup
to replace nRF24L01P-R, in order to improve the performance of the...
Hello, I intend to use libuarte under FreeRTOS together with the SoftDevice (SDK 17.1.0). An app_timer is used for the RX timeout. I think there might be an incompatibility...
Hello,
I have a situation where I would like to reset the MCU (nRF52832) under Zephyr. For the most part I use ```sys_reboot(SYS_REBOOT_COLD)```. However, I would need...
Hi,
I just downloaded both versions 1.7.0 and 1.7.1. Compiling asset_tracker_v2 right out of the box with west build -b nrf9160dk_nrf9160_ns --pristine I get the hex files...
I built a game controller hardware for windows . I am supposed to have a few millisec. latency on notifications.
But the latency seems to be noticeable. I have also tried...