Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
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...
Hi, I am developing a zigbee device on Nrf connect sdk 1.9.1 which has 9 endpoints, i am not able to create more than 8 endpoints perfectly.
i tried to change ZB_MAX_EP_NUMBER...
Hi,
I see that there is Zephyr I2S support in in NCS 1.8.0 (and onward), but I can't locate any reliable documentation for the API.
I have an I2S example (based on https...
hai,
i am using nrf5340dk NCS (pca10095) v1.9.1 ( using visual studio code IDE )
i want to use nrf5340dk GPIO pins for NETWORK CORE use.
referred Nordic and zephyr website...
Hi,
I am working with the nRF5SDK , nRF Thread SDKs long time. Recently i have update segger embedded studio to V 6.30 . previously i have used v5.68
1.
for nRF 5 SDK...
I added a new event module to asset_tracker application. The default LOG_DBG messages are very well shown in LTE, but that of my module don't appear in LTE. I replaced LOg_DBG...
I need help extending the LWM2M sample to use PSM to optimize the power consumption of LWM2M.
Scenario:
1. Enable PSM on the LWM2M sample.
2. Set the Lifetime of the...
Hi,
I got a product with nrf52832
i use one uart and i need to add another rs232 uart to it.
Since the NRF52832 has one only 1 harware uart i thought about implementing...
I'm developing a BLE device wich includes the USB Mass Storage feature with microSD card throught SPI.
My developmetn environment: - nRF52833 DK - nRF Connect SDK v1.9.1...
I'm working on the sample ncs\v1.9.1\zephyr\samples\subsys\usb\mass to create a device featured by USB Mass Storage with FLASH memory.
Since I found only old threads about...
We observe something that I can’t explain at the moment. Could you help to find the root of the issue, please? See below.
1. When the battery is connected first, and the...
The Mesh SDK timer_now() function is discontinuous once the overflow counter reaches 256 (and all subsequent times where m_ovfw_counter % 256 == 0). Since the local variable...
hi,
I have a private service with characteristics of lock, unlock, and mode, all of which have write attributes, and only use unlock without read attributes. I can already...
Hello nRF people!
I am developing an application on a custom board with nRF52832, that consumes way too much current, more than intended, and I'm looking for the ways to...
Hi,
NCS1.9, VScode,
Is there a broadvoice32 sample project for nRF52840?
my problem is:
encode one frame will takes 20ms (but decoding only takes 2ms),
so it can...