Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
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...