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,
I am working with a nRF52832 in the nRF52-DK. I am trying to set high logic level of digital outputs to 1.8 V. I have been reading about different operation modes (normal...
Hello, What is the way to send binary or JSON data using AT#XSEND socket command in the new SDKs (>1.60)? Former version of this command contained additional parameter <datatype...
When the phone and controller bonding gets out of sync we are having issues. By out of sync I mean that either the controller (customer board with a nRF52840) or the phone...
Hi, I testing the code using nrf5340DK kit written using nRF Connect SDK in SES. The CPU resets automatically, after few lines of code. The Output code and Task images are...
The product I'm developing uses the nRF52840 (vendor Fanstel) controlled using pc-ble-driver.
I will use the BLE_GATTC_OPT_UUID_DISC option to cause the vendor-specific...
HI, please see the attached images. In first image, a library function strlen() has an issue of No code for Breakpoint. In second image, the sum of various unsigned int variables...
I have some doubts regarding the implementation and purpose of the FTMS Control Point.
1 . As stated in the FTMS service delivery, the Control Point is used by the client...
Hello,
I want to use libuarte - advanced UARTE driver in our current application developed for nRF52832 with SDK 17.0.2.
My aim is to merge example libuarte and ble_app_beacon...
Hi!
I want to use my nRF 52840DK as a general purpose BLE demonstrator. I know that this is already possible by using nRF Connect for Desktop, but I'd like to develop a...
Hello,
according my Observation Zephyr, more precisely the rpmsg stuff for BLE between both nRF5340 cores, doesn't work when optimization is switched off. But stepping through...
hello Nordic
i am working with nrf52840 with ncs (on the process of moving to 1.8 currently 'v2.6.99-ncs1-1' )
i have several sensor drivers on my board and flash driver...
hello,
i am using nrf52832 with lis3dh accelarometer and max30205 temperature sensor in our customised board with sdk 15.2 i have included the dfu ota in my firmware my...
hello nordic team I ran the ble_app_uart example in sdk 15.3.0 on nrf52832. When i add printf("\r\n%d\r\n",15); to the code as follows, the program prints 15 to the serial...
Hello.
We are developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral.
I am creating a process to set the characteristic and send an indication using sd_ble_gatts_hvx...
Thank you very much for your help. I am currently working on implementing a PWM control function using the nrf52840. I would like to ask you about a build error that occurred...