Hello, I am not sure if this is the most appropriate place to ask this question, but any comments are welcomed. I am developming a sensor platform that tries to use extended...
Hello, I had working BLE application build on v2.6.2. After migration to SDK v2.9.0 BLE is not advertising anymore. I think it may be related to default controller that is...
I am trying to use TTM (nRF Thread Topology Monitor package) with a newly bought nRF52840 Dongle (PCA10059) on Windows.
Following the instruction at https://docs.nordicsemi...
Hello,
I am trying to play the AT45 DataFlash driver by directly copying the sample code from nRF connect SDK v2.9.1 (C:\ncs\v2.9.1\zephyr\samples\drivers\spi_flash_at45...
Hi,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
Hello,
I was given an existing code with a possible bug in it relating to RAM retention and I'm trying to make sense of what I'm seeing. I am using NRF52832 with SDK 17...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
Hi, Nordic
I use SDK12.1 with nRF52832, I found one issue:
if I do not program bootloader, nRFgo Studio can program app.
First, erase all flash, then program softdevice...
Hi Everone/Nodiac
I had tried so many threads and previous questions but not bale to get my answer so asking after two weeks.
I am willing to send a string from stm32f4...
Hello,
I currently working with the nRF52832 chip on a custom board. The external clock is a 32MHz clock with +/- 10 ppm. When I use nrf_delay_us or nrf_delay_ms the delay...
Hi all,
I am using a C# application with the masteremulator dll to connect to a nRF51822 with S110 V8.0.0
I can bond with a new device, and communicate with it in a...
In developing the device, for very low battery consumption, I encountered a feature of the implementation Gazell (ESB) protocol.
When I send a packet from the DEVICE (PTX...
Hello,
I am a little bit confused when reading in NRF52 spec that a NVM page is 4KB while block size is 512B. Usually an NVM memory is composed of block made of pages,...
Hi,
I am testing github.com/.../nRF52-fds-example
I am on nrf52832 with sdk 12.2.0 .
I can't seem to make it work.
What i have done:
Separated FDS stuff to separate...
Hi all,
I am trying use the SAADC in blocking mode inside a RTC I am currently using
The issues comes from the example
saadc_blocking_simple
the ADC always give...
I guess this has been mentioned/asked before but you should really do something to enforce the full chip part-numbers to be listed at distributors.
For example, for an...
(Maybe this isn't an ideal place for issues with your web site, but I could see no better one.)
There is a technical non-conformance in your nordicsemi.com domain. In practice...
I've been testing my application and am having an issue opening MasterEmulator sometimes. I need to reseat the nfr51 dongle to clear out the errors I am seeing below. Any...
Hi,
I get error NRF_ERROR_INVALID_PARAM or error 0x12 from sd_ble_gap_connect in central.
I even changed peer_addr.type to 0 (BLE_GAP_ADDR_TYPE_PUBLIC).
When scanning find...
Hi, I'm trying to use an MDBT40 based board as a sniffer using the NRF sniffer firmware. I'm guessing I just need UART -> USB to talk to the chip, so I've hooked it up to...
Hi,
I am trying to figure out the best way to save power on the nrf52. I need to connect with ble about two times per day. The ble should 'woken up' by an accelerator ...
How can I flash both the dfu bootloader and an application, and have the application run after the flash?
As soon as I flash the bootloader, it kicks in doesn't fire the...