I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hello,
I'm working on NRF52840 drivers for custom hardware using Nordic's FatFS / SDIO drivers and a tickless FreeRTOS configuration. When I load the demo code (fatfs demo...
Hi There,
ISSUE:
New Nordic Thingy:91 will not connect to the LTE network, it is giving "LTE link could not be established." and then rebooting.
Things I have tried...
Hi All,
I'm working on adding simple melodies (2-5 tones) to my app using the I2S module and i'm facing some problems:
How do i determine the tone?
Can i determine the...
The supl domain name doesn't resolve.... SPM: NS image at 0xc000
SPM: NS MSP at 0x20027508
SPM: NS reset vector at 0xe965
SPM: prepare to jump to Non-Secure...
To the kind attention of Nordic support team,
Let's please consider this scenario:
PCA10040 with ble secured bootloader already installed
PCA10056 with usb bootloader...
I'm confused by this because I believe I am writing to the correct LED Characteristic. The code looks like:
...
if characteristic. properties . contains (. write ) { ...
Hi
I would like to use an ENUM and STUCT within my application to maintain device state (IDLE, RUNNING etc). This state needs to update a BLE Characteristic. I have the...
Hi
I'm currently testing a microphone, I only want ADC reading from it to show how loud the sound is, so kinds like volume.
If I only using simple ADC to read the number...
I am using nRF5 SDK 15.0.0, nRF52832 and SES v4.50.
I have read some posts about this, but cant get the NRF_LOG_INFO() printed anywhere but the Debug terminal.
In sdk_config...
Hello. I am using and modifying long range demo master from Nordic PlayGround, which was originally developed in sdk 15.0.0. My purpose is to change it so that it will dynamically...
I checked the gps sample program on nrf v1.2.0.
AGPS function downloads GPS assisted data from SUPL server through LTE.
What if I do band lock while using the AGPS? Does...
Is it possible to send a CW signal at 806 MHz with the command "AT% XRFTEST = 1". The frequency 806 MHz is downlink from band 20. To optimize the antennas it would be ideal...
Hello! Is it normal, that there are 2 applications in memory after secure buttonless DFU update? Please see screenshot of memory map:
I used SDK version 16. Shouldn't...
Hi all,
My device is working as a HID device. it's working on android and iPad but not work on macOS. It's can't solve the security procedure and returning error: <info...
Hi,
I'm working on a project using a custom pcb with a 52832 chip. It has worked good for several months, but I got a Hard Fault during flashing today. Flashed it 3 times...