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...
The question in short form is, is there any way to not use the Flash for storing bonding information and instead do this in RAM?
For the longer explanation:
We are using...
Hi,
We've circled back to this problem, now that we've increased speed.
We're using UART to communicate between the nRF52832 and an STM32.
Recently we increased the...
Hi,
I am trying to read UART data which is populated from another device going into the nordic board.
However, I am unable to read this data. I am using the ble_app_beacon...
Hi,
We are running a setup that pumps sensor data from light switch server to light switch client. After provisioning/configuration the setup is working fine without any...
Hi all,
I am try to test light switch server example in mesh SDK (v3.2.0) with nRF5 SDKs(v15.3.0). Using Coded PHY(125kbps) as this post or standard PHY (1Mbps) seperately...
Hi Devzone!
I'm using the fft function to check the frequency of sound from mic sensor.
All seems good but, o nly up to 2500hz is shown and the frequency above it is...
Hello,
I am trying to measure the battery voltage on an nRF52840 DK using SDK 15.3, while consuming as little power as possible, so by using nrfx_saadc_sample_convert()...
The example initializes the SAADC driver and configures one channel to sample analog input 0 (GPIO pin 2).
I would like to know how to change analog input pin to other GPIOs...
I'm working on nRF52840 SDKV15.3.0 SoftDevice S140. When setting 2mbps mode and long range mode getting <error> app: Fatal error .
i'm using xenon iot development kit its...
Hi all,
My project involves a ble-central initialising peripherals and creating a bond. When this is complete the peripheral should go into sleep mode and only wake up when...
Hi Everyone!
I checked this links https://infocenter.nordicsemi.com/pdf/nRF9160_DK_User_Guide_v0.9.pdf#page=20 and https://github.com/NordicPlayground/fw-nrfconnect-zephyr...
Can we enable more than 8 GPIO interrupts? It seems like GPIO_MAX_CHANNELS is 8 but we need more than 8 interrupts in our application.
How do we do this?
Hello everyone, I have an external board with processor nrf51422 and sensor BNO055 (I2C). I have a processor code created by someone else and I have a problem getting data...