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'm not having an actual runtime problem; I'm just trying to wrap my head around the nrf_ble_gatt library module. The purpose appears to be to negotiate a couple of options...
Hello,
We are currently evaluating the nRF52840 with Thread technology with the Raspberry Pi as the border router to the internet. I wanted to know if there is any mobile...
I am working on zigbee network.
ZB_DEFAULT_PERMIT_JOINING_DURATION = 0xFF, this macro is defined in "zb_config_common.h" which indicates that network joining window won...
Hi there,
I am wondering what is the clock frequency for the application core by default. 64Mhz or 128 Mhz? and is it possible to fix it for example at 64Mz?
Thanks!
Hello,
I saw that there are already subjects but I can't find the information I'm looking for, I would like to put an external antenna at the Thingy because the connection...
I'm creating a simple program for the nRF52840 dongle that is running a RSSI scanner. Scanning on different BLE channels in the environment. Much like the nRF connects "RSSI...
Hi, Friend,
I have a light sensor connected to P0.04/AIN2 on 52820, and use COMP to detect the change of voltage.
Here is my test code. When light change, the return value...
There have been previous tickets about bsd_init() not working with trace_on=false, but the support team said it had been fixed in 0.7.x. However, it's still failing for me...
Hello sir/ma'am,
I am facing this problem while interfacing with nrf52840 dongle dht11 sensor
Which custom id should I write here in screenshot2 and how to debug the DFU...
The nRF9160 DK has an I/O expander that can optionally be used to interface the LEDs, slide switches, and buttons.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk...
I want to send sensor data over nrF Mesh using sensor example from Mesh SDK. However, I found that the values over 256 in decimal are not received by the client. What changes...
Hi,
My bootloader and application work good, I take example from SDK 12. The DFU work correctly but at the end my DK stay in bootloader mode and don't reset to start the...
Goodmorning,
I'm working on a project running on nrf840. I would like to add a speech recognition system able to recognize some words ( more or less 10 words).
There...
Hi,
I'm trying to get the current epoch Unix timestamp (or the number of seconds since 01, January, 1970).
I'm using the date_time.h library as Carl Richard suggested...