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...
I am following the Thread Border Router example and have successfully loaded RaspPi_OT_Border_Router_Demo_v1.0.0-1.alpha.img onto the RaspberryPi 3B+.
I have loaded the...
Scan of services after connecting to DFUTarg does not return
the new services on the device. Instead the old services that existed
on the device before going into DFU...
I'm trying to follow the guide Sending mesh packets in the Interactive PyACI section on the nordic infocenter.
I've installed the required prerequisites using pip.
Here...
SDK 14.2
This question pertains to the app_timer library.
Hi,
I am using the app_timer library for creating/starting timeouts.I had a question about the APP_TIMER_MIN_TIMEOUT_TICKS...
HI,
i n this modified example: https://github.com/Rallare/nrf51_ble_app_hids_kbd_consumercontrol/tree/SDK15 cI would like to define the long button instead of short button...
Hii,
We are using currently nRF SDK12 and nrfutil for performing DFU over ble. we are able to do it by pressing button on nrf51822 Dk kit at time of restart and putting...
Hi All:
I had a problem about programming.Does someone can help me? Thanks.
My IDE is IAR :ARM 8.22.2
Projcet: nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral\ble_app_uart...
Hi,
we are currently using nrf51822AC device and nrf SDK12 . we need to do "switching to bootloader without a system reset nrf51822" as mention in subject . actually we...
Hello, I want to send beacons from one nRF51822 device to another. My project involves using omnidirectional antennas. So, will nRF51822 be the right choice for me?
I was...
SDK 15, nRF52840, PCA10056
When I read my data in the flash I recover the before last value writen and not the last.
I'm using the es_flash.c source code from eddyston...
Hello, I want to acquire my mobile's gps sensor's information using nrf52832 dk. Can anyone please guide me how to do this ? I use keil mdk-arm5 compiler and sdk v15.
Hi
I work for a 7 channels ANT+ receiver. Nordic 52832 SDK12.2.0 S332v2.0.1
The following scenario can been observed and cause high current consumption for a long time...
Hi to all,
i am developing a device that in it i need to measure voltage of battery to report percentage of battery to user, but the voltage that i measure with ADC is different...
Hi,
after migrating from SDK12.2 to SDK14.2 we encountered a problem with GAP Security.
When setting optimization to -Os, the program fails with BLE_GAP_EVT_AUTH_STATUS...
Hi all,
I am trying to use uart-app (segger example in SDK15) to generate hex file, which will be programed to nRF52832 later with Softdevice by nRFGo Studio. ((Instead...