We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello I have a setup that work perfectly to debug applications but fails to work with the bootloader. I'm starting openocd, then gdb and issue the following commands that...
During the System On mode and System off mode, I see a spike in current of 400 uA with frequency of around 8Hz. Is it due to the refresh mode or is this different. Could anyone...
My SDK revision is 16.0, but our NFCT driver is programed by ourselves,didn't ues Nordic LIB. HW is also made by ourselves.
It often generates CRC error durring normal communication...
Hi there!
According to the Bluetooth specification (Version 5.2, Vol 3, Part C, 12 GAP service and characteristics for GATT server) the 'Central Address Resolution' characteristic...
Installed the SDK
Wasted an entire day.
Then tried to compile and load sample at_client project
Received the same error.
Does someone deserve a polite or impolite...
~ Is there any way to get information on name and UID of "groups" within a Mesh, and, who are members of the group ? ~ Is there a way to know a new group has been created...
Hi:
We use freeRTOS + tinyUSB + nRF52SDK develope central Application on nRF52840 DK board.
we enable SoftDevice first(it return NRF_SUCCESS). then init the USB Power...
Hello,
I am trying to write a application that can store a simple "INTEGER" value , I want to store the Integer value as 0 or 1 , I beleive RAM Retention would only work...
what are pca10040 and pca10040e? I could not find any documentation for this name?
And also had a question about the dev kit.
I have NRF52 dev board and want to develop...
I am looking to integrate BLE into my application (something like NUS for now). From what I've heard, you aren't supposed to be making changes to the BLE stack itself, and...
I have konw the Thread FTD can network by masterkey . I want to know is it possible to network by CLI masterkey of Thread SED ? because using the same usage , I can not network...
Hi BLE Mesh support team,
We're trying to evaluate for our light and switch products. We have searched for the examples and done some tests. We need some help to understand...
Hi,
A very simple/short tool question:
When I configure demo projects, I typically use the commandline "west build -t guiconfig" to configure the project acoordingly,...
Hi,
I ran into this issue where I signals threads in my application and got a crash because custom_data is NULL for my thread.
I then ran the test cmsis_v1 related to...