I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
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...
Hi,
in my application I have setup the nRF52 to wake-up from deep sleep if a low value is detected on either of two GPIOs (4 and 5). What I'm trying to achieve, is to be...
Hello,
with my nrf52dk board i had made some tests to check the scan performance.
Using nrf Sniffer - with Wireshark
nrf Mesh - LightSwitch Client (Mesh SDK v4.2...
Hi,
Automatic installation from ToolChain Manager, no errors. Perform west update ,no errors. Check all the files ,no problem found.
Have reinstalled NCS for many times...
Hi,
Using MeshSDKv5 on custom nRF and nRF52DK
We are working on an LPN wireless PIR sensor so which sends a sensor status publish message on occupancy.
I have notiiced...
Hello,
I want to keep perform some task periodically .. probably using tick timer / rtc / application timerof every 5 ms, to perform some task, without keeping the thread...
Hi,
I am transferring 100 bytes of data via BLE-Mesh from a vendor client model, which I need to receive in my vendor server model.
I referred to nCS provided chat sample...
I am trying to implement an already made sample from Nordic for INA219 sensor. As always it didn't work initially and showed many errors even though it was a sample code but...
Hi. I wanted to test the power consumption of the NRF5340 when using the Bluetooth low power feature. Using the Energy Profile Kit seems convenient but I am not sure if the...
I'm using a sample from nRF connect SDK v1.91.1 for BLE peripheral. I'm trying to read one of the buttons on the development kit, but I'm not very sure how to use the button...
Hello everyone,
I'm trying to play with PPK II to check current using ble_app_uart example (nRF5_SDK_15.0.0). I notice that the nRF52 DEV KIT keeps advertising and if there...
Hello everyone,
I'm developing an application on the nRF52832 development kit. It is nrf52dk_nrf52832(PCA10040). It is based on Zephyr.
Zephyr version: 3.0.99 Zephyr...
I have implemented the example Coap Client and Coap Server using NCS 1.9.1 on two nRF52840DKs I would like to use the observer/observed approach to update clients when a resource...
I am working with STM32-F401Re with IKO1A2 shield on it as well. I implemented the machine learning core on LSM6DSOX and I get the data of that accelerometer on STM32 F401re...