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...
Hello Nordic support:
How to reduce nRF9160's LTE-M TX power in coduction test. Is there any AT command to reduce TX power? Or could you give us some guide about how to...
I am diagnosing pin malfunction in a custom board where I have working code from another version of the board which no longer works.
I am developing against NCS w/ VSCode...
Hi,
When asking to change the toolchain version in the VSC extension I get an error message:
Command 'nRF Connect Select nRF Connect SDK Toolchain' resulted in an error...
I am using the current nrf-sdk v2.1.0, which includes a Zephyr version (3.1.99 etc.) which has at the used stage an error with twister: instead of using get_testsuite the...
Hello,
I tried to run the sample Bluetooth: Periodic Advertising but I found some issue.
I'm using SDK v1.9.1.
The first issue was related to advertising creation with...
Before I go deep into the rabbit hole, I am wondering if anyone has had success with the following:
I am in a Windows 11 environment
I want to setup Docker with nRF...
Hi Community & Nordic Semi
I have an ultra low power design using the NRF9160.
I would like to avoid adding an additional LDO to reduce costs and Iq.
VIO from the datasheet...
Hello Community, i'm currently working on a custom board based on BC40C which is a BT/BLe module based on nrf5340 i'm trying to debug my board with jLink ultra + under, i...
There is an examples that show how to change from a 2Mb/s to a Coded 125Kb/s ?
May I change the bit rate of the comuniucation dinamicaly ? For examples I see that with a...
Hi there,
The mentioned known issue needs a workaround requiring a soft reset. This is quite a bruteforce method and I can't believe this hasn't been fixed already. Quite...
nRF Connect SDK v2.0.0
VS Code 1.70.2
nRF9160 development kit
To view all possible log messages the fololwing logging configuration is set up in prj.conf:
CONFIG_LOG...
I'm using nrf52832, and it is connected with external mcu (stm32) to uart.
I'd like to connect this ble module to PC with ble (wireless connection), it was paired.
After...
Hello,
We developed a zigbee coordinator with nRF52840.
We discovered that our coordinator is not receiving the the beacon request coming from some Ember based sleepy...
Hi,
Is it possible to connect the Thingy53 over Bluetooth with Raspberry and store the sensor data in a database (e.g. Firestore).
I only found one solution, but its for...
Hi,
Is it possible to get the device name - i.e the GAP_DEVICE_NAME - of an unprovisioned or provisioned device using a serial device and the interactive_pyaci? It would...