Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
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...
I'm in the process of adding mesh support to our existing application and am a bit perplexed as to how best implement NVM. The mesh SDK documentation dissuades me from continuing...
Hi All
I have a system with two PCA10040 boards both running with SD version s132_nrf52_6.1.0. The application is build with SDK version 15.2.
I have implemented a peripheral...
hi everyone
I have BMD-300 Series Evaluation kit featuring the nRF52832 and dongle(nrf52840).
And I`m using ubuntu via Virtual Box
I refer 'pc-ble-driver' and follow...
Hi,
I am working on developing a consumer product. I need to provide some security to product in the sense that not everyone can connect to the BLE of the product. For example...
Hi All
I have a system with two PCA10040 boards both running with SD version s132_nrf52_6.1.0. The application is build with SDK version 15.2.
I have implemented a peripheral...
I use ble_app_hrs_rscs_relay to build a node which has both central and peripheral roles. I can do scan and adv, but when I add eddystone functions "nrf_ble_es_init(on_es_evt...
Hi,
I want to develop central code to discover services of 3rd party device and to discover their services and read/write characteristics.
As seen many examples from...
Hello,
I am working on NRF52840 DK for a project on Bluetooth Mesh. Using Segger Embedded Studio for Building and debugging.
Basically i am trying to run the examplecode...
I'm writing two 32 bit words. I've verified that the source and destination addresses are word aligned (the UICR address is 0x10001088 and the source address is 2000200C)...
hi.....
i have merged the two programs ble_uart and twi sensor ......in nrf52832 ...segger15.2
i have attached all c files and h files ...... no errors ...when flashing...
Application on NRF52DK running fine average current 2uA. After installing hard and software for the PPK power profiling kit the application draws 8 mA!
Application functions...
Hi guys,
I have a board with STM32 (mbed os) and NRF52832 connected using UART lines.
STM32 has a internet connection and NRF52832 has a bootloader and DFU service.
...
I want to send sensor data from one node to other using access_model_reliable_publish() method, but my data is too large and I'm not able to send large data. What is the maximum...