Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
i have flow this tutorial with nrf52840
https://github.com/bjornspockeli/custom_ble_service_example
but d'nt work any body can share an example please ?
Thank y...
In the PCB design reference for the NRF52 we can see that the components L3 and C10 is not parallel with another components and lines. any special reason for that?
Any problem...
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...