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...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
I want to increase the throughput as much as possible from the central to the peripheral, but when the number of consecutive calling bt_gatt_write_without_response_cb() or...
Hi,
We are evaluating the nRF52840 dongle. We need to dictate, have a conditional connect feature based on the BLE version. We should specify that use the BLE version...
Hello everyone,
I just wanted to post an important detail when using Nordic's DFU.
After the successful run of the Nordic's buttonless DFU example (by following this...
Hello All,
I am developing a product based on thread protocol.
I am using nRF52840 development kit and nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 SDK.
I am new to...
After upgrading segger to 5.42 we are now getting the following error when compiling the Bluetooth DFU bootloader part of our existing projects
section .uicr_bootloader_start_address...
Hello,
I am developing an application using
1. SEGGER Embedded Studio.
2. SDK 17.0.2.
3. Cortex-M nrf 52840.
Recently I changed the OS from FreeRTOS to embOS and...
Hello Devzone,
We update our peripheral device(nrf52) with our gateway(nrf52840, central) using the DFU protocol. We have this working and the DFU update is successful when...
Hello,
I am using CUSTOM service in nrf52 for BLE Communication.In the tutorial, there isn't any BLE READ event but I figured that BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST event...
Is there any example for using the Watchdog with the BLE Mesh?
Experiencing some asserts, and would like to restart the device if it happens.
There is an example for the...
I am trying to use the mpsl_radio_notification_cfg_set() API function to configure a radio notification. However, calling the function returns -115, which is (NRF_EINPROGRESS...
Hi:
We are develop an Central Device can Connect 8 BLE Device in same time. and want max throughout. it use queue and freeRTOS. the Central TX is simple.
use sd_ble_gattc_write...
After successful compilation of code the west flash command shows this output after using Tag connect to debug the icarus board with the nrf9160 development board. Normally...
Hi. I know this issue already point out by some of the developers. But I don't get the right way to generate a hex file for my client.
I select the Release on the top right...