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.
Hello Guys,
can someone help me solve this problem (see picture below). Apparently Keil is missing an RTE and CMSIS component. I don't know where to get them. I installed...
Hi
I am trying to get to the bottom of a problem I am having with sending a buffer of data on connection and indication enable.
Here's what I do:
I have a process running...
Hello Everyone,
I am trying to use a display (through SPI) in a custom board with nRF51822 and SoftDevice S120. All works great as long as I call the SPI methods from main...
We have the HCI DFU working. The PC sends the new hex image (python script) via UART to nRF51822. Therefore, the bootloader code on the nRF51822 works. However, in the final...
Hi,
i'm using s130 central/peripheral. I want to send data from my central nrf51822 to my peripheral nrf51822.
I declare write function like this:
static void writeChar...
I'm fairly new to nRF51 development and have started looking at the soft devices. I've had a look over some examples, but I feel the code isn't always clear about what's required...
I am looking to migrate to SDK 8.1 and S110 V8.0 and going through all the implications of that move. One key one is the current Bug with Radio Notifications on S110 v8.0...
Hi everyone,
I am a new here~ If I asked some stupid question, please easy on me.
Currently I am doing a prototype with nRF51822 chip. I know that the official programming...
What is the purpose of the TWI overrun flag given that the TWI peripheral only supports master mode?
I have the following code in an ISR for my TWI acting as master.
...
Hi guys. I have a nRF51822 reference design board which is based on low voltage mode circuitry (using 1.8V supply directly). However, my Segger Jlink (SWD) does not work while...
By default, S110 advertises in all three advertisement channels. I need to limit the advertisement channels, so that I can advertise on a single.
In a similar question...
I now this are basics. And I did this allready a few times, but in this project it simply wont work.
Maybe someone of you will find something, that is missing.
I`m working...
Examples like the "proximity application" are all associated with the nRF51422_xxAC. The part I'm using is the nRF51822_xxAA. How do I make this examples work with my part...