After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
Using the Peripheral LBS sample, is there a way to add advertising data to use both the UUID and name?
I assume this is to be configured in the bt_data ad declaration...
I am using UART on the Fanstel BLG840F to communicate from the 9160 to the 52840. So far I have successfully been able to communicate from the 52840 to the 9160 but have not...
Here we go again .... I did read many posts in this forum but did not find an answer.
We need to CE test a small Bluetooth HID keyboard for a special use case. Our test...
I am running into the exact same issue described here: https://devzone.nordicsemi.com/f/nordic-q-a/53693/how-to-flash-application-after-dfu-bootloader/217434#217434 Basically...
Hi, Nordic Team
I’m getting started trying to use both MCUboot and NSIB for 2-stage secure boot on nRF9160, and use SEGGER as developed tool. I enable NSIB via “Configue...
Near as I can tell from v1.7 of the product specification, these two parts have the same footprint & pin-out because they're both aQFN packages (as indicated by the "QI")...
Hi Nordic,
NCS v1.8.0
Controller IC 1: Thingy91 - NRF52840
Sensor IC: Laird BT510 - NRF52840
Intro: I currently have 2 devices. A sensor and a controller. For the...
Hi nordic:
NCS1.8.0 , I added UART2 to the NRF9160 LWM2M sample, but it cannot send and receive, but the same code is put into the NRF9160 UDP sample and it can work normally...
Hello Everyone,
I would like to implement a random delay of 10 to 3000ms before my development kit start advertising itself.
I'm using nRF5dk v17.1.0.
How do i go about...
Hi,
I tried to combine the spi and ble_app_uart example. But I got this problem, and the program was stuck in this loop.
Here is what I did:
I am using the 17.1...
Hello all,
we are working on new project that should work for both role (central and peripheral). If I compile the sample "central_and_peripheral_hr for NRF52833DK_NRF52833...
Hi all,
I want to implement a calendar that can be used for many years with nRF52840.
Will leap years be corrected in the nrf5-calendar-example? I looked at the code...
Does anyone have an example of using pinctrl and pwm on a Nordic device using Zephyr for a motor driver or something like that?
All the examples appear to NOT use the pinctrl...
Hi.
Setup:
I use NRF5340. Open project from SES menu "Open nRF Connect SDK project".
nRF Connect SDK Release: 1.4.99-dev1. nRF Connect Toolchain Version: 1.4.0.
Project...