Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
Hi Nordic:
I burned the AP & Modem firmware in the picture below, and found that the current consumption when entering PSM is 500ÎĽA. Please help to analyze. What caused...
Hello ,
I am using freertos with nrf uart service, i could able to get these timings that seem little bit weird.
one of the pin toggled for each successful ble_nus_data_send...
Hi Nordic ,
I have a nRF52840 project development based on SDK 15.3 . Now ,I need to add DFU feature there. we suppose to use background DFU here. we will use long range...
We have been using RSSI as a signal for doing location services, however we are find that a bit challenging. From reading the literature in the field, several researchers...
Dear community,
for my upcomming project I would like to use the nRF52832. Since there also exists a development kit I started to make myself familiar with Embedded Studio...
I have two nrf52 chips connected to each other via SPI
I send data from my Nordic Uart app to my nrf52 chip 1 and I want to send the data that I receive from Mobile app...
Hi,
I'm trying to prepare the firmware for a nRF24LU1+ in order to allow automatic driver installation on Windows.
Based on Microsoft documentation during device enumeration...
I like to provision a node in mesh with the help of computer. Shall i use serial example? Is it possible to use without interactive_pyaci to provision a node with computer...
Hi,
My questions is related to this one: https://devzone.nordicsemi.com/f/nordic-q-a/58250/short-range .
We are also developing board and range is shorter than in smartphones...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
I encountered an issue, please kindly refer to the attachment for the detail.
"'' The problem is: a> Run demo on PCA10056 (BLE adv & ANT continuous scan). b> ANT Dongle...
When trying to configure custom UUID the nRF Connect, the program fails to find the location of the file.
This is due my username to be "Filipe Aguiar" with a space which...
Hello, Nordic community,
I built and successfully run mqtt_simple project on our MQTT broker using v1.1.0 firmware and NCS.
I edited CONFIG_SERIAL=n in spm and mqtt_simple...