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...
Hello,
I am using nrf9160 development kit. I need to use this dk with Modbus RTU master slave project. My question is does nrf9160 support for work on Modbus RTU master...
Hi Nordic,
I've reviewed the Mesh PyACI which uses a serial connection with a DK to provision a separate Mesh device over-the-air, if I understand correctly. But is there...
According https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy-91/Download#infotabs
Version 1.2.7 seem to be the latest without "only for testing and development...
Hello,
I'm making an own service with a notify.
When I look at the bas service there is the following line to trigger the notifty:
Because I have serveral characteristics...
hello,
I'm trying to do some I2C communication with nrf 9160 dk. I'm using Zephyr kernal and SEGGER SDK for program development. But when I compile the main.c file the result...
Hi
Here are the case:
1. We have a usb dongle which simply consist NRF52832 and usb to serial adapter.
2. We have many sensors which are developed with NRF52833 and...
Hi, I have strange problem. I have LSM9DS1 IMU connected to nrf52840. when i supply 3.3 V from external source (Nano 33 BLE) and to the J-link everything works. But if I switch...
can i generate milliseconds using nrf calendar example?? that is only printing up to seconds I want milliseconds too??
I am using nrf52840 and SDK 17.02.
waiting for your...
I wanted to form a beacon having multi protocol advertising mode but i am not getting if i configure different advertising slots in different advertising mode then how they...
Hello, I am working on a nRF52840 based SoC (RAK4631) and it is using Adafruit's Arduino nRF core ( Adafruit nRF52 Arduino ). The DFU is being performed by BLE in that core...
Hello,
I am writing a code that has 2 threads. One puts data in a queue and the other gets the data from the queue. The problem is after I get the data from the queue and...
I am using my own MQTT server, MQTT simple works well
then I am testing test.mosquitto.org send works from PC :
mosquitto_pub -h test.mosquitto.org -p 1883 -t etrog...
Hi everyone,
I try to understand when the SAADC events are generated and received by the IRQ based on the documentation . To my understanding:
NRF_SAADC_EVENT_END : is...