HI,
I am developing a ble mesh application on SDK 17.2, I enable Instaburst for support long mesh message(more than 300 byte), it worked well.
Now I changed to the nRF...
I am running on bluetooth peripheral_uart demo with my nrf54l15 board and enable dfu feature so that it could upgrade firmware by using mobile app "nRF Connect", and it worked...
I want to send a custom message using a custom Property ID in Mesh Sensor observer example. How do I add a custom Property ID? Currently, I am using #define CUSTOM_ID 0x1234...
I'm seeking an nRF52, preferably the nRF52840, code example to integrating Google Home or Alexa via Thread/Matter (low power, low data rate application such as light bulb...
NCS 2.7 with sysbuild + mcuboot
NRF52840 (custom boards)
In my previous projects with NRF5 SDK I found it was very helpful to define a section in the linker so the rtt...
Hi all, I am going through the beginner course and am using the MPU-6050 over I2C. I am able to communicate with the board where I get the WHO_AM_I. I can also read from the...
Hello, I am relatively new to the nRF 5340 Audio DK. I recently ordered a singular nRF 5340 Audio DK board and my goal was for the board to take in input audio via the PDM...
Hi All,
I am working on fatfs example from sdk 12.2.0 on pca10040, nrf52 dk, nrf52832. And i did not change anything in the code but it seems that my sd card is not getting...
I started with the template app and added BLE services, and I'm continuing by adding a TWI sensor (I2C). I know there is a TWI_sensor example, but I already had some working...
Dear All,
I am working with nRF52840 product. According to my scenario i have 1central unit(master) and up to 19 peripheral unit(slave).
I downloaded SDK 15.3.0 ble_central...
Hello, I am evaluating ways to enter the DFU mode when application is corrupted (i.e. it does not reach the code for entering bootloader).
The documentation states that...
Hi
I'm working on a IoT solution with a small circular board, 26mm in diameter. I was suggested by Johanson to use the 2450AT18D0100 antenna and a lowpass filter designed...
Hi,
I am new to this nrf development, I have been working on the SDK 15.1 on the nrf52832, with softdevice 6.1. I found these examples in the SDK very helpful. I have to...
Hi,
I am planning to send an analog signal to the nrf52840 dongle pin and send it through bluetooth to mobile app. I am thinking of merging ble_app_rscs and saadc together...
The IP mode is IPv4.
1. The hostname resolves to IP address. The resolved IP address is correct (verified with a nslookup command separately).
2. setsockopt(fd, SOL_TLS...
I am implementing a serial transmitter using the nrf_serial library from the nRF5 SDK 15.3.0. The application is very similar to a serially addressable LED string.
My serial...
Hi,
i m using my custom nrf52832 beacon.For Battery power, i used accelerometer.i trying to change advertising interval for non connectable BLE device while accelerometer...
Now there is a project, nrf52840 uses SPI to communicate with other microcontrollers. Data is currently available, but it is suspected that each packet lacks a second byte...
Using the nRF52832 device with the S132-v3.0 soft-device (s132_nrf52_3.0.0_softdevice) and SDK version 12 (SDK120200F12) (Customized for our application, which includes use...
I am working on a ble nus pheripheral application on nrf52810 with sdk 15.2 and s112. currently I can connect to nrf52 with 4 mobile phone at same time and send&receive string...
I managed to set the UUID section on my own, but I'm having trouble reading and writing some data. I'm changing the on_write function in Ble_nus.c, but I can't get results...
Hello,
When debugging one of the projects, I encountered the situation of a frequent reset of the device during connection. A quick scan under the debugger helped show the...