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...
Hello all, I have a little problem.
I`m trying to do an gateway communication using my NRF9160. The routine I`m trying to accomplish is next : -- Send message over serial...
Hi... i am getting the data through the RX,TX which is externally connected to the nRF52832 development kit , now i want to store the continous incoming data to the variable...
Hello, I am using nrf52840 board and SDK 16.0.0.
I am trying to merge this calendar example ( https://github.com/NordicPlayground/nrf5-calendar-example ) into ble_app_template...
1. I am trying to test the QSPI flash performance in nrf52840_DK ,but the QSPI init failed because of the event ready check,can i turn off the event check process?
2. I...
The recommended circuit in the v0.5 nRF5340 product spec differs a little from the nRF5340-PDK and I'm trying to understand the minimum requirements for an antenna. The spec...
Hi everyone, I am a beginner with the nRF52840 and I am looking at the example spi_pca10056 on SDK 16.0.0. What I've noticed is that at sdk_config.h file the pin configuration...
I have a question about what functionality is handled in the modem firmware vs. the application firmware.
I see from the nRF Connect SDK that the nRF9160 application communicates...
I'm using segger IDE for EVK-NINA-B1. I've downloaded nRF5_SDK_16.0.0 and trying yo run one of its example but getting error like stray '#' in program. I've attached 2 pictures...
Hi,
I'm using NRF52832 SDK15.2 to develop a smart band. Each time reconnect with iphone, the application assert in the peer manager event handler pm_evt_handler().
Any...
Hi Team,
I would like to know what does the system do after I call system off function as per below:
I have check through the oscilloscope to check how's the system...
Hi Team,
I am in the UK and trying to get an evaluation sim from Vodafone for NB-IoT. However they have set a limit of 2 IP addresses and hence I need the IP address of...
I'm developing bluetooth logging software on the nRF51 DK using SDK 12.3.0. We had been developing for some time in mbed, but were advised to switch over to Keil using the...
Hi,
I'm working on sending reliable message from server to client, the models are modified from RSSI model.
When I tring to send messages to client it will keep sending...
I've been trying to store an array (SDK16,S332)
uint8_t my_data[]={0x00,0x01,0x02,0x03,0x04,0x05,0x06,.........0x23}
using fstorage I wrote an update function :
I hardcoded...