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,
I am using nrf51822 with s110 softdevice version 8.0.
Is there any way i can know the state of my radio at some point in the code execution?
In short I want to access...
As explained by electronut in his Blog and Lijun here , it is possible to program an External nRF51822 board using the SWD interface of the nRF51-DK.
But what about a custom...
I have a project, and nRF52832 it 's good chip for me, because it has NFC/ bluetooth communication.
I would like to know if nRF52832 can pilot epaper display. nRF52832 does...
Hi,all. i face a problem. the office DFU flowchart is device reset--->bootloader --->upload firmware to device ---->device reset.i want to implement as follow: upload firmware...
Dear all
We did nordic beacon board in that we not able to flash the device
We are checked core voltage 1.2V and 1.7V are coming .But i want to confirm external CLOCK will...
Hi,
I want to change the interval time of 51822 dongle with the instruction here devzone.nordicsemi.com/.../
The default value is 100ms as following
#define NON_CONNECTABLE_ADV_INTERVAL...
Hey guys,
I’m working on an nRF51822 design where I’d like to check the value of a GPIO at Power-ON, then either shutdown, OR start the BLE stack and do BLE stuff. I really...
when compiling " ble_app_proximity " exampled by Nordic, it indicates errors:
" D:\Program Files\MDK5\ARM\PACK\NordicSemiconductor\nRF_Drivers\3.0.0\gpiote\nrf_drv_gpiote...
Hi:
in ble_app_proximity(SDK5.2) ,i use lightblue to write data to ble,and i set a breakpoint in "ble_evt_dispatch".but i found breakpoint can't work when i send data to...
My product have to pass SRRC certification. The certification lab need 3 prototype. Their bt RF frequency must work at 2402MHz, 2441MHz and 2480MHz separately.
How can I...
Hi ,
I am unable to write to discover all services and write to a characteristic too.
On discovering services:
Discovering primary services
Received service discovery...
One of our computing-intensive algorithm takes actually ca 1.9s to finish. And it will be run periodically. Is there a way to minimize the power consumption of CPU processing...
class BatteryService {
public:
/**
* @param[ref] _ble
* BLE object for the underlying controller.
* @param[in] level
* 8bit batterly level. Usually used to represent...
I am looking through the following mBed development platforms. I am looking to integrate some mbed code into a production design. I am looking at which platform to export...
Hello Folks,
I want to send an array of two bytes and read six bytes back . Even though I am using bellow function but the Oscilloscope shows only 4 bytes of clock cycles...