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...
Hello,
I have been having issues with two different DK:s. I am doing bootloader development and suddenly the kits go unresponsive.
nrfjprog returns the following error...
Hi everyone. For our product, we need to accomplish tests for CE certification, in accordance with regulations EN300328 paragraph 5.4.10. How can we set the softdevice s310...
I try to integrate the ble peripheral uart example and the beaconing mesh example. It build completed. But when i build and debug on nrf52 board. I have some errors about...
Hello, im a beginner in circuit design, and currently i am developing ESB device that should work on batteries.
Device simply represents a nRF24L01+ module, an ATmega48...
Hi,
I am using nordic nrf52832 nRF5_SDK_14.2.0, I use the RTT for debug, I want MCU in low power mode,so I add the following code:
while(1)
{
NRF_POWER->SYSTEMOFF...
There are parallel 8 bits input to nrf52832 GPIO pins,I want to read the data from the pins and writ it to a RAM.how to do read the data in one CPU clock?
As per this document ....
nrf5_SDK_for_Mesh_v1.0.1_src/doc/introduction/mesh_hw_resources.md
The mesh stack uses flash to store the following states:
- Encryption keys...
We modified the ble_app_beacon example to advertise the beacon once a second.
#define NON_CONNECTABLE_ADV_INTERVAL MSEC_TO_UNITS(1000, UNIT_0_625_MS)
As a result of...
Hello all.
Sorry for the nube question, but I am really struggling to try and get my IMU data from my MPU9250, to send constant notifications through BLE using the NRF8001...
When using BLE_GATTS_VLOC_USER I would tend to make the variable pointed to by ble_gatts_attr_t.p_value volatile to reflect the situation that the value can be changed by...
Hello,
I am new to nrf5 mesh. I have setup my system based on Nordic's documentation and was evaluating Serial Example with Interactive Py script.
My setup consists of...
Hi:
I have a project which nrf51822 exchange some data with TI cc2541.There is a serious issue that the nrf51822 is occasionally reset by the watchdog when it communiates...
Hello all
I am trying to get out some debug messages from my custom Firmware (and board) but the log looks like this:
<info> µ“°8$Mø@ñ¨ó¹)F¨: NRF_LOG initialized
...
Hi,
can you please to provide a more information regard power up sequence?
for example:
we would like to use DC2DC (instead LDO) with CR2032 battery.
the PCB have...