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...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Dear Nordic developers,
Does TWI supports bit level clock stretching? Means that after each bit (not byte) slave can hold down the clock and master should perform appropriate...
So I have the following bootloader code:
int main() {
uint32_t code;
sd_mbr_command_t mbr_command = { SD_MBR_COMMAND_INIT_SD, };
code = sd_mbr_command(&mbr_command...
My ANT BLE application runs on a custom board with a nRF51422, SD 310 rev 2.0.0
I can use the nRF UART app on an android phone, but on an iPhone with iOS 8.4 I can't even...
Hello,
I'm using an PTR5188 development board for my project which breaks out PIN 26 & 27 for ADC only. I'm using mbed as my development platform and haven't been able to...
Hi there
Can you clarify a point for me?
Quoting from Gazell link layer user guide:
"If only the ACK packet sent from the Host to the Device is lost, but both the initial...
Hello.
Reading the documentation of pstorage_load and the actual implementation has left me with confusion.
The documentation states that the size and offset parameters...
I uses S110 V6.00 softdeivce ,v5.20 SDK, and the nrf51822QFAC chip.
now I use the 32k ram ,but it is wrong.The program is not run.
I only use the 16k ram ,as same as nrf51822QFAA...
Hello everybody,
I'm trying to make TIMER1 working on nRF51822 together with softdevice.
In particular I would like to drive an interrupt line that goes to another microcontroller...
Let me ask you a communication sequence between nRF51822 and peripherals.We assume 5 peripherals.
In a sample program for multilink, original sequence is that 5 times repetition...
I'm trying to have an nrf51422 using S210 go to sleep and wait until it gets a signal from another ANT device to wake up. The other ANT device (master) will not always be...
Howdy,
We're gearing up to program about 4,000 nRF51822s. They'll get the BLE version of DFU plus a stable version of our own code. For future production runs, we'll likely...
I have a fairly mature product based on the nrf51422_aa with soft device s310 version one using the GCC toolchain. I recently ported the design to the latest SDK (9.0)and...
My application currently uses 2 nRF24LE1 for communication. I am porting over one side to the nRF51822. My first step is just trying to send out packets from the nRF51822...
Hi,
Is there any documentation where I can see the exact meaning of the following properties related to Bluetooth Smart support on Android?
-Native HID supported
...