I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
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...