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 Nordic,
I want to send JumpToBootloader() command to nrf52832 module to make it enter dfu mode and update.
But I got the following error, can you tell me what is the...
Hi, I have been doing my development on the 9160DK and now its time to move the code over to the thingy 91. I managed to get the 9160 flashed by following ( https://devzone...
I modified the ble_app_gls example using the whitelist paring mode. The code is from ble_app_hids_keyboard.
1. The code goes fine when using whitelist paring mode.
2....
Hi I am using the ble nus with throughput from this github project. I can send like half of the total packets before encountering the not able to allocate uart send data buffer...
Hardware: nrf52840 DK.
Software: ncs version v1.7.0 and default SEGGER IDE for Nordic.
When I first build the machine learning application in nrf, there is no any problems...
Hi DevZone !
I am using the nRF52840 for development and after some tests one of the chips could not access its memory flash in the function fds_init() in the library fds...
What is the difference between NRF5340DK and NRF5340PDK? If so, is there any way to make nrF5340PDK into NRF5340DK board? Why I use NCS version 1.7.0, to compile nrF5340DK...
Hi,
I'm trying to implement eddystone in my application, using the example.
The problem is the I can't build my project, as I have an error regarding DRV_RTC_RTC1_INST_IDX...
Hello,
With me is two SES projects that are in need of both the softdevice and an application.
One of these projects involves combination of an application and a softdevice...
Currently am working on a project that has strict size constraints. My interest is to have the SoftDevice run without the MBR if that can be made possible. The project is...
I have been reading the nRF52840 product specification guide and find the PPI an interesting feature potential to use in my application. I'm would like if possible to connect...
Hi Nordic,
I don’t know if the question I asked is stupid, but it does bother me for a long time.
Q1 - Can I use uart(serial) interface to update Firmware (including...
Hello everyone! I am developing a prototype custom board with an nrf52840 dongle and some sensors. The first sensor is a bme280 over I2C and there is an example in the sdk...