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...
Hello,
I am working on a project that modified from ble_app_uart_c, with sdk v16.0, softdevice S140. The 52840 board as ble central and an android app as virtual NUS peripheral...
I am working on adding a new LWM2M object (3302 Presence) to the lwm2m client project from SDK version 1.9.1. After creating and including the file "Kconfig.ipso_presence_sensor...
Hi,
I tried building and debugging the sample "https_client" using the method described here . But debugging fails. Debugging stops prematurely because the source file cannot...
I need to be accurate to five decimal places.
Use nrf52840 and ses.
Test code:
Execute d=atof(mm)/60.0 result 0.70693.It's right.
But e xecute d = 0.70693+22 result...
I am trying to use SAADC.
When viewing the contents of nrfx_saadc.c in SEGGER IDE all the code is greyed-out.
I verified it is enabled in sdk_config.h:
// <e> NRFX_SAADC_ENABLED...
Hi everyone,
I am currently attending the nRF Connect Fundamental Course.
As you can see from the picture below (taken from the Course material), there must be the chance...
Hello DevZone,
I was tinkering around with the speed of the TWIM0 module in the nRF52832.
I have a cheap USB logic analyzer to help me display the waveforms and I made...
Hi,
I am using NRF52832 development board , to which i have interfaced LIS3DSH accelerometer sensor(3.3V i2c)
when i configure it for 1600 sampling rate and all the...
Hello,
I am using nRF Connect for Desktop v3.12.0 with Programmer v3.0.4 on Mac. When I program mfw_nrf9160_1.3.2.zip on the nRF9160 dev kit, it works, but when I try on...
Hello! Very quick question. The available Zigbee and ZBOSS NRF documentation repeatedly to code examples that I am unable to find. The only examples I have are at nrf/samples...
I've previously successfully done interval advertisements using a SoftDevice with Nordic's previous (non-Zephyr) sdk, but I'm having issues replicating it on Zephyr.
Our...
Hi, I am using the nRF52840 with the softdevice s140 6.1.1 with the SDK 15.3 with FreeRTOS. Sometimes after collecting data for a around a day the device sometimes crashes...
Hi,
It has been a while since I looked up on different resources to get SPI slave transaction example and I finally found on the `nrf / samples / tfm / tfm_secure_peripheral...
Hello,
I have three questions regarding FEM.
#1 According to the following URL, FEM function is supported only for nRF52 series.
Would the FEM function be available...