Hi.
We have a device connected to Azure IoT Hub with telemetry interval set to 10 min and on interupt. Tried changing interval to every hour, but then it looses connection...
We are currently utilizing the nRF5340 with Zephyr OS version 3.6.99-100befc70c74 and nRF Connect SDK version 2.7.0-5cb85570ca43. We have the following inquiries:
If we...
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board and a series of nrf52840dongles (provisioning and configuring inside the software and...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
I am using nrf5340 in my project. We had to replace flash memory but need a replacement with the same layout. So I am currently looking at w25q01jvzeim or w25q01jvzeiq . The...
I am building the: https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-2-cellular-fundamentals/topic/lesson-2-exercise-2/ exercise and as part...
I have a characteristic whose value is an array of char, which can from 1 to 20 bytes long. Using SDK17 I can set a vlen attribute and use the function update_characteristic...
Hi!
Regarding the __initial_sp in the map, studied some articles on the web and even map file: used as STACK for arm_startup_nrf52840.o!
Ok, let us have an example ...
Hi,
Is there any way to force Android and iOS to update softdevice, bootloader and application from single zip file in queue?
I mean, first update softdevice, then bootloader...
I am referring SDK 12.2.0 with Eddystone beacon application and I found that the workspace for IAR is missing in it and I have IAR-ARM license. So, I made my own workspace...
I am using a 1822 chip and I need to use it in a very small application so I need to program it separately from the main device. I have a learn.adafruit.com/.../overview FTDI...
I've tried everything to get a RTT log message to show up from a dev kit to my computer. The uart log works but no combination of settings will get any RTT message to show...
Hi,
I'm porting an older application from Keil to SES. I'm using soft device S110 7.1 and the nRF51822ac.
Help in setting up SES FLASH and RAM would be most appreciated...
I have been working on a project (for profit) that uses a BLE Nano device along with Nordic SDK. To start the project I downloaded a copy of the Nordic SDK 8.1 examples and...
Hello,
I just downloaded Keil and ran through a few tutorials for the nRF51 Dev Kit, so I am brand new to this development environment.
I am trying to get the nRF51422...
Hello Nordicsemi,
i need to develop a system in which i have identify a user presence in a particular area
for that i m planing to design a BLE enable device for a user...
Hi,
I followed the steps to setup my nRF52 DK with eclipse. I could also build the code without errors. However, when I try to debug it, it says cannot connect to J-Link...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hi all, I am trying to use the UART hardware module inside the nRF52 DK. I am very new programming with Nordic chips and C, my previous experience is programming Arduino and...