Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hi Nordic Team,
Some time facing Connection issue in Mobile app and some time device advertisement is not getting in app.
I am using below chipset and configuration. ...
Dear all, I try to self provision device by it self following steps below: Step 1 : Bind key Step 2 : Subscribe to topic
Step3 : Set publication topic
Step 4 The main...
I am having issues running GPS and LTE concurrently on the nRF9160DK and am wondering if the rootcause is an incompatibility between modem FW v1.2 and hardware v0.9.0. I am...
Hello,
With regards to the HID Keyboard Example,
1) Is it posible to disconnect from the central side (ios)? I would like to be able to disconnect as follows:
But...
Hi,
I have just started using the Nordic SDK (nRF5_SDK_15.2.0_9412b96) and am developing a low power application for a custom PCB using the rf52840.
I am developing...
I can read the spi flash id by the other mcu with the above code, but can not read correctly by
nrf52832, is there something wrong with my handle?
SPI FLASH ID 0E 40 13...
Hi!
We experience some problems with DFU, and while looking through the code, I saw the code copied below.
This is from the file dfu_req_handling.c from SDK14, and my...
Hello everyone,
I am programming my dongle(nrf52840) with my Dk. To upload the code I click on download "solution_name" in the target menu, it works fine for example without...
I am using NRF52840 Dongle to scan all the BLE advertisement packets.
I wish to scan for the BLE advertisements packets only from a particular device using the whitelisting...
hello all,
i am trying to add ble app uart feature in other ble app project. so i am trying to change those defines variable, NRF_SDH_BLE_GATT_MAX_MTU_SIZE & NRF_SDH_BLE_VS_UUID_COUNT...
1. In the ssdk:ncs v1.3 Example: in 10_hello_world_clock_gettime, test function: clock_gettime (CLOCK_MONOTONIC, last_action_time);
The following error occurred at compile...
Hello,
nRF52811, SDK16.0, Softdevice7.0.1
We had developed our application based on nRF Blinky Android sample app for nRF52840. Now we want to port same app for nRF52811...
Hi,
I would like to ask if it is possible to use both Radio and NVMC at the same time (no SoftDevice)?
My scenario:
Start Radio and configure RX mode.
Write/erase...
Hello
I use nrf52840, Keil uvision 5.26, Win10.....
when i test the board, program run into hardware fault.
that reason is No I2C response, and i delete int the I2C...
I am developing a device which will have Nordic's UART service and it also need to be able to bond with the central. I am using SDK 12.0.0 and VisualGDB for my previous projects...