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...
Where can I purchase the LTE RF fly-lead to connect Thingy91 to SMA?
I am right on the edge of LTE coverage here, and it would greatly assist testing to improve signal strength...
Hi Dev team,
I am working on a nrf9160DK and transmitting my sensor data to a MQTT Client. I tested this through an application : MQTT.fx (Using mqtt.eclipse.org as open...
To the kind attention of Nordic support team,
I ve been testing your sdk peripheral/usbd example in my S3 system and it is able to wake up the entire system when pushing...
Hallo,
Today I joined the seminar about "Using the nRF9160 as a Serial LTE Modem". It might be an interesting option for us to switch over to Nordic, we are currently using...
Hello,
I would like to synchronize 2 hardware PWMs between them (nrf52).
I mean with NRF_PWM0 and NRF_PWM1.
I tried to do this:
But it doesn't work, my 2...
I am using NRF52840 custom board and SEGGER RTT log for debugging.
I set the NRF_LOG_BACKEND_RTT_ENABLED 1 and NRF_LOG_ENABLED 1
The following is a screenshot of my...
Is there a way to trigger a work item on a nrfxlib socket event without a dedicated thread? Right now there is three polling mechanism in the SDK:
Zephyr k_poll(), which...
The Nordic 52810 that I'm using now for my development project has to do with the pairing of Android and iPhone. Android is available through Bond and Delete Bond in nRF Connect...
Hi,
I would like to know how can I implement the following i.e., 1. I want to print a line in cli for example,"Input a number"
2. Then i want to store this number and...
I'm trying to erase and/or flash the nrf52 dev kit and it's always failed with following logs
[ 2020 -Nov- 26 01:20:21 ] [ info] -------------------------------------...
Hi, I'm working on nRF52832 based device with s112 and SDK15 based bootloader and app built with gcc. I have modified default Nordic bootloader to start DFU transport on hardfault...
Hello
I want to send saadc data over BLE as 100KSPS
#define SAADC_SAMPLES_IN_BUFFER 120 #define SAADC_SAMPLE_RATE 1200 /**< SAADC sample rate in us. */
If, I set this...
I'm currently searching for a solution to test the communication between a smartphone application and a bluetooth beacon without the use of external devices (nrfConnect App...
Hello, nrf community I want to do OTA using thread with nrf52840dk-PCA110056.
I already ask a question on GitHub https://github.com/zephyrproject-rtos/zephyr/issues/29740...