I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
I am using sparkfun nrf52832 breakout. I am new to this. I don't have a JTAG programmer so I cant program with keil. Is there an alternative solution for the software used...
I was using Sparkfun nRF52832 board to test my application, programming it with FTDI over Arduino IDE. Now I made my own PCB and found out that the IC doesn't have bootloader...
HI there! I am currently having some issues trying to add a custom 16 bit service to my nrf51822 project. Basically I am trying to make a dummy peripheral that I need for...
I have a nrf51-DK. I am trying to get a PWM signal on one pin. Here is my code:
static volatile bool ready_flag;
void pwm_ready_callback(uint32_t pwm_id){ ready_flag ...
is it possible to send ip packet form thread device with destination of non-thread device like ble (i gave ble device hardcoded ip) without border router ?
if yes i want...
Hello,
I am trying to flash my application to my NRF51422. In short, the application is a combination of the ble_app_uart and twi_scanner examples, I am reading data from...
Hello
I'm facing with printf over uart problem in my app. Application based on uart example from SDK 15.2.
However, it happens that printf function prints message to uart...
Hi,
On the latest nrfConnect SDK and zephyr, I started my application based on MQTT and AWS_FOTA samples.
The BSD socket function zsock_getaddrinfo sometimes returns a...
Is there at least one twi example available that uses pca10040e? Not seeing one in sdk15.0 for SES.
I can get the code working for pca10040 on s132 but not for nrf52810...
Hello,
I am new to nrf52 840 SDK, and currently working on Beacon code and really need help to fix some aspect of this code. I have a beacon code and would like to add custom...
Hi,
I'm using 3 AIN pins to read analog readings. However, when I go to sleep mode, I want the current to be as low as possible.
I notice that the AIN pins (saadc) is...
Hi everyone, recenly I had adquired a nrf52840 dk for testing how to work the BLE module. The problem was that in the first attemp the nrfGo showed that message:
I have...
Dear Experts:
Hardware Version :Nordic PCA 10040 1.2.4
SDK Version: nRF5_SDK_15.3.0
Project: ble_app_uart
None code will be modified in the ble_app_uart project. First...
Hello, I am trying to change the data length(maximize) from Nrf Connect Desktop to a BLE5 device. Could someone help me, how to change the packets size being sent? Thanks...
Hello All,
I am using the example " iot_secure_dfu_bootloader_secure_dfu_s132_pca10040 " with the NRF52 DK board.
I have build and load the code in the board but it...