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 am Programming in Keil IDE and I am using ST link v2 like debugger, but in Keil shows this problem "internal command error"
what is the problem? I was thinking...
I'm trying to build support for uart async api by adding:
CONFIG_SERIAL =y
CONFIG_UART_ASYNC_API =y
to my prj.conf. Without CONFIG_UART_ASYNC_API the app compiles...
The nRF Connect Extension for Visual Studio Code was recently updated to v2021.10.103 but, unfortunately, a problem mentioned in this post still exists: "Unknown board" issues...
Hi,
In the documentation for the nPM1100, in the section " Charging indication (CHG) and charging error indication (ERR) ", there is a schematic for connecting ERR/CHG...
HI.
is my first time to using Nordic devices, and I'm going to program nRF52840 to medical product,(oximeter, gyroscope, etc.), I am using a dev, module basic, only to test...
Hi By mistake I closed below but the issue not resolved yet.
https://devzone.nordicsemi.com/f/nordic-q-a/81276/agps-example-question-related-to-psm-command-disablement ...
I want to set an external LED on and off with the coap server example, but It doesn't work. I tried two different methods. The uncommented one is more like a normal blinky...
Hello,guys
I build nrf9160-dk modem_shell demo as cmd '$ west build -b nrf9160dk_nrf9160ns ' and then '$ west flash ', after the system running up, I try to ping baidu website...
Hi,
I have a question about the TID field in Generic OnOff set message. I am using two nrf52840 boards and a Light-Switch example included in the mesh SDK_v5.0. I have enabled...
I am currently working on a project with strict size constraints. I am therefore interested in running the SoftDevice without the MBR (if that is possible). The project consists...
Hello,
I am building a Central app based on the UART example central to replace an existing BLE soc that is no longer available.
The Sensors are custom with fixed characteristics...
Hi, As subject.
I can read right ADC value after calibration. but I change channel from 1 to 2. The value of each channel will rise or fall with other channels. Why?
I...
I have a question. I want to send continuous data in light-switch example,but it say app_error_weak.c, 105, Mesh assert at 0x0002C628 (:0) how can i fix it?
main file is...
Hello
I have an application in zephyr with multiple threads and i want to know if it is possible to have a ble service for example the Nordic Uart Service on a thread and...