For the nRF52840, SDK 2.4.4, I'm looking to make the prj.conf file associated with MCUboot a local file in my project workspace directory. How do I do this without creating...
Hello.
I have 2 designs of PCB to make, I have their schematics almost complete. Both use the nRF52840.
My doubt is if for each PCB, if I will be able to use at the same...
Hello,
I'm working on a project with a multi-color EPD display, using my custom display driver and LVGL. My display supports 3 colors (white, black, red), so the best option...
Hello,
In an application with the nRF52832, Softdevice and SDK 17.1.0 I try to use the temperature sensor according to the peripheral example. I attach the temperature.c...
Hello,
I am currently checking the RSSI measurement precision, and we got very large errors (up to 10dB error) on the RSSI vs input power.
To avoid any PCB / matching...
I have an app where I'm using the AP and STA mode of the 7002. I'm running on a nrf5340.
*** Booting nRF Connect SDK v3.5.99-ncs1-1-1-g6dc48c918694 *** [00:00:12.620,269...
Hi all.
hello everyone . I have a project on the nrf52840 board . The wiring of the board is shown below . The module is correctly flashed , but does not start . As if it...
I am using nRF32 ble module. I am not able to get the value from BluetoothGattCharacteristic. I have declared an object of BluetoothGattCharacteristic and getting the value...
Hi everyone,
SDK version: 15.3.0
I read the DFU documentation and can't find the <InstallFolder>\examples\dfu\bootloader_secure_ble folder in SDK 15.0.3.
This folder...
Hi.
I have problem with dfu over ble with mesh sdk. I use example experimental_lpn as guide. When I add this dfu functionality in my project, my application is not responding...
We are designing a radio transmitter for a long range hobby craft vehicle with Gazell. We need to use frequency hopping as well as the pairing functionality that Gazell offers...
Hi,
I have few questions to be cleared before get into the nRF9160 to use in India.
As per the datasheet, nRF9160 supports LTE CAT M1 and NB1/NB2.
Can I be able to use...
For Above case i am planning to interface with U FL to SMA cable for external antenna interface. nrf9160 ant pin and U FL connector will be routed using 50 E impedance. at...
Hi,
I have found an interesting behavior from this code:
nrf_gpio_cfg_input(7,NRF_GPIO_PIN_NOPULL);
if (nrf_gpio_pin_read(7)==0)
{
NRF_LOG_INFO("ID1(P0.%d) is LOW...
Hi,
I am developing the proprietary protocol by using ESB function in nRF52832.
If the linear distance between the two devices is less than 10 cm, normal communication...
Hey! I am very new to the NRF52 environment, and have just started tinkering with the BLE capabilities. For my project I need to send 5 Kbytes of sensor data as fast as possible...
Hey.
We use the same SPI bus for accessing an external flash memory and gyroscope device (Bosch chip).
We encounter a problem regarding the SPI when performing the...
I´m running on NRF52840 with SDK version 15.2.0 and trying to use atfifo, and I have observed a bug when writing to the atfifo buffer twice and then reading from the atfifo...
Hello, I am trying the nRF9160 DK for the first time and when I try to connect my DK to my laptop and select my device in the nRF Connect Programmer it shows the error highlighted...
Hi!
This is possibly some variation of what others have seen, e.g., in ticket 232629.
I am using several custom boards and have updated everything to the latest versions...
Hello
I'm using SDK 15.2 on nRF52 DK to test the ble_app_multirole_lesc example.
I downloaded the code to nRF52 DK to act as central.
I commented the scan_start() function...
I have two eval boards of nrf52832. I want to do BLE mesh between them. Can u provide me the link of the BLE Mesh SDK which open Segger embedded compiler.