I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
Hello everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
We are using the development board PCA10040 for implementing a prototype with several GPIO interruptions.
We are trying to use the NFC pins (pin 9 and 10) as pins of GPIO...
Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
In the product specification page 165, I see than the continuos mode is 2 to 16kbps. In the page 167 this mode is 2 to 16ksps.
Which unit is correct, kbps or ksps?
If...
Recently I have put some code of my application into RAM. When I do not enable read back protection mechanism everything works, however when I want to enable protecting my...
Hi all,
I have updated a custom automotive PCB and am now using the nRF51824 instead of the nRF52832 I had been using previously.
Unfortunately, I have been unable to...
I am very excited about the Bluetooth 5 LR PHY, but do you plan to release an update to the nRF5 SDK to support the newest soft device S140 v5.0.0-3.alpha?
Hello
I am new to work on nrf52,
Please can someone help me regarding how to use hardware and software pwm together. I have a need of using 13 leds , so i need 13 pwm...
Please can anyone help me on how to use(program) PWM hardware with individual loading mode? My goal is to control 12 LEDs individually with different duty cycles and playbacks...
I want measure the current of a device over a resistor. It is connected to 5V which is over VDD(3V) of nRF52 Chip.
5V--->10ohm--->Device
the differential voltage of this...
Hi,
I am using SDK v8.0.0 , Softdevice s110 and Example is ble_app_uart(peripheral).
i want to reduce a range of nRF51822 beacon(PCA20006) up to 2-3meter..
i try this...
Hi all,
Basically I am doing an exercise on the BLE system use case. Let's say I want to setup a BLE system where there are the long range BLE capabilities in Relays and...
What is a minimal length of preamble, such that nRF51 is able to safely receive a packet with? Can it be made (via some magic registers) to be as small as 4 bits? Then it...
Hello!
I'm pretty new to BLE and Nordic, and hope that someone can give me some good advice.
I'm working on a project were I have 2-4 sensors, each connected to a nRF52832...
Morning,
I ve try to flash the hex pca10040 from the examples/ble_peripheral/ble_app_hrs without success, with the flash seems ok, i can t see the device.
So as i ve...
I found this comment in fds.h as function header for fds_record_write()
* Record data can consist of multiple chunks. The data must be aligned to a 4 byte boundary, and...