Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
Hi,
We have modified the throughput example of NRF5340, v2.6.1 SDK to achieve around 600 Kbps for iOS app. Attached is the sniffer trace.
Can anyone confirm that the data...
I'm seeing duplicate data packets while analyzing our sniffer trace from NRF5340 to iOS app. However, there is no packet loss or any impact on data rate.
What might be the...
Board: nrf5340dk (build board: nrf5340dk_nrf5340_cpuapp) / SDK: v0.16.8 / I'm a complete beginner who touches the nrf board for the first time My Project: max30101 --(measured...
Hello
we have some own created UART drivers which access the UART registers directly.
Those drivers have been working withe the older chip revisions for years.
Currently...
Hi,
I cannot resolve the problem while setting up modem trace RTT logging. I'm also unable to find up-to-date information on how to set this up.
I have connected DK as...
I'm close but this is not working for me yet. I'm trying to send a few hundred bytes from android to my nrf device. So I tried to implement long write where you set prepare...
Hi I've a side request, into the exercise I've to perform some changing into the DK programming interface through the JLink, so the question is how to restore the predefinite...
I am getting an fs_close() -5 error (-EIO) when I write to an SD card using fatfs. I determined this error was associated with FR_DISK_ERR in fat_fs.c.
Additional info ...
Hi,nordic team,
im use nrf52840 develop my product with sdk ncs 2.6.the speed of desktop dfu is so slow,and the speed of configurator channel is also slow.i want to transfer...
Hello. I am facing an issue in configuring ADC for multichannels. I was looking at the Nordic fundamentals course Lesson 6 Exercise 2 .In this example, the adc is configured...
I was working through Nordic Intermediate course lesson 8 exercise 2 - DFU over USB, adding external flash and custom keys. I was using an nRF5280DK. (Sticker: PCA10056 2...
I have been trying to implement a DFU OTA using Bluetooth Low Energy from one nRF52840 DK to another nRF52840 DK using the smp_client_ble ( https://github.com/hellesvik-nordic...
hello.
I am using nRF52820 and nRF5 SDK (17.1.0).
When the fds_gc() function is executed, all bonding information in the pairing area (flash) is erased.
My understanding...
I'm using CYCCNT to time code. Works fine until APPROTECT is set, then after reboot the CYCCNT is always 0. Is there a way to enable CYCCNT when APPROTECT is set?
I'm using...