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 a main loop in my application like this:
while (true)
{
// Other calls left out here.
app_sched_execute();
err_code = sd_app_evt_wait();
APP_ERROR_CHECK...
Hello,
I am new to the nordic's controller. We are planning to evaluate the nRF51/52 for our IOT application need.
I am more interested to know the possibility to have...
Hi,
I'm using the button event handler code on the SDK. It fires once when pressed down, and once again when i release the button. How do i make it only fire once per push...
I have two nrf51822AC mcu chips that are integrated on custom boards, and I need to communicate between those two chips (one set as a transmitter and the other as the receiver...
Hi,
I own company that builds a PIC 8-bit devices, and can code at a low bit level in the PIC environment.
I picked up the NRF52 Dev board, and am trying to learn the...
My peripheral device connects with central one very rarely. I decided that I don't want peripheral to negotiate connection parameters with central, just use settings imposed...
I'm developing custom board of nrF51822 CEAA (256k, 16k)
I set my bootloader ROM, RAM just like below
as I understand,
Firmware size should not larger than...
hi,
i just ask about nrf52832.
im using it with keil compiler and trying to divide the memory section (it that will be update and not)
but i have hard time to do with keil...
I'd like to log some debug stuff to a mobile app over BLE, when in a connection, using the NRF_LOG library and the Nordic UART service. I have this working just fine without...
I'm trying to write to specific address on flash memory (data region) for debug purpose using
nrfjprog.exe --memwr 0x3B820 --val 0xAA000000 --verify
but when I read...
So I'm still trying to get my way around the DFU service implementation, and I'm currently having trouble with the first step, which is to enable the control point notification...
Hi.
This is a bit of a combo question:
I recently got the nRF52 10040 and I'm trying out the included examples on uVision5.
I only managed some examples to...
I am working on BLE Applications, I have tested with different devices like Nexus, Moto, Samsung, LG(ble V 4.0). I am getting the GATT Error 133 in Samsung Devices alone(Samsung...