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.
Hey guys,
I’m trying to send a single non-connectable beacon every few minutes in the lowest power way possible. nRF51822, SD S110 8.0, SDK 9-2. Different scenario from...
I am experiencing a fault at sd_flash_page_erase() in the sdk_nrf51 ble examples.
Softdevice 8.0.0 is loaded and is from the sdk_nrf51 bundle.
Both the ble_app_proximity_s110_pca10028...
Here is my power consumption (3.0V):
no app_pwm: 0.010mA
after app_pwm_init(): 0.295mA
after app_pwm_enable(): 0.891mA
If I do app_pwm_uninit(), power consumption...
NRF52 on-site training for today, know BLE pairing use OOB way will be a little bit more simple and safe, and then want to ask next, on NRF51822 platform have the corresponding...
I'm using a dev board based on the nRF52832.
The majority of the time the RSSIsample register returns the correct value.
However sometimes the value returned is 0x7F...
The Product Specification makes it clear that the given levels of accuracy for ADC measurements are only possible when using an external crystal for the HFCLK. We have one...
Hi Nordic,
Running a gdb session on nRF51, it is difficult to debug the code beyond the SoftDevice initialization. Then, I have to step through with (gdb)ni, but this is...
Hello everybody,
I used to my PCA10028 DK board with nRF51-DK-mbed-IF but I wanted to revert for nRF51-DK-J-Link-IF. According to the nRF51-DK - User Guide v1_0 documentation...
I have the code below initializing TIMER1 and and IRQ every 1ms. I call app_sched_event_put within the timer and I get a Hardfault.
Any hints on what is going on ?
Thanks...
I just bought a nRF5-DK and I couldn't get it to work flashing other nrf51822s. The modules I'm using are these wireless-tag.com/.../nrf51822-02.aspx
Here's literally what...
I have a PCA10001 setup and I am using SDK v9. I have opened the UART example in CrossStudio.
It compiles/builds and I am debugging with breakpoints.
My question is...
Hello,
I use the interface I2C to communicate to the Light Sensor, and also use a timer to read the value back every 1 sec now.
I'm wondering that can I use the interface...
I use nrf51822 by example ble_peripheral/ble_app_uart with with SoftDevice 8.1.0, at the same time, I use pwm driver library, But it does not work well, What I need to do...