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...
Hello everybody, i am trying to use BLE central uart sample software in zephyr, on nrf52840 dongle. I mapped the uart outputs on pins 20 and 24 of the connector, made the...
I have created custom characteristics by
BT_GATT_SERVICE_DEFINE ( vnd_svc ,
BT_GATT_PRIMARY_SERVICE (& vnd_uuid ),
BT_GATT_CHARACTERISTIC (& vnd_enc_uuid . uuid ,...
I am using the current nrf-sdk v2.1.0, which includes the matter version v2.1.0 from the Nordic repository.
I encountered an error that setting CONFIG_DEBUG will result...
Hi
I have successfully used the TIMER & GPIOTE to generate dual tone frequencies for a BFSK project. 200kHz & 400kHz. ( 50% duty cycle square wave)
I wonder if the same...
Hi,nordic
I am using 52832. The SDK is mesh500 and sdk1710. I want to check the data sent from the PC through the serial port. Where am I and how do I read the data?
I am using the NRF52 development kit and I modified the uart example main.c to simple TX and RX application using printf function. The board is directly connected to the PC...
Good morning,
I ended up changing the design to use the nRF52810 chipset and I wanted to find out if Nordic would be able to provide some schematic feedback for my design...
Hi Nordic expert,
We are K5DET1/3/5/7/9/11 output high level, then string 10K resistor, K5DET2/4/6/8/10/12 through the mercury switch to read this high level, while adding...
Hi,
According to the documents of NCS, CoAP Server sample uses native OT CoAP API while CoAP Client sample uses Zephyr CoAP API, and the Zephyr CoAP API is recommanded....
I've googled all over, and I'm having a hard time finding any documentation that digs into how to use the nRF Connect SDK. Most documents point to examples, however the wealth...
Hi,
I developed with ncs 2.1 samples esb ptx and prx using nrf52840 make a low latency application,There are two problems
①On the ptx side, packets are sent twice in...
Hi, in our project we have to send some raw data to one node to other node using zigbee. So i have checked every single example but it doesnt match with what i need. I have...
Hi,
I'm trying to write a simple python application on Windows 7 that communicates with a BLE peripheral running Nordic UART Service. I'm using the nRF dongle and pyserial...
Hi,
I'm trying to config my SAM-M8Q with an array of HEX.
It's work beautifully with app_uart_put like the picture below.
However, when I try to implement LIBUARTE...
Hii
I have a problem pass the address while advertising
I should pass the adress using 9160_dk
However, in main.c there is this line:
#define DEVICE_NAME "Nordic_UART...