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 All,
I am working on BLE+SD card Library, s132. Although i am getting certain errors which i am unable to counter.:-
*** Using Compiler 'V5.06 update 4 (build 422...
hello,
i have been using nrf52832 with sdk 15.2 , while different interupts occurs i have been changing the advertising bytes with different aid like this
m_beacon_info...
Hi, I see there are similar and narrow questions for specific chipsets: nrf5340 and nRF5240
Does this mean that Bluetooth LE Power Control (LEPC) feature is not at all...
hi:
Use the https_client routine to send data after the socket is established, and then send the data after getting the response. The errno returns as 128, which can confirm...
I've downloaded a fresh copy of NCS 2.0.0 and created a brand new application in an empty workspace based on the Hello World sample. The only modification I've made is putting...
Can I use SVC function in my application code to copy bootloader image into flash instead of using mbr commands? If this is not possible, what are the other alternative options...
Hi,
I'm using SDK17.02 HID example on nRF52810.
I create a timer to use mouse_movement_send about 10ms interval.
When my custom board was connected, RTT viewer logging...
Hi,
I was checking the Beacon and Proximity examples. I wonder if the nRF52832 can also be used as a distance sensor, if there are two BLE device in a room.
For example...
I have been working on writing a basic TWI driver in order to use I2C on my nRF52810 DK. I have the TWI successfully initializing, and when I try to write a byte to a connected...
Hi,
I am working on NRF DK board as NRF52840, from that if I connect my board to my laptop its detecting, its showing the com port but if I open my NRFGO Studio, in that...
Hi,
I have an issue in my project using BLE connection (GATT). I configured the BLE stack to use an external 32k XTAL (NRF_CLOCK_LF_SRC_XTAL) or (NRF_CLOCK_LF_SRC_RC)
...
hi we have designed a board with nrf52840 with nrf21540.and we have designed it to communicate it with spi .Is the spi example for nrf21540 is available in sdk . if not where...
Env:
gcc version 10.3.1 20210824 (release) (GNU Arm Embedded Toolchain 10.3-2021.10)
std=c++11
nRF Connect SDK v2.0.0
Including nrf_socket.h from nrfxlib/nrf_modem...