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....
I am working on a new design and i am using ST7789 (240 X 320 pixels) screen with nRF52840, it is working fine. I have followed the code provided in SDK example (big thanks...
Hi,
I´m trying to add a new, custom TX characteristic to Softdevice. I use example from SDK 16 "UART/Serial Port Emulation over BLE".
How I can do this, is explained...
Hi,
I flashed and run "ble_app_uart" example on nrf52833 DK. With an UART tool, I can recieve data from smartphone (rx characteristic) but I can´t send data from UART tool...
The sdk 16 - bootloader positions s140 softdevice V. 7.0.1 wrongly so that it is acknowledged as Application and does not work with nrf52840.
As you can see at the picture...
Is there a place to make suggestions for new releases of nRF5 SDK's or even contribute?
I've been using the current USBD CDC ACM library and needed to modify the app_usbd_cdc_acm...
Hi , I am making a zigbee application to write attribute on remote node. Please share the application structure to implement writing functionality of attribute on remote node...
Hi,
I am trying to test PSM settings on the nRF9160 using a custom PCB. I have set the active time to 3 minutes with a periodic TAU time of 10 minutes.
When the device...
I’m developing an application based on pc-ble-driver to talk to an nRF52840-based dongle (from Fanstel).
I’m having trouble disconnecting cleanly when a connection has operations...
Hi,
I´m using the NRF52810 device and have an issue with the SAADC peripheral.
I basically have 2 channel where i want to do some averaging to improve noise.
The setup...
Hi,
I was exploring TWI master with TWIS Slave example in SDK16.0.0.
It works for sequential reads in loop-back mode.
Now I connected the simulated eeprom slave...
hi, I set up the environment according to the nrf_sniffer_for_bluetooth_le_3.0.0_129d2b3 file downloaded from the official website of nordic, the operating environment is...
Dear Nordic Team,
we have unstable communication with an Osram BT device through nRF52840. We got information from Osram developers the nRF52840 is the right device for...
Hello!
I have question about Direction Finding in nRF52811, Angle-of-arrival to be exact.
To begin with, I have a custom board with nrf52811 onboard and 8 antennas....
Hi
As far as I know, NFC supports peer-to-peer communication, so I want to know whether peer-to-peer communication can be achieved between two 52832 through NFC? Is there...