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'm using SDK 14.2, S132, and the NRF52832
This problem occurs during the pm_init() function when initializing the soft device. Investigating further has led to the pages_init...
Hi, I've been tasked with sending commands to an nRF52840 Board via a React Native mobile application I've developed, but have no idea how to do so. Our company uses:
...
Hi all,
I would like to learn how to use the USB peripheral these days. So, I programmed the example of usbd_cdc_acm on PCA10056. The PCA10056 couldn't be identified after...
nRF5 SDK structure project use makefile and sdk_config.h header file, When I want to add a component to my project. There is too hard work to modify the makefile and sdk_config...
Hi everyone,
I am trying to understand this sample code: here
But I don't understand how to choose an arbitrary pin for the LED.
And also, in LED_MASK which pin is...
Hi,
I recently dug into the potentials of the NB-IOT network allowing iot devices to directly make use of cellular communication. With the release of the new nrf9160 containing...
Hi,
Recently, I was trying to pair the nRF51822 development board by windows swift pairing.
While I turn on the swift pairing function, I still cannot use this feature...
I have a similar question to https://devzone.nordicsemi.com/f/nordic-q-a/32115/how-to-parse-the-log-file-of-the-nrf-connect-for-desktop
There are lots of data in these log...
Hello.
Recently, our supplier recommend us to use nRF52810 instead of nRF52832.
These two MCU have same pin map, so just we pulled off existing nRF52832 from the board...
Hi,
we had used nRF52810 in our product. Our product is undergoing FCC & IC certification.
FCC & IC regulatory body had requested to provide Tune UP tolerance values of...
Hi There,
I was trying to understand the step to create a test app for dfu bootloader update via BLE for PCA10040. Below is the documentation I read.
http://infocenter...
Good day
My nRF51822 uses the Eddystone example with SDK 12.3.0 in conjunction with S130. When I configure TLM in slot 1, I notice that the temperature is about 6.5 degrees...
Installed nRF5_SDK_15.2.0_9412b96 and nRFGo Studio. nRFGo Studio fails to recognize the nRF52840 DK board. Screen like this:
It sees and correctly identifies the Segger...
I am trying to do things like
get the current date and/or time
configure a socket
activate a socket
Usually I use commands like
at+cclk
at+csdf
at+ctzu...