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...
We are using manufacturer specific data to broadcast data at 10Hz.
We're about to do some testing to evaluate different adverting and scanning parameters to find the best...
Many of the sdk_config.h examples have both NRFX_FOO_ENABLED and FOO_ENABLED defined.
So, imagine my surprise when I change, say, NRFX_TIMER3_ENABLED to 1, still get link...
Hi, is it possible to measure NRF52832 vdd voltage using LPcomp. I know I can do it with ADC but it draws a lot of current. I'm thinking if I can compare VDD to lpcomp reference...
Overview: number of bytes sent by ble_app_blinky at notification is determined by (note my changes for debug:
in ble_lbs_init() of ble_lbs.c and not by:
in ble_lbs_on_button_change...
I aam badly stuck in this error and dont know what to do with this i have downloaded ble adc scan mode example and running it on sdk17 using SES .i have removed powerclock...
Hello,
I have Thingy:91 connected to the cloud. I see that data is send correctly in json format (on nRF Cloud terminal). Is it possible to plot graph or download csv file...
The modem on the nrf9160DK (modem fw v1.1.0) appears to get stuck in searching mode. It doesn't happen all the time, and I was able to create it with the following AT commands...
Hi,
I'm using nrf52832 and SDK v13.1 and I want to use the uart driver, but I have this compile error:
Apparently the line 82 depends on the define "UARTE_PRESENT". I...
Hi,
I have developed an application on an nrf51dk, with SDK12.3 (as it was the latest that I could make it work with). It is running fine on the DK, but when moving to the...
Hello!
A possible great customer requests us to develop an application where: some devices are activated upon connection with up to 100 BLE keys. 100 BLE Paired devices...
Hi,
I have developed an application on an nrf51dk, with SDK12.3 (as it was the latest that I could make it work with). It is running fine on the DK, but when moving to the...
Hello.
I am running ble_app_uart altered to allow for connection of two central devices.
The connection of two devices work fine.
Upon each connected central, I can...
Hello! I would like to use a predefined example from the nRF SDK and instead of the board's button, to use an external stimulus (let's say, an external button ). Similarly...
Hey,
I am working on the nRF51 DK and nRF51822 with SDK12,S130, trying to pass a SIG PTS test for required IOPT, however always getting the same "INCONC" verdict, the PTS...
Hi,
I am trying to interface IS25LP064A External Flash with nRF52832 using SPI. I want to get the device ID/ Manufacturer ID of the flash. I am able to get the same in Arduino...