Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
I am modifying the bootloader_secure_ble code to receive a serial number via BLE and store it in flash. However, whenever I call nrf_dfu_flash_store or nrf_dfu_flash_erase...
Hi,
We are currently working on one project.
Initially, the nRF52840 & S140 (v5.0.0-2) & SDK14.0
examples \ ble_central \ ble_app_multilink_central Based on the example...
Hi Team,
I am using sdk12.2.2 and nrf52. I want to use one gpio to detect button state & have to operation on that event.
I used one method to configure(code snippet...
Following the guide found at : file:///C:/Github/STIWHN/SDK_thingy52/thingy_sdk_v2.1.0/documentation/firmware_compile.html#compile_gcc
I still getting errors trying to...
Hello,
For the softdevice update, is it the responsibility of the bootloader to make sure, that the softdevice was copied correctly?
If for example the bootloader calls...
Hi,
When i use FreeRTOS tasks with priorities 2,3,4,5 what i need to #define for XXX_CONFIG_IRQ_PRIORITY of SPI,SAADC and GPIOTE at the file sdk_config.h
Thanks
Hello, I use nrf51822 , sdk 8.0.0, s110
I defined advertise interval and timeout
#define APP_ADV_INTERVAL 320
#define APP_ADV_TIMEOUT_IN_SECONDS 3
Also, I write...
Hey Nordic Devzone,
I am really new to Nordic and am still a student in embedded software engineering. So first some background information.
I have 6x nRF52840 and 5x...
Hello,
I am designing a custom 2layered PCB board with NRF52832 IC. I have followed the reference design given in IC's datasheet as shown in the figure. Please provide the...
Hi,
I'm currently building a BLE multi-sensors device, with mbed online IDE. I succeed in implementing BLE API, and releasing a first .hex firmware with multiple services...
Hello,
I added an extra opcode to the DFU Control Point characteristic so that I can jump to the main application by writing to it. The problem is that whenever I do that...
Hi there,
quite a beginner here and tring to figure some stuff out about the nordic programming style.
when sniffing around the given examples in the newest SDK(SES...
HI,
I got 2 nRF52840 dev kits and I'm interested in testing the long range layer (LE coded PHY ) between the 2 modules, also scan for the second module RSSI value.
I...
Hello,
This is my first time working on BLE and Nordic, so this might sound strange.
I am trying to update data on the fly when the central requests char data.
I have...