Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
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...