Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
Hi,
We are developing a device that should work in multiple mobile networks, and some of these are known to provide no DNS server. As using a fixed IP address for our cloud...
Hi,
I want to read the data from the a cceleration sensor by I2C. Several days ago, I added the code about twi bus to "ble_app_template" example , it worked well. But today...
I have a custom board, I am using to evaluate nrF52811 from eclipse (I just prefer this over SES).
I have installed S112 on the flash and also my application at 0x19000...
I'm communicating with N25 flash memory, the page size is 256 bytes. there is a page_program command which can write up to 256 bytes. there is no way to write in the middle...
Hi I'm trying to change peripheral usbd_ble_uart_freertos example to central with nus_c I added the scan and nuc_c module. When I'm testing the application, before making...
Hello, I am using:
NCS v1.5.1 and the sample code from ~/ncs/v1.5.1/zephyr/drivers/sensor/max30101/ (max30101.c, max30101.h) nRF5340dk MAX30101 from Sparkfun www.sparkfun...
I suspect this is related to https://devzone.nordicsemi.com/f/nordic-q-a/36601/gpregret-and-nrf_bootloader-c-evolution-proposal (Case ID: 211047)
In nrf_bootloader_info...
Hi,
I am going to use the usbd_cdc_acm example for the dongle.
I added the pin definitions as below:
#define TX_PIN_NUMBER 13 #define RX_PIN_NUMBER 15
and changed...
hi
I use nrf52833 and nRF5_SDK_17.0.2_d674dde HID keyborad demo.
1. I pair PC success first , then I erase_bonds ,and repeat pair my pc. with other address but PC do not...
I'm performing power measurements with nrf9160-DK running the Serial LTE Modem application.
The example SLM has been modified to add support for HTTP, MQTT and also to relocate...
I have been following the NCS BLE tutorial part 1: Custom Service in Peripheral role - Getting Started - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com) for BLE and...
Hello,
I use nrf52832 and SDK 17.0.2.
I use flash crashlog to store crash log on the flash.
I enabled NRF_LOG_BACKEND_FLASH_START_PAGE = 0, which means flash log area...
Hello,
I have a problem with the GPS and more precisely the AGPS. I would like to retrieve my position with the thingy91, I created a project by taking the AGPS sample and...
So, for a while I have tried to follow these instructions: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_doc_user_guide_modules_dfu_configuring_performing...
Hello,
Developing on Zephyr 1.2 and modem fw 1.2.
Developing a client LTE application. If I run the below sequence of commands periodically every 2 min:
eventually...