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 all
Basically i purchased the thingy:91 device for our project in Austria it came with a sim card from iBasis but looks like this sim card is not supported in austria...
Trying to get FDS working with the latest SDK 16.0.0 and Softdevice S132 7.0.1. The problem is that FDS event handler triggers only when softdevice is disabled. Here is the...
Hello everyone,
I am a student that just got started with Nordic products and BLE. I am trying to build a small application that makes the nRF52840 DK periodically send...
i am using the flash 256K and ram 32k of NRF51822. the examples of SDK12.1.0 is includes dfu/bootloader_secure and ble_peripheral/ble_app_uart. when i was used in the software...
I am able to read and write data to and flash memory using FDS. I want to send the data stored in flash to mobile app and also want to store the received data over BLE into...
I got the following hardfault:
addr2line
returns:
Did I misinterpreted the hardfault message? Or is the hardfault source really in libvfprintf? How to find out the...
Hi all,
I just got the LESC OOB example working. Currently the OOB data from the central en peripheral are exchanged, and the connection sets up flawlessly. However I would...
Hi teams,
I am trying to interface ENC28J60 ethernet controller on nRF52833 based board.
The purpose is sending/receiving simple data gathered from BLE mesh network. ...
Hi,
Can we use nrf52840 dongle as sniffer for multiple protocols?. Can we sniff non nordic devices by using this?.If not suggest me other nordic products which can use for...
Hi
i wanted to run http_application_update sample project on a local LAN. Please suggest me what all changes i have to make to sample project.
i have connected my board...
hello everyone:
I have an issue on nrf52832 running freertos based on SDk 15.0,I am using PPI and SAADC to get 2 channels data .I find that if I change the configuration...
Hi,
I have 3 estimote beacons which I want to scan using nrF52833 and display scan response data on Segger RTT viewer and I don't want to establish the connection between...