Hi,
i want to build a BLE mesh via advertising. i asked some questions before about ibeacon and observer, how ever to clarify my question i have some additional questions...
Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Dear all, I'm new on nordic and I have to combine a bootloader BLE+UART. I read some threads but I can't to combine UART + BLE. Can I have an help?
Thanks in advance
Hello,
I am trying to configure my own bootloader for DFU, i use the secure_bootloader_ble_s132 as an exemple for nrf52832 DK.
after i flash the softdevice, the app...
Has anyone done multiple mqtt client connections from an nrf9160? Is it simply a matter of using the mqtt api and defining multiple client structures with unique rx/tx buffers...
Im install nRF Connect SDK 1.5.1 trough nRF Connect 3.6.1 Desktop app to learn zephyr RTOS and switch from nrf5 SDK to it but there is some bug and "Configure nRF Connect...
Hello,
I just receive a PPK2 and looking at power usage/profile. Below is the captured profile when the application is run from the debugger and then detached. This captures...
Hello,
ncs1.5.0
As shown in the question,
I use rtc to generate a 1kHz square wave, and use an oscilloscope to measure only 964 Hz.
Is there a problem with where I...
Hi.
I am using the oberon crypto backend module to use LESC in the application firmware. (I referred to the GLS example)
And I am trying to add a boot loader to use DFU...
Hello all, we are trying to set up a project with a nRF52840 chip in combination with 2 Acconeer A111 sensors. So far I have worked with a nRF52840 development kit and the...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello Nordic,
I am using Nordic 52840 (SPI Master) with Intan RHD2216 (SPI Slave) to get data through SPI from the Intan chip.
I have used the Nordic software development...
Dear friends:
I flashed a mesh serial example. I scand mesh beacon by the function "scan_start()". As you can see in below code, I got two uuid device, I want to select...
Dear friends:
I flashed the serial mesh example from Mesh SDK and contact the DK with pyACI according to the guide Using serial interface for provisioning and configuration...
Hi,
I'm looking at using the NRF9160 in a system where every microamp counts. The NRF9160 already includes a DC/DC converter, but as I understand it is step down only...
Working on an application that can be compiled with BLE functionality turned on or off, I found my "BLE off" configuration failed to compile with the following error while...
Hello -
I am trying to print a 64-bit unsigned integer (uint64_t) to a CLI output. I've based this on the CLI examples in SDK 17.0.2. Specifically this is the function I...