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 encrypted 12 bytes on the nrf51 and sent this + 4 byte MIC across to an Android device.
However, when I try to decrypt on Android using a Cipher with "AES/CCM/NoPadding...
Hello everyone,
I would like to developpe my own custom board, I would like to know if it's simple to replace micro USB by USB C and if someone has already do that to help...
A.
while (true) { while (app_usbd_event_queue_process()) { /* Nothing to do */ } if(m_send_flag) { static int frame_counter; size_t size = sprintf(m_tx_buffer, "Hello USB...
hello I am using nrf52832. I am advertising some data and scanning (on the same microcontroller) for other nrf52 devices(which will have the same firmware). When the other...
Hello,
I'm using SDK v16.0. I'm trying to change the default UART pins from 6,8 to 45,46. In the pca10056.h I have made following changes.
But I still see log on pin...
I am using nRF Connect 2.3.2 on iOS 13.6 on an iPhone 11 Pro Max. I can scan and find my nRF52-DK with the flashed application and the service is correctly advertised (e.g...
Hi, I am using 2 x NRF52840 Dongle, When I program one of my dongle with NRF SDK 17.0 example blue ble_peripheral>> App_blinky it works fine and gets connected to nrf connect...
Hey,
I am using nRF51DK and have used it to print logs for debugging (via RTT)
If I wish now to have a full terminal capability, and to write to the nrf51422 as well just...
Hello,
I am learning to create library in segger. I am using segger example https://wiki.segger.com/How_to_create_a_library_project_and_use_it_in_executable_project
I...
Has anyone managed to get arm-none-eabi-gdb to work with Segger Embedded Studio?
I'm trying to use a Black Magic Probe with SES. I can connect to the nRF dev board with...
Hi,
In our product, I would like to wake up by NFC and than transmit data from the nRF52832 to a PC application over NFC.
My question are:
What NFC type is the most...
I can't seem to find the right configuration item to set to disable the spinning up of the sensor_sim task, which I have no need of in my application.
I've tried setting...
Quick question I think. I'm using the NRF52 to program a PIC16 over SPI. The PIC16 switches it's line to output once it receives a particular command so as such I need to...
Hi,
I'm trying to mimic a fully functional zigbee color light bulb using the nRF52840 dongle.
Starting with the NRF5 Zigbee example light_bulb (examples/zigbee/light_control...