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 ,
Our customer use nRF52832 to design the mouse. Currently they had problem to do the connection with Lenovo T470 after power cycling (POWER OFF and Then POWER ON)...
Hi:
I want to transplant nRF52840 pca10056 driver, where is the driver file of nRF52840 pca10056. How to transplant? Is the source code all public?
THANK YOU!
Dear All,
I'm willing to set up a project based on the nRF9160, using the Trustzone. Thus, I have two firmwares, two zephyrs that will run in Secure and Non Secure memories...
Hi:
I use sdk15.3,usb pca10056.
nRF5_SDK_15.3.0_59ac345\examples\peripheral\usbd_ble_uart_freertos transplantation to ble_app_multilink_central.
this is log:
<debug...
Hi, I'm trying to implement DFU over BLE using nrfutil in a product. The product(will refer to as peripheral from this point onwards) also has a dongle(supports flow control...
Hello,
For a project I am currently working on I am trying to track patients' movement through a hospital clinic. To do this, I plan on having mobile NRF52 DK boards traveling...
Hi
How many bytes of data can be written to flash memory at a time? I am trying to write an array of 10 elements of 16 bit data type , but only the first four elements are...
Hi,
I was wondering if a central can perform multiple read requests with authorization, i.e. send a read request before it has received the reply to the previous request...
Hi,
the system we are using includes the nrf52832 SoC with an external ADC and en external crystal for HFCLK. running SoftDevice s132 v2 (based on SDK 11)
in our system...
I like to program NRF52840 Dongle without using NRF Connect Desktop (i.e, Normally we develop application program using some IDE) Can i develop application program using NRF52840...
Hello everyone
I started working on BLE devices recently and I have an Ardunio with BLE 4.2. However the maximum data rate seems to be low for my purpose ( about 60 Kbits...
Hi Guys,
I have been trying to port the older nRF51 debouncer_example (attached) into the nRF52 SDK15.2 ble_app_template example with not much luck. I realise that this...
Dear nordic,
1. Is it possible to create thread networking using dongle?
2. I want to create Thread CLI example in dongle but the problem here is UART pins and LEDS. what...