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.
Hi
My goal is to create a USB HCI firmware that works on any custom board that exposes the USB port of a nRF52840. Based on the requirement for USB HCI it was clear to use...
Hi, I am working on an OTBR, nrf52840 connects to the router through SPI, I want to know how to upgrade 52840 through the router. The router use OpenWRT. p lease give me some...
Hi,
Our devices are getting randomly bricked by updating firmware through mcumgr in Zephyr. It happens on both the nRF91 and nRF52 chips when we run the latest nRF Connect...
It's strange, My nrf52840 can't boot up after power on,unless it was connected to JLINKRTTVIEW, If I disconnected the JLINKRTTVIEW, the device will stop running, Connect again...
Can anyone tell or give a pointer to info about RFCOMM vs. NUS (or any other vendor specific UART emulation service)?
Why are there vendor specific UART emulation services...
Referring to the Nordic message sequence chart in the following link:
https://infocenter.nordicsemi.com/index.jsp
(Software Development Kit -> Previous Versions of nRF5...
Hello!
I use SDK v17 and using the library and example code for the lsm9ds1 sensor.
github.com/.../nRF52-DK-and-LSM9DS1
'lsm9ds1_reg.c', 'lsm9ds1_reg.c' these two files...
Hello!
I am using ble adc scan mode example and successfully tested it with nrfconnect by sending my data from AIN3 . Now i want to send data of ble to raspberry pi bluetooth...
HI
Like to check on the usage of MQTT. We are connecting the nrf9160 to the network in eDRX.
During the interval, we may lose some message due to the lost of connection...
Hi.
I'm using ES.
RTT(Debug Terminal) on ES works fine. But sometimes I want to use J-link RTT viewer.
How can I turn off RTT on ES and then use J-link RTT viewer? ...
Hi,
as discussed in different issue on DevZone . We have discovered that send command freezes the program in the CoAP client sample. The Nordic employee Hakon has confirmed...
Hello,
This is related to a previous post , but now with new information and a more specific issue to resolve.
We have product in the field based on RF Digital's Simblee...
HI
I used nrf51822- EK board.
BLE HID MOUSE - SDK 8.0
`
How to send left button or right button data?
How to modify below method?
static void mouse_click_send...
Hi everyone,
I'm working on a custom bootloader for nrf52840-based board. The bootloader needs to support DFU from an external SPI Flash and also BLE. I was working on...
Hi everyone,
I am trying to use the nrfx_uarte driver. I did the following:
(a) setup driver
(b) setup the event handler
(c) finally tried to send some testing...