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....
What do I have to set in order to require a new passkey every time I connect with my nrf52dk_nrf52832 build?
I have tried to prevent bonding using bt_set_bondable ( false...
I am using the PPK2 kit to perform current measurements of our system and what I notice is that after a couple of minutes the program becomes very sluggish.
When I open...
Hello, we are developing a keyboard with two types of connections, via USB and Bluetooth using the nRF52833 chip.
We have all the firmware developed in Arduino since it...
Hi, We are using nRF9160 on our custom board. (SDK 1.9.1) with "serial lte modem" firmware. We have two external antennas for GPS and LTE. Now we are implementing location...
Hi
I want to communicate with nRF52BK (nRF52832) board via its UART.
Eventual goal: Get Android device, acting as USB host, to connect with nRF52DK board's UART Short...
i devzone
I following the blog ( devzone.nordicsemi.com/.../testing-max-range-with-ble-with-nrf21540dks-and-nrf52840-dks) to setup 20DB on 21540 DK (pca10112), it is works...
Hi,
I was trying to turn off logging in zephyr\subsys\usb\class\cdc_acm.c, by setting LOG_LEVEL to 0, but when I do that the logs are still printed on the console.
First...
I added custom module to default asset_tracker_v2 to upload custom data to AZURE_IOT_HUBuisng nRF9160DK kit. All the functions are working well. The default is getting transferred...
The iBASIS SIM card I received with the Thingy:91, during activation, I got an error message that the SIM card is expired. I contacted the iBASIS support and I got a new SIM...
Hi everyone,
I'm currently doing some experiments with the zigbee feature of NRF52840 and I'm working with an PCA10056 development board.
The light_bulb example however...
Hi,
I'm so confused about UART error when I enabled DFU and download bootloader.
In my application, UART worked normally when disabled DFU, but logging ERROR 1 after enabled...
The provision button in nRF Mesh is no longer active. It worked yesterday but I think there was a update to the app and it no longer works.
The app finds the unprovisioned...
Hello all,
Four leds are connected to the GPIO (22-25) and gpio are defined and with a simple method within the while loop I can see them working
Next is to use the...
Hi, I am developing nRF52832, ADS1291.
I got the data from ADS1291 normally through SPI communication.
And I applied RTOS by referring to the nRF5_SDK_17.0.0/examples...
Hi,
Is there a way to turn off the reset loop detection on MFW 1.3? It's annoying having to wait half an hour when you are developing...
Kind regards,
Thomas