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 have 4 sensors on my custom board and I'm planning to use BLE. I want to read data from all 4 sensors every 200ms. I'm planning to use app_timer for that and read...
Hi
Using demo usbd_cdc_acm and found a very strange bug!
Even I disabled the flow control of uart , the 52840 device still need to control the DTR signal to ensure UART...
Hi Nordic Team,
I am developing a CoAP client on the nRF9160 DK, and am having trouble with longer proxy-uri's; short URIs ( 268 characters and below ) work fine and the...
Hello good people at Nordic. Happy new year!
I am attempting a simple extension of the GPIOTE example in the SDK. I want to measure the time duration of the generated pulse...
I'm sure the mistake is mine but I would appreciate some suggestions on where to look for my mistake.
I have a custom board with a Fanstel BM832A module. I also have an...
I'm interested in BLE coded phy and am wondering how the improved range is realized given that the preamble is not coded. In other words, how does the receiver have improved...
Platform: NRF52832, s132_nrf52_6.0.0, SDK 15.0 Remote: iPad (12.1.4) with proprietary APP Use-Case: APP (Central) connects to Platform and reads continuesly data via RX-TX...
Hey Folks,
I'm running into an issue with the nRF52840 where the the reset reason register (POWER->RESETREAS) is not populating as expected.
The GPIO is setup to sense...
Hello,
i got problem wher program cant go in while loop in main while advertising is running. Im using ble uart template. So was thinking to stop advertising when button...
Hi there,
Can anybody please give me a detailed defination of background DFU? Also, it would be perfect if there are examples about background DFU.
Thanks!
I am trying to get an OTA DFU for nRF52810. I am not trying to get anything custom right now but only trying to prove that it works. I have tried going about this many different...
Hi. I have edited the Heart Rate Service Example project in SDK 17.02 and I am currently using nRF52840 DK.
I am not sure of the reason why the application restarts after...
excuse me,I'm developing nRF52805 and I set the button pin number like this:
#define BUTTON_START 1
#define BUTTON_1 1
#define BUTTON_2 5
#define BUTTON_3 12
#define...
I'm using a custom board designed around this nRF52832 module . Testing the twi_scanner from examples of ` nRF5_SDK_17.0.2_d674dde `. Built and flashed the firmware successfully...
When using nRF5 SDK 17 and its nfc_t4t_lib, we encounted a problem: nfc_t4t_setup returned NRFX_SUCCESS, instead of NRF_SUCCESS and the nfc_platform_setup function was never...