Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
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've had a lot of success with the nRF51 series but recently came to the conclusion that it isn't suitable for our needs and trying to transition to the nRF52.
I picked...
Hello everyone,
I'm developing my own board using the nRF5340. I am quite lost because of the capacitance matching that I need to perform with the 32M Crystal and the 32k...
Dear all.
I have the nRF52840dk and nrf52833dk kits.
I am having the same problem with this guy. And now my kits lost their Jlink and Com port.
In the answer, I found...
I developed a product on ncs1.9.0. It needs to connect to the nb network and support the gps positioning function. When the device is running, I found a problem that when...
The Zephyr documentation about ADC ( https://docs.zephyrproject.org/latest/hardware/peripherals/adc.html ) mentioned ADC _CHANNEL_CFG_DT usage in device tree and later source...
Hi,
I would like to enable the SAADC to read multiple DPPI channels. I am using a timer to publish multiple channels and my code looks like this:
However, the...
Dear all
I am developing a BLE product, and would like to have a different device name for each unit like Product1, Product2 etc. when advertising, so user can identify...
Hi! We are updating our application from NCS 1.9 to NCS 2.1. In the documentation of the HTTP AT command of the 2.X versions of NCS the XHTTPCRSP notification is documented...
Hi Nordic,
1. I am planning to do DFU update with UART
2. I Build smp_svr and flashed successfully when am using mcumgr its getting NMP Timeout
3. I added CONFIG_MCUMGR_SMP_UART...
Hello,
In my project, I have a device (nrf52833 custom board) which I want to operate in dual role (central/peripheral). I've followed a ble_app_hrs_rscs_relay example...
Dear Sir/Madam,
We developeted a smart device based on nRF52840 chipset(to be more accuracy, we desgined our own module based on this chipset, then our end product use the...
I'm currently trying to change the host name of "https_client" and check the operation, but it doesn't work.
Even after changing the host name back to the original, "Waiting...
Hi,
We want to do provisioning of multiple mesh nodes using pb-adv procedure. we installed nrf MESH app, but we are not able to do provisioning for one node using Pb-adv...
Hello everybody. I'm designing a custom PCB fed by a typical 3.7 V nominal 4.2 V peak lipo battery, where minimal area and thus component count is a key factor. Aside from...