I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
Hi Team
We are using the Nrf52840 module for our dev purpose. As part of image update, we Erasing and load the new image to the chip by using Nrf connect App with Jlink...
Hi,
We have been designing a more robust version of the SLM application and in our testing we noticed a problem that we couldn't work around.
If the modem library's RX...
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...