Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hello,
1) I updated the modem software with connect programmer trhu a USB connection on the Thingy:91
2) I updated al the HEX files in the "thingy91_fw_2020-04-29_bc7ade8b...
Hello, I'm a newbie who just started nordic. Please excuse me because I don't know many things.
I use nrf52DK board and SDK V17 and I am developing it using various ble_SDK...
Hi everyone,
I have developed a Zigbee application for the nRF52840 board and now I need to migrate to the nRF52833 board.
Are there any indications on how to proceed...
hi everyone, I am having a problem making the door sensor. I want to optimize the power of the sensor so after acting I will put the sensor in system_off mode. I have the...
Hi,
We were trying to flash the nrf modem firmware using the 'pynrfjprog'.
When only one nrf9160dk is connected , the flashing is success and no error.
But when multiple...
Hello, a question about this link:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Flib_bootloader_dfu_process.html
which says...
Hai,
We are using RTC in one of our project (in nrf52832).
RTC is working fine. I am waking up by every 30 mins once. But I am not able to configure same RTC instance...
I have an end device acting as a server, and I need to send data to a bound client. This is custom data, so I cannot use a reporting attribute. Basically I need to access...
Hi,
I am absolutely new to this DLMS and in the course of exploring some kind of opensource DLMS stack I came across this Gurux and fortunately NORDIC did some kind implementation...
Hi,
I am developing an ESB application with 1 central (nrf52832 DK) and several peripheral. The peripheral are nrf52832 + ICM 20948. Development is done with Segger embedded...
I am trying to setup development environment by following below steps.
The nRF Connect SDK Zephyr repository contains a list of required Python modules. Install these modules...
Hi,
I have bought NRF24LE1 module. Now I want to program the module. So, will anybody please suggest me which programmer should I use to write hex file ? I have mPro programmer...
Hi,
I am currently trying to implement a beacon scanner alongside peripheral mode BLE on an nRF52832. As I am only scanning for beacons, I was hoping I would not need to...
I have been trying to connect to 4G using iBasis and other vendor's SIM card but have not been successful.
I have the nrf9160 DK two years ago and have been sparsely trying...
Hi,
We have 4 NRF52833 DK being used for our development work.
Among that, 3 of them have stopped working and are not powering up.
They power up some times when connected...