I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
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?