Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi.
Is it possible for the NRF52840 to act as a USB host? or is it "only" a USB slave?
It would be awesome if we could connect a usb peripheral directly to the NRF52840...
I'm confused.
in other platform, i know flash stard and end adress ,alse page size ,i can read and write data directly.
But use pstorage mode as follows :
pstorage_init...
Hello,
I want to bring some data by UUID.
I know the ble_nus_init() can set UUID and I know it was set by sd_ble_uuid_vs_add().
But this way only change the UUID while...
Hello.
I loaded Soft Device and UART example on the board. Then I connected Nordic_UART through by Bluetooth.
And I want to add a virtual COM PORT on Win10. I entered...
I want to connect the nrf52 board to my nanoPI via cables/connectors, making a serial communication,
is there an example/tutorial for that?
It's worth mentioning that...
Hi,
Newbie question... I have latest SDK v11.0 and have built the ble_app_uart example (installing the s130 softdevice and app to my nrf51822. I can then power the nrf51822...
hello,
I need to calculate the battery life of cr1632. For the calculation I need to know what is:
-Average Current consumption of device? (nrf51822 Bluetooth smart...
Hi, everybody , I want to ask I open SDK12.2.0 bootloader_secure project compilation is wrong?
But there was no uECC . h file in SDK12.2.0 .Why is this?And I want to ask...
Hi
I am trying to test the LE Ping feature between two nrf52s. I am enabling the LE Ping feature from one device via:
ble_opt_t opt = {0};
opt.gap_opt.auth_payload_timeout...