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?
I already have a few devices in the field, and I'm curious if it is possible to occasionally update the signing key (e.g. to upgrade key, or compromised key, etc). If not...
Hello, I want to establish a connection between NRF52832 IC and ESP32 Module.
I implemented BLE on ESP 32 and achieved communication between Nordic Mobile app and ESP32...
Hi,
I am trying to used the WINC1500 Wifi module with the nRF9160 DK but I am not getting any data back from the module.
I am using the module
https://www.microchip...
Dear Nordic Support,
I follow this SAADC example to calibrate the SAADC every SAADC_CALIBRATION_INTERVAL.
However, whenever the function nrfx_saadc_abort() is called...
I am running into a strange issue. I want the bootloader to start automatically when I power on the device and then start the application if there is no activity after 30...
Hi,
If I want compiler my project at specified locate, the only thing tat I need to do is following image? Is it right?
After I program this program into address 0x0001D000...
I am trying to make PN7150 work with nRF52840 using TWI Communication.
Problem : PN7150 gets detected with I2C scanner example when using Adafruit Bootloader and programmed...
When I run "pc-ble-driver-py/pc_ble_driver_py/examples/serial_port_enum.py" on armv5tejl GNU/Linux 4.2.6+ (32 bit) connected with NRF52 DK, it is throwing an exception
...
Hello,
I wanted to add additional info to my question https://devzone.nordicsemi.com/f/nordic-q-a/50846/secure-bootloader-timeout-not-working-on-s132-15-3-sdk-with-logging...
I am trying to save rssi data that I print to the command line to a .csv file.
In the ble_app_interactive example in the cli_m.c file, here is my code:
Without the following...
Hi
I have the Adafruit Feather nRF52 Bluefruit - nRF52832 board that I can program it using Arduino via Adafruit library in Arduino without any problems.
Now I have an...
How can I disable all code-optimizing in SEGGER ?
I build and modify some Nordics example-tutorials using nRF52832 and want start debugging.
Best regards Lennart Vedin...
Hi, I was using eclipse for the development of our board using the nRF52832 and when I launch the debug on eclipse, the program does not flash and this is the output that...
When using "nrfutil dfu serial" can it be configured to log all the bytes transmitted and all bytes received in a log file or on the console?
A colleague of mine is starting...
We have found what appears an easily reproducible bug in nrf_serial_read.
Reproduce as follows:
* PCA10040
* SDK 15.3
* SES
* Example project peripheral serial ...