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...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Hi!
We would like to develop a PC application which handles and controls a Bluetooth mesh network of devices.
Can we use the serial interface to do such a thing? I mean...
I have seen that a power profiler kit is available for the development, but it sais is compatible for nrf51 and nrf52. It is compatible/necessary with nrf5340?
HI All,
I've got a project that needs to go into production in a month and they want us to add a BLE beacon feature where it will send a small status packet of perhaps 20...
Hey helpful people! I am trying to get started with the Thingy52 development, but I'm having a hard time getting started since I am not making a mobile app. I have it connected...
I am trying to build a project using the includes/libraries in pc-ble-driver in Visual Studio 19. I have been having linker problems, and I found a support ticket with a similar...
Hello Nordic ,
Good day, We are developing wearable using NRF51822 and we came across peculiar problem. We were getting APP FATAL ERROR.
Staring scenario we were trying...
I've just updated to the 1.2.0 SDK, and immediately ran into some trouble with debugging. In particular, two things occur that are puzzling, and perhaps related.
1.) After...
To the kind attention of Nordic support team,
In my *.emProject I have svd file definition as usual debug_register_definition_file="$(NRF_SDK)/modules/nrfx/mdk/nrf52.svd...
Greeting to Nordic Team!
I'm new to nordic devices as well as Q&A section, so apologies in advance if I make any mistakes raising a question.
Two things I would like to...
Hello,
We are trying to get DFU to work on our custom board running nrf52832. It has previously worked on the devkit. Our board does not have a crystal so we are using NRF_CLOCK_LF_SRC_RC...
Dear Nordic fellow,
I'm in the process of testing the Bluetooth radio chip of the Nordic nrf52832 sold by Rigado.
As I've read here, I can use the radio_test example....
I am trying to update the data fields in tlm, temperature.
I have updated the functions update_temp to send a hardcoded data.
static void update_temp(void) { int32_t temp;...
H i
I faced probl ems when handling messages from the callback function of the mesh ( generic_set_cb() in my case) we are using generic SDK 15.2 and mesh SDK 3.1
Here...
Hello,
I'm currently trying to configure the LIS2DH12 interrupt pin to wake up the CPU from sleep. I'm using SDK 15.2 with nRF52832. In the SDK there are files on the LIS2DH12...
Hi Devzone
I need to include C++ standard library <memory> to use tensorflow lite.
Other libraries included well. but I don't know the way to include C++ standard library...