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...
Hello,
I've an issue with several smart-phone models when I use the softdevice S130 v2
I did tests with PCA10028 and the example "ble_app_bps".
I used softdevice...
I use app_button with simple handle function. When button is pressed the led is on, when released the led is off. Everything works fine, but after some random number button...
Hi all,
I am having issues with the BLE DFU process with both nRF51822 and nRF52832 (with different applications).
I use the nRF Connect application to update my device...
Any idea why sd_ble_gap_rssi_start(handle, 0, 0); returns NRF_ERROR_INVALID_ADDR ? The documentation doesn't list that as a possible return value and I can't look in the code...
I write the code almost ok.
but , I neet the DFU function to UPDATE THE software .
Now, we only find a v11 example can run ok but only a zip, not including any code. ...
Hello,
First of all, I've read the entry below.
devzone.nordicsemi.com/.../
My questions:
1 - If I cannot advertise for only specific masters, how can I provide...
Hello!
I have a problem with NRF8001 modules. I have two similar boards - one with NRF8001C and another with NRF8001D module. NRF8001C board works well, but NRF8001D board...
Hello all, at present time I'm making investigation of BLE link stablility at harsh megapolis environment and at long open space ranges. During testing I found out some information...
Looks like there is an error in the nrf_drv_gpiote_common.h :
#define INTERRUPT_PRIORITY_VALIDATION(pri) STATIC_ASSERT(((pri > 2) && (pri < 4)) || ((pri > 5) && (pri <...
Hi guys,
So as I'm migrating from SDK10 to SDK12 I've noted that the app_pwm module is consuming more power then expected while disabled ~300uA. After initialization, I...
Platform: nRF52-DK using SDK12.1.0 and S132
Summary: Using nrf_log module from SDK along with RTT by setting NRF_LOG_BACKEND_SERIAL_USES_RTT flag causes nrf_log_serial...
For example, in SDK11, the file:
components/softdevice/s130/toolchain/armgcc/armgcc_s130_nrf51822_xxaa.ld
Contains:
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x4000...
Not a question, but a big thank you to Nordic Tech Support (Kristin) who reviewed our nRF24 design several times until we got it right :)
Implementing the recommendations...
Hi,
I am creating the first prototype for my BLE product and for now I used the suggested layout from the datasheet, but I am kind suspicious of that layout it seems very...