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.
Hello,
Would there be any particularly adverse side-effect if two NRF51822 GPIO pins (e.g., P0.18 and P0.19) were shorted together? One of the pins (e.g., P0.18) would be...
SDK :15.0.0
Examples:ble_peripheral / ble_app_uart / pca10056 / s140
Board:nRF52840 DK
After pairing, may be connected, because the indicator lights continue to shine...
Hi,
I am using sd_ble_gatts_characteristic_add to set a characteristic in my service. The function call return 0 - NRF_SUCCESS but when I browse the service with nRF connect...
Hello,
I try to add pairing functionality to my app. Error code NRF_ERROR_INVALID_PARAM occur from the sd_ble_gap_sec_params_reply when i want to read my characteritic...
Hey, I have a sensor (ADC with data rate is 250 sps), attached to nrf51822. It has Data ready pin (output), which toggles from high to low when data is ready. Also this sensor...
Hi, I'm using nRF52832 with my custom board. (sdk 15.0.0)
I changed ble_uart example code, so I can receive GPS data through bluetooth.
Now, I have to send GPS data to...
Hello all.
few years ago, I made some product using nRF51822 on SDK v10.0.0
currently, I have to software update to use ECC(Elliptic Curve Cryptography) function on...
I'm using: nrf52832, SDK 15.0, SoftDevice S132 v6.0.
I'm trying to control a motor using an H-Bridge. If I simply do a nrf_gpio_pin_write to set forward/reverse to 1/0 or...
I have the nRF52832 PCA10040, V1.2.1, 2017.23 development board with ble_app_blinky_gcc_nrf52.ld RAM/FLASH settings:
MEMORY { FLASH (rx) : ORIGIN = 0x26000, LENGTH = 0x5a000...
Hi,
My freertos based application (SDK14.2) calls battery monitoring procedure every few minutes .
I've initialized the SAADC
Within the function I call
...
Hello, I have nrf52 and configure uart0 for connection with external device. I have configured it as NRF_SERIAL_MODE_DMA and set irq_handler .receive NRF_SERIAL_EVENT_DRV_ERR...
Hi,
May I ask, why read_resp is missing in struct ble_hid_report_record_t in sdk 15? Currently, I am migrating to sdk 15 from sdk 14.2. However, I didn't find any document...
Hi all,
I am doing an evaluation on NRF52 Smart Remote 3 for my company.
I am working on a Ubuntu 16.04 virtual machine with Ubuntu live CD for Smart Remote 3
-----...
What's the atomicity of flash writes on the nRF52832? If we crash while writing, say, 4 bytes, do we have a guarantee that either every byte or no bytes have been written...
Hellou, I am developing apllication , which is modification of light switch - client model.
I have problem by writing data to internal flash. When I write data to internal...