Hi,
I am using the NVS to store my application data in the defined partition starting from a flash address of 0xFC000 to 0x100000.
I have 3 structures with variable sizes...
Hi
I would like to use DeviceTree in VS code. The VS code had installed "nRF Connect for VS Code Extension Pack" and tools chain.
But I can't see any file in "DEVICETREE...
Hi, everyone.
I am testing reading/writing data between n52840 and n9160 through UART with buf_len=1(byte by byte) based on Zephyr's UART_ASYNC_API provided in ncs v2.6...
Almost all of our carrier frequencies have the offset of 118KHz. How can I tune it in the software beside changing the capacitor?
I have gone through and
Hello. Using the Zigbee messaging cluster, we are writing code for data exchange between ZR and ZED. (Based on the Zigbee example light_bulb/light_switch/light_coordinator...
Hello, I've tried to implement rtt logging in my own project but the control block cannot be found. So I tried the saadc example and that did not work either, I tried to use...
Hi guys,
We are starting a fresh project these days. Let me try to describe our needs.
On one side, we should have a BLE module, as simple and small as possible, that...
Hi,
My application is not advertising and after debugging i found error'7' in the line : err_code = ble_advertising_init(&m_advertising, &init); in the advertising_init...
In the I2C process it seams nRF52832 cannot read device acknowledge pulse from device due to the Nordic output do not goto high impedance during device acknowledge pulse,...
Hi
Is there a known limit for operational conditions regarding shock (max acceleration) and vibrations (frequency, acceleration and amplitude)?
I am asking because we...
I wonder if there is any way to program DK without physically owning it. Is there is any kind of simulator? Namely, we are in the process of developing for one startup, so...
nRF52832, SDK15, s132
When I have event PM_EVT_BONDED_PEER_CONNECTED, should I call
for secure connection? Or it secure connect will call automaticly from SD? Because...
Application Summary: My application is a mesh node that also implements a BLE central (to periodically connect to a BLE peripheral) and acts as a mesh relay with custom mesh...
Hello,
I'm trying to get an idea of the level of security provided by various security features described in the nRF52840 specification and several of the application notes...
Hi!
I'm currently setting up the nRF9160 dev kit for development and are having some trouble with "building" the asset tracking application.
Building ‘zephyr/include...
Hi All,
I am doing a Mesh development project with nRF52840 and a custom board. SDK version: nrf5SDKforMeshv320 Testing Example: light_switch
I had changed the port/pin...
The goal is that we can update the firmware version with the smartphone or tablet without having
need to go through the development tools
(cable, IDE, ...)
if so, how can...
Hi,
In our firmware we're writing the entire contents of our UPDATE.BIN file successfully with flash_img_buffered_write's, but after boot_request_upgrade and a sys_reboot...
When my Nordic device is running my custom BLE application I notice that the device address is 0xC4318DBD687C. When device is running the bootloader service the device address...
Hi Nordic,
As far as I can see, there is BLE_NUS_CONFIG_LOG_ENABLED defined for ble_nus in sdk_config.h. However, I cannot find the similar BLE_NUS_C_CONFIG_LOG_ENABLED...