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...
I asked what changed SDK11's "app_trace" to the SDK13.
You answered that the "app_trace" was changed in SDK12.
I found 'release note', but I could not find the above...
It appears that I must use S134 and S140 etc. Is it backward compatible? By that I mean I keep using S110/120 at the cost of not being able to utilize some of the latest feature...
Hi,
I want to use iOS to connect nRF82832 with passkey when connecting. I use pca10040_s132 with SDK 12.2.0.
Following is my procedure:
define security parameters...
Hi guys.
I'm trying to measure my battery. I'm testing my function from main and it works.
The procedure looks like this:
saadc init
sample data
saadc uninit...
I am using nrf52832 BLE chip(10040), sdk 12.2, softdevice s132 with sample example boot-loader code(dual bank).
I modified the boot-loader code for button-less DFU.
...
Hello,
I am using nrftoolbox code available here: github.com/.../IOS-nRF-Toolbox to perform the DFU procedure.
I have taken the firmware zip file.
I have integrated...
Is there a job board for Nordic developers? I'm offering a short contract job. I have a 100% complet e PCB design based on the Nordic chip. I'm looking for someone to write...
Hi.
I have a question.
I tested that nrf52 get datas from sensors.
But the code was not moved well,
I made code to test bit shift.
Please see my code.
#include <stdio...
I successfully built the example peripheral project "experimental_ble_app_queued_writes" from nRF5_SDK_12.0.0_12 and successfully downloaded the app to a nRF52832 development...
I have an arduino mega based design working with nrf24L01+ via SPI. As certification is the next step, I found a NRF52832 based module that would meet all certification requirements...
I've been trying to program a custom PCB with an nRF52832, using the nRF52 Development Kit and nRFgo Studio.
When I connect just the nRF52 Development Kit to my computer...
I'm an intern in my second year for a bachelor in computer engineering. I've been working with the nRF52832 development kit as part of my assignment. I was looking through...
Hi all,
I am experimenting with the DFU to switch between SDK versions from SDK12 to SDK13 and SDK13 to SDK12
Is it possible if I send a whole imagen of SD+BL+APP to...