I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello,
I need to have connection status at the application level (IOS).
I'm working with the example "light switch server proxy" where the heartbeat profile is working...
Hello, I modified the instance in usbd_hid_generic to simulate it as keyboard. I checked the code of NRF52840 on github about the keyboard. It USES the function app_usbd_hid_generic_in_report_set...
Hello,
I really like your products since nRF51 but I noticed the same experience issues every time.
I tried your nRF9160 DK with the new SDK and I’m very disappointed...
Hello,
I am using NFC example "NFC BLE pairing reference", I could not paired with mobile phone through NFC. My android phone has version 10. The first time it paired successfully...
In my BLE project at the scanning side I see that application gets held if I remove filters from scan_init API and calls nrf_ble_scan_connect_with_target. I am refering to...
Hello
I'm working on my ble central that is based on nRF52832 and it's connecting to nRF52832 peripheral setup with Enviromental sensing service[ 0x181A]
This is log from...
Hi Nordic Team,
In my BLE project I'm facing problem to scan peripheral devices without filter. Please share logic for scanning (from central device side) peripheral devices...
Hi, I'm trying to combine USB MSC class and USB HID compsite class together.
I based on the MSC example, added HID Code in it,But I founded that they cannot work together...
Hi,
I have a question about the best way to program the SAADC ofthe 52832
- My board is a Bluefruit The feater.
the libraries installed are
..\nRF52\0.14.6\cores...
Hello Nordic gurus. I am exploring possibility to build our new system using Nordic's Semi ecosystem, especially nrf91, nrf53 and nrf52. It appears to me that SES/Zephyr platform...
Hi I'm trying to configure a central +peripheral role for my NRF 52832 using hrs in built example (SDK: 15.3.0 59ac345) . I do not need HRS Service however so, im using custom...
I have configured the settings of a Blood Pressure Feature characteristic to have RW authorized request. When the client reads the feature, the BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST...
Hi,
I'm using Mesh SDK v3.2 and I've created my own custom client & server model. My client model can call several types of monitoring GET messages to the server model,...
Dear team:
the nRF52832 can't divide the frequency to 48K, so I consider nRF52832 as the slave mode, codec as the master mode, and provide a 48K clock. In this way, does...
Hi,
I'm using the function sd_app_evt_wait() to go into low power mode, but it returns sooner than expected.
I tried to figured out which event that is the cause for...