Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
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...
Following this tutorial : devzone.nordicsemi.com/.../
I type 'make' and it compiles for a bit and then I get a bunch of errors that say this:
[278]: *** [_build/nrf52840_xxaa...
Hi all,
I measured the delays between a GPIOTE event and a Task (in this case toggling with another GPIOTE) through PPI.
The results are showed below:
For the...
Hello, I followed from the link . I successfully program bootloader, and bootloader setting and program. And my program is working fine.
But I cannnot update from DFU. Everytime...
Hi,
I am working on with nrf52 with SD132 v2 SDK11 since we need serial bootloader.
I tried a gattc long write sequence to write 22 bytes. Everything works well, peer...
OpenThread recently merged a DNS client into the main branch. DNS would be extraordinarily useful because my code accesses content behind load-balancing servers with dynamics...
In this example code:
nRF5_SDK_13.0.0_04a0bfd/examples/ble_peripheral/ble_app_proximity/main.c
Where the ADC is configured to read the battery voltage:
nrf_saadc_channel_config_t...
Hi,
I've read a couple of threads in this forum that suggested that the DEVICE_MANAGER_APP_CONTEXT_SIZE value (which should be a multiple of 4) is supposed to be 16 bytes...
We're using the nrf51 with the RFAxis (now Skyworks) 2401C amplifier, which is a fixed gain 20dBm amplifier. The goal is to have a longer range 'beacon' type product and the...
What would be the best BLE Library or Framework for Raspberry-pi to exchange with nordic?
I'm trying to get data from the NRF51's GATT data.
But there are no reference...
I recently was trying to test my nrf52 DK. After lot of failed attempts i was able to do DFU update over BLE and also Serial upload .
I am now trying to test the BLE UART...
Hi
According to previous answers ( 1 & 2 ), the limitation on the maximum number of devices that can be added to a whitelist is 8, and is due to softdevice timing limitations...
I have downloaded the nRF51 SDK from here www.nordicsemi.com/.../nRF51822 and I'm trying to run HCI-UART examples as explained here developer.nordicsemi.com/.../a00063.html...
Hello,
I use SDK 13 on nRF52832 with a SD card (nRF port of fatfs lib).
I have a long sleep and i want to minimise current.
With SD card, it's okay i switch off SD...
Originally, this was a complaint about SIGTRAP 0xffffffe while using GDB.
But I've discovered the actual issue is related to a lack of erase/programming of FLASH.
My environment...
I would like to know how long is the minimum pulse width for SENSE to trigger GPIOTE Interrupt from external pins on NRF52832,I have seen
devzone.nordicsemi.com/.../
How...