I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hi everybody, Question: Is there a way to set the external library from within the my_project.code-wokspace with vscode? Similar to what is possible with the workspace feature...
Hi,
I'm testing the Matter cluster Scenes in order to develop a device that implements it correctly.
I have this setup:
- One nrf52840dk flashed with the light_bulb...
I'm using the following:
nRF Connect for Desktop v.3.12.0, nRF Connect for Desktop Programmer v. 3.0.4, jLinkARM.dll version: 7.64e, Ubuntu 22.04.1 LTS
I'm trying to program...
Hi,
I am stuck with this project, I am trying to create a touch LED PCB design. Its a smart LED controllable through mobile. I am using NRF52832. Now I want to create its...
Hi
Develop environment Win10 .Net4.7.2, Chip is 52832 . BluetoothLE already connected, but I can not find custom Characteristic by BLEGattService.GetCharacteristicsForUuidAsync...
Hello,
I have an application that I receive data over the UART. The data being received can be of different lengths e.g. 12 bytes up to a maximum of 256 bytes. I want...
Hello,
I only want to know if it is possible to enable and configure the Server Name Indication (SNI) for DTLS on BSD sockets and CONFIG_NET_SOCKETS_OFFLOAD=y (not using...
Guys,
I am able to successfully build zephyr/samples/hci_usb for nRF52840 USB Dongle, but the same sample code fails while trying to build for nRF9160-DK
Works as expected...
Hi! I'm working on a mobile application that interacts with an NRF52 device. We'd like to be able to programmatically reset a device stuck in DFU mode so that it tries to...
Hi,
I have never used Nordic devices before so apologies if these questions are answered well somewhere, I just can't find the best article anywhere.
The project I am...
Hi, I have built a BLE-enabled sensor that is capable of measuring the air flow and volume passing through a pipe. A new sample is generated every 10 ms.
In the language...
Hi,
I am currently developing a project using ultrasonic sensor for measuring level. So I was migrating library from development kit to nrf sdk code. I am using Keil uVision...
I am trying to interface winbond flash with the 33 board using ncs and VS code , I am able to get the code to compile and not receiving any errors , it is working and no matter...
I'm trying to use `bt_hci_register_vnd_evt_cb' to register a call back to process vendor specific hci events.
below is my prj.conf
my callback function for testing...