This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
I am currently working with SDK 1.7.1, using the azure_iot_hub sample application.
This is a continuation of this topic:
https://devzone.nordicsemi.com/f/nordic-q-a/82164...
Good evening, (I have a few questions which are at the bottom, so I hope you don't mind me having posted the full length of these two programs first)
I've managed to produce...
Hello everyone,
I developed my code secure connection with static passkey i'm using ble_app_gls example code to implement my custom code i have added all library files i...
Hello, I'm a bit confused which solution is best and easiest to use a second UART or UARTE in the nrf5 SDK for Thread. Since I want to work with students in a project and...
Hello Nordic support,
I am working on a Zigbee coordinator application, in which I would like to have some customised functionality when a pan id conflict is detected. I...
Hi. I got a HardFault_Handler when I try to write data on flash memory using the fds_record_update function in a RTOS environment (RTX5). My program has three tasks: one for...
I am using nrf9160 custom board,my requirement is using external flash as secondary slot for mcuboot I have done configuration with respect to that in mcuboot and project...
Hey!
I'm working on a Firmware for a BLE peripheral device, I'm using the SDK version 17.1.x and the SD140 on a nRF52840. So far everything worked fine, I was able to...
Hi,
I'm trying to put my nRF52840 in System OFF and wake it up by DETECT signal on GPIO. For that I use gpio_pin_configure() with GPIO_INPUT | GPIO_INT_HIGH_1 flags but...
Hi i am involved in sdk5 based uart porting project
i can run example project and receive/send data to/from nrf52840-dk .
the problem is when i dig deep into the project...
Hi,
I am using a nRF52840 and SDK 15.2, and Soft Device S140 (BLE), where the device is battery powered.
In certain modes, the device sleeps to System Off mode, and...
I am currently porting the nrf_cc3xx_platform library to use it with RIOT OS . Following what has been done for Zephyr and FreeRTOS, I implemented:
Abort API
nrf_cc3xx_platform_abort_init...
Hello, I am working with the asset tracker v2 application and I want to connect it with Aws Cloud. I follow the steps corresponding to the tutorial and I am not successful...