hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
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...
The example projects I am referring to is located here:
nRF5_SDK_15.2.0\examples\iot\mqtt\lwip\subscriber\pca10056\s140\ses\iot_lwip_mqtt_subscriber_pca10056_s140
nRF5_SDK_15...
Hi all,
I successfully ported the Semtech’s LoRaMac-node (from official GitHub, master branch) to a custom assembly of two dev boards : the NRF52832 (Dev Kit PCA10040) from...
Hi,
I am trying to use UART interface on a nRF9160DK board to connect a rs-232 to rs-485 module for the purpose to make nRF9160DK a Gateway.
But I have no idea where to...
Hi,
Are there any known Android bugs where Android should not bond, but does? I have tried searching the web without too much success.
My central device is an older Android...
Hi,
Is it possible to add scan response with extended advertisement packet?
When I try to add scan response, then I got error NRF_ERROR_INVALID_PARAM.
I am using a nRF52840...
Hi there,
I am using two nRF52 one as Master and the other as Slave SPI, but I am facing an issue with the slave side, because when I use NRF_DRV_SPI_FREQ_125K it get some...
Hi,
I am using the nRF52840 on a custom board with SDK15.2.0 with SD S140 6.1.1.
My current BLE connection parameters are below which allow connection to the nRF Connect...
With Mesh SDK 3.0.0 , i have tested with light switch example with one client and one server, it works. My question is is it possible that one server can communicate to another...
Hello,
I have developed simple scanner application that scans for beacons (apple, nordic and of own type). It prints data about beacons over UART. I have installation where...
Hi,
due to some evaluation effort of nRF52840 Dongle, I went through whole Zephyr project building of their Bluetooth hci_uart example. After couple of ardous hours(or more...
Hi there,
To do LESC with some peripherals supporting OOB Rx, and some not, and the central supporting OOB Tx, I was wondering how to correctly enforce the OOB for the right...
Hello,
I am beginner with NRF 52 DK. I am trying to change the uart example using NRF 52 with SDK 15.02, so that I would send message after pressing button to my PC via...
A temperature and humidity acquisition device uses NRF52832, watchdog, RTC timer, external touch button interruption, BLE open state, feeding the dog every minute through...
Hi,
I am having 2 nRF52 DK boards and I have to blink the leds of one nRF board with the help of another nRF 52 DK buttons and vice versa .
How to do it?