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...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hi All,
I use nRF52832, S132 2.0.0, and SDK 11.0.0
1. Central: scan interval is 151 count (~93 ms) and the window is the same … so scanning all the time. Central is not...
To the kind attention of Nordic support team,
I have got some legacy code running as a gazell host on a nRF2726 nRFgo Nordic platform. Right now, I would like to set a gazell...
I've been trying to get two ant+ sensor profiles working at the same time.
I'm working with the nrf52 DK, I'm on sdk version 15.3.0_59ac354.
Reproducible example here...
We are using NRF9160 in custom designed hardware board. We basically need 2 UARTs in this project one for the communication with host MCU and other just as a debug UART which...
Getting this error while generating firmware image for an example package(blinky) given in nRF5_SDK_15.2.0 SDK
nrfutil pkg generate --hw-version 52 --application blinky_pca10056...
Hi,
Please advise,
How many Peripherals can be connected to one Central? If my application need a connection of 50 Peripherals connected to one Central what I should do...
We bought a handful of nRF52840 Dongles and want to develop firmware based on the nRF Connect BLE app + nRF connectivity firmware reference design.
I am using v2.6.2 of...
Hi,
I need to read RSSI value without implementing the SoftDevice. Now I'm producing modulated and unmodulated carrier starting from the radio_test example. How can I read...
nrf52840 is ble central ,nrf52832 is ble peripheral,
nrf52832 is modify finish.
but i do not know how assign ble central .
now i use the example(ble_app_uart_c) to implete...
Hi,
I am using Timer0 to measure external pulse width. Using GPIOTE, PPI task and events. The problem here is, I am reading Timer0 Capture register as Zero always. Here...
Hi,
Now I'm using window10,nrf52840 and nrfSDKforMESHV3.1.0, and I want to achieve ota fonction within two nrf52840,I had read the Software Development Kit > Previous versions...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image.
How to select different Advertisement types ADV_IND/ ADV_DIRECT_IND/ ADV_SCAN_IND...
I have my nRF91 DK connected to nRFCloud, thanks for making that super easy! I'd like to review any debug data and learn more about the nRF91 which is new to mean but when...
Hello there,
We are a test lab based in Leatherhead UK, and would like to use your nRF52840-DK for setting up a test jig to communicate with a DUT(Device Under Test) ...
Hello,
I am trying to determine whether or not the SPI EasyDMA functionality of the nrf52840 supports double buffering in the sense that the DMA controller will switch buffers...