You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
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...
Does it cause issues if the application was built with a different SDK level than the bootloader? I have a project I'm adding a bootloader to, and it isn't working. I have...
SDK 16, 52810
my board has done the change as the 52810 spec says about dcdc part. Now I wonder HOW do I enable it in my code. Somewhere it says to call sd_power_dcdc_mode_set...
I want to measure the current during sleep,so I write my code as follow:
I queried the manual data that the current is 1.5uA, but 14.0uA is my measuring result. So what...
I am testing the serial interface to BLE messaging using "Bluetooth Mesh Packet Send Opcode: 0xab" - it's working very well. However I have found one thing that is puzzling...
Hello there,
I am working on secure dfu. I followed all the steps mentioned in this post and successfully created the secure .zip file.
Here's what I did(In this order...
First time I programmed the BMD 300 IC ,it got programmed and worked good.After some days later I tried program the board, But the previous code was present in the mcu, i...
When using nrfutil to upgrade the app for 52840dongle, you can see the data shown in the figure through the USB analyzer. The highlighted one does not quite understand the...
Hello,
I'm working on an nRF52832 with SoftDevice v6.1.0 and SDK 15.3.0. We have made a custom application that was created from the ble_app_uart example project. We've...
I inserted code.
OUT 0x04 endpoint works, but 0x84 IN endpoint doesn't.
I use libusb from Linux PC to communicate with nrf52840 via USB. At PC I call function "libusb_bulk_transfer...
I am not able to find the schematics of the development board.
The info center redirects me to the download page of the nRF52840-DK but there are no schematics in the drop...
Hi,
I was wondering if you could give me information on the validity period of the GPS assistance data?
In other words, how often do you need to download the data...
Hello,
I am working developing an application that sends data as notification to connected host at the data rate of 2KB/sec. The chip being used is NRF52832 with S132 soft...
Hello there; My setup: NRF52832 SDK 15.3 I'm facing some problems with FDS when i use it with BLE activated.
When i read or write on FDS using fds_record_open or fds_record_update...