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...
Hi -
I can't seem to find the answer to this question in the docs, or in the forums. What I'd like to know is - what happens if I update the bootloader and its size increases...
Using nRF5 SDK v16.0.0 on nRF5232. IDE = SES
When advertising is started, I want to advertise initially for 30 seconds, so I set APP_ADV_DURATION to 3000, and the device...
I'm working on an nrf52840 dk. I need to print the sensor data on the command line. I've added the sensor config to the prj.conf file as well as the sensor and sensor_shell...
Hello, Support
I am looking for AT Command example running on nRF52833, host interface is UART interface , and the SoC will be running like a AT Client?
Could anyone help...
I tried to work the zephyr MPU6050 out of the box but it returns "failed to find sensor MPU6050". I can't seem to find a solution to this. The overlay and prj.conf file were...
Hi!
I am working with an nRF5340.
- Is it possible to somehow fill an array with values read from a GPIO OUT register using DMA or PPI?
- Is it possible to assign...
i have installed segger ide and nrf connect for desktop for programm nrf9160 , i have successfully uploaded Blinky code (zephyr) .but now i want to create a new project ....
By default, CONFIG_ZBOSS_OSIF_LOG_LEVEL_CHOICE was set to ZBOSS_OSIF_LOG_LEVEL_INF. But I'd like to increase the log level to debug a problem I'm seeing. When I increase verbosity...
Whilst I recognise some of the NC pins on the nRF52833 are IO pins on the 52840, but I also noticed apin mapping difference on a common port...52833 A16 is P1.05 and whilst...
We are using SDK 15.3.0 and S140 v6.1.1 SoftDevice. We are using an external LF crystal with tolerance of +/-20ppm, and are therefore using
#define NRF_SDH_CLOCK_LF_SRC...
Hi,
As per this link , the memory requirement of Thread 1.2 based application in nRF Connect SDK is around 487KB, over which more will be added as per application development...
I flashed a nrf52dk - nRF52832 board with a sample project (peripheral_hr) and the name is displayed correctly in the nrf connect app and other BLE discover apps.
After...
I need twoADC channels. I tried to configure using :
CONFIG_ADC= y in prj file,
&adc{ #io-channel-cells = < 0x2 >; }; in overlay file .. the compile error appears as shown...
HI
I am using VS for the firs time and I am trying to build the project Blinky but when I try to add the blinky folder to applications to build I get
: Element with id...
Hi ,
I followed the DFU-OTA tutorial(DFU over Bluetooth) given below for nrf52833dvk. and it is successfully completed. Now the query is , once we shared the bin file from...