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....
How can I calculate max and average power of this chip? During use, I intend to be at 0dB TX and 1 Mbs data rate with a 3V supply. I am going to guess the max power draw will...
Hello everyone
I am using nRF52 DK PCA10040.
I try to generate puls by Timer 0.
The puls width is 400ns.
This goal was failed.
---------------------------------...
I'm struggling to get buttonless DFU to work with FreeRTOS. I've gotten buttonless DFU sample to run on the hardware. I also have FreeRTOS running on the hardware. However...
Hello,
I need to remap ble bootloader because I want to use nrf52832_AB instead of nrf52832_AA found in dev kits.
I wish I could have this memory mapping in embedded flash...
Viewers! Don't click on a similar issue or you will lose everything you have done!
Calling this method sd_ble_gatts_characteristic_add(...) with a characteristic value...
Dear all,
Im trying to interface LIS3DH with the following code, and drivers of LIS2DH (LIS3DH and LIS2DH have the almost same hardware and config.)
I have included...
It seems there is hardware support for NB2, but the modem firmware isn't there yet.
What's the timeline on this? And if a precise time isn't available, is it in the order...
Hi!
I know, that there are some similar issues in this forum, and I checked them, but I didn't see the clue.
I try to use fstorage to write something to flash. I have...
After many hours of successful LTE connections and using the AF_LTE socket just fine (many creates, many send/receive, many closes), my application now hangs on a call to...
Hi What is the ADC frequency range and operation at nRF52833 ? we are interfacing the TUSS4470 with nRF52833 ,WITH SPI communication . is that the frequency range supports...
In past I try to solve this problem:
https://devzone.nordicsemi.com/f/nordic-q-a/51249/state-chaneged-flags
Now I have new informations about this problem.
Using hardware...
Hi
using nRF52840 I'm implementing a USB connected keyboard with swiss layout.
is it possible that app_usbd_hid_kbd.h in nRF5_SDK_16 is incomplete? It defines keys up...
I need to develop a Bluetooth keyboard with nrf52833. I have Nordic's nRF Desktop modules (the keyboard is PCA20037). I follow the nRF Connect SDK 1.2.99 documentation. After...
We need to build a device that acts as a peripheral (with some custom characteristic to transfer data toward a smartphone and having OTA/DFU functionalities), as a beacon...