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
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
I have no clear concept about all those concepts, is there any tour or example clearly explain all of these?
At last my goal is that, I want to make my mobile phone app...
I have started creating a GATT using the libraries and Softdevice API provided.
All of our UUIDs are proprietary 128 bit UUIDs for both services and characteristics.
Here...
Hey everyone. I'm trying to read ADC value from sensor and send it via ble.
I use timer to get the value from sensor every 5 seconds, however ADC interruption correlates...
I would like to set the the fstorage memory location manually through fs_init() within SDK 12.1, but I am not sure how to do this. There's comments that is can be done manually...
Hello,
I am using nrf52 and sdk 12. I compiled the code bootloader_secure from the examples in sdk.
Now I want to change the 16 bit uuid to 128 bit uuid in the code. The...
nRF51822CEAA
I am using a custom PCB, this is not a Dev Kit from Nordic
Mac OS X
Eclipse Version: Neon Release (4.6.0)
Eclipse Debug Configuration:
Specified arm-none...
I am using SDK_11 s130 on nRF51-dk. I ported the peer manager from ble_app_gls to ble_app_uart and enabled pairing without bonding.
Inside ble_nus.c, I modified rx_char_add...
Hi there, I have managed to set up my IDE and build environment so that I can build and download the example projects without any trouble, but have then spent the last two...
Hi.
I'm using SDK12.2.0, S130 ver2.0.1, nRF51822AC.
As I know SDK12.2.0 can conenct 8 peripherals at the same time when it is Central mode.
I want to use it as central...
I've got a custom NRF52 board that uses less than 4uA when sleeping without SPI but after the SPI is initialized (and then uninitialized) the current consumption rises to...
Hi Nordic,
For my application, I want to have the absolute acceleration (without gravity) from a MPU6050. I know that this device can do that because it has 6 axis and...
Hi,
I am trying to maintain a single bit of information through a power-on reset event (sd_nvic_SystemReset();). I am trying to do this through the configuration of an...
Hello,
I'm having problems running the DFU over serial bootloader example. The nrfutil command to update the application fails with message "timed out waiting for acknowledgement...
Hi together,
I'm trying to scan for BLE Beacons and I got the problem that if I set setReportDelay() to a value unlike zero, the onBatchScanResults() method is called and...