Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
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...