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'm trying to get the ble_app_hrs example working in Eclipse, but the stack pointer is not setup correctly. It's at the start of the RAM (0x20000000), and therefore it already...
I'm implementing an Android 4.3 app which uses an nRF51822 and the BLE proximity profile. I have the following as starting points for the app code:
The BLE sample...
I can't seem to find the required current of NVMC doing erase and write. The product spec has only timings but not more. Could someone from Nordic provide some figures? Experimental...
Hi,
I have a C# app connecting to 51822 devices, doing data/firmware download. When I try to send erase page command (before write), erase works, but there is a disconnect;...
Should we keep track of this by monitoring the write events or poll the gatts value via the softdevice?
It looks like it's faster (+shorter = less consumption) to monitor...
Over the past few months I have worked extensively on a few different projects that all utilize the nRF51422. In some recent debugging of GPIO issues (both relating to SENSE...
As the title says, I am wondering when the new SDK will be released to support the nRF51822 hardware revision. It looks like the latest (v4.4.1) doesn't have anything new...
the very similar issue
Friday, October 04 2013, 02:23
I have staerter kit + development kit. I have installed all required software and can't loat example code because...
I Every one !!! Thank for the possibility to participate in this forum.
I am trying to initialization configuration of my nRF24L01+ .
I am using CY8C3866AXI-040 from Cypress...
Hi, i'm experimenting RTC1 using the app_timer module (not using S110 soft device), and i find some problems onRTC prescaler. If i set values as stated in the datasheet, for...
Hi,
I am trying to run several applications sequentially on the nRF51822.
I have another microcontroller controlling the nRF51822 by SPI.
I init the stack, the services...
Hi, I'm just wondering if there's a reason that the example code is always initializing all structures through functions. Has it something to do with sleep mode and RAM retention...
Hello,
I have a couple of questions about sending multiple notifications:
I want to send multiple notifications (from same characteristic), is that allowed by...
Looking at the AN36 code, i notice that in the APP_SCHED_INIT define, for the argument EVENT_SIZE is used sizeof(app_timer_event_t) . In the meantime, the scheduler is used...