I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
With iOS and Android smartphones we are advertising some ble frames.
With our own code on the nrf 52840 we get around 2-4 advertisements each seconds on the nrf 52840 chip...
Hello,
I am trying to use the peer manager on a nRF52832 acting as a peripheral with both bonding and legacy pairing on SDK 16.0.0.
The application configured with bonding...
I am using version 4.1 of the Mesh SDK and version 16.0.0 of the nRF5 SDK on Windows. I was able to successfully generate the ninja build files using CMake. However, when...
Hi,
I'm interested in multiprocol examples and I'm trying to compile examples provided by the latest sdk for nrf52840 mcu.
IAR 8.x doesn't work I have this error "code...
I have written two functions to write and read data from the flash using flash_fds module. In this way I am calling the function to write the data to flash :
fds_write_record...
Hi there,
I was comparing the power consumption of ble_app_hrs_freertos and ble_app_hrs examples on nRF52840 DK. The average VDD current is 7.4 mA for the example running...
Hello,
I'm in need of turning on and off the LTE link to use the GPS in cases where I can't depend on PSM. The LTE Link Controller library is good for this however I have...
I'm in trouble... My design has 3 SPI devices, and at a late stage I ran out of GPIO so I added a I2C I/O expander before spinning and building my PCB without thinking too...
I'm trying to use nRF sniffer 3 and can't get it to detect the dev kit on Windows or mac. I've installed it into wireshark and see the toolbar, but no interfaces are listed...
Hi,
Can we give a voltage more than VDD+0.3V on an open drain high impedance configured IO pin? By open drain, I mean:
nrf_gpio_cfg(pin_num, NRF_GPIO_PIN_DIR_OUTPUT, NRF_GPIO_PIN_INPUT_DISCONNECT...
Hello, I am trying to follow and understand the MCUboot encrypted image design found here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/mcuboot/encrypted_images...
We are trying to connect to discovered smartphones with a Nordic 52840 chip, with S140 softdevice, discover the gatt table, read and write attributes. Most of the time it...
Hello,
I am pretty new the BLE development stuff and was mostly working on an application that works with an existing connection. But because my colleagues are not able...