before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
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...
Using a NRF9160DK. SDK2.0.0. Modem 1.3.2.
I have a problem when setting up a new NRF board to run with MQTT with AWS.
When the setup is running, I get LOG <inf> for...
Hi,
we have a unit that needs to go for conformance testing.
The only external interface we have is the nNR52833s USB port (pins 12/13 on QDAA).
Alternatively can the...
Hello,
We're using a nRF52840 with S140 SoftDevice (v7.3.0) for a Central device but we're having a disturbing issue when scanning: a hardfault occurs less than 2 seconds...
Using the pc_ble_driver_py.ble_driver I'm able to subscribe to notifications, but unable to get the values upon connection. The error is:
I do not know how to install...
We have an application where we need the PWM pin state to revert to high impedance between bursts. It doesn't appear this behavior is capable by default. Is there a means...
Hi,
As mentioned in the question, I want to use the external clock as the RTC instead of the internal clock. How to configure it?
Platform: Windows 10
NCS version: 1...
For a fully connected set of node devices in a BLE mesh network, where any node device can send data packets to any other node device via an optimally short number of radio...
Hey,
upon a BLE_GAP_EVT_ADV_REPORT I call the following function:
static void pass_adv_data(ble_gap_evt_adv_report_t const *p_adv_report).
The function checks the p_adv_report...
Hello,
I'm having trouble setting up CMSIS Configuration Wizard in SES IDE v5.50a on Mac OS.
I've followed the instruction in https://www.youtube.com/watch?v=b0MxWaAjMco...
hi Team,
working Environment:
nrf52832 DK, SDK 17.1.0, keil IDE uvision 5, Windows 10 pro.
i am working with ble_peripheral based ble_app_uart example.
this program...
I am working on some teching modules covering MCUBoot and DFU ... and trying to get the
basic examples built for an nRF52840 DK board ... and am running into an error along...
Hi,
i am using MCUBOOT + nrF5340 and i am using the nRF Connect Device Manager to upload firmware and perform the upgrade.
I would like to know if it is possible to execute...
How do I check to see if a peripheral is inside the list of bonded units of a central?
I know I can just scan -> see unit -> connect -> change security and if it IS bonded...
Tried debugging and found the code loops in this place, lfclk_spinwait
I have added the following configuration in prj.conf
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC...