Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
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...