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...
Hallo Community,
I am doing the example ble_app_uart using Eclipse, a SDK 13.00 and a board 10040, When i compile the main file I´ve problems with scan params:
#if ...
#define UART_TX_BUF_SIZE 1024
#define UART_RX_BUF_SIZE 1024
Why to send and receive buffer length of the definition of 1024 bytes, increase the value, again if serial port...
Hi, I just bought the PCA10031 nRF51422 based USB dongle and PCA10028 nRF51422 based development board.
The difference between nRF51822 and nRF51422 was the ANT protocol...
Can I use below code to send data packets continuously over nus (>20 packets)
i=UserUart.RxBuf[1]+2;
index = 0;
while(i>0)
{
if(i>20)
{
while((err_code = ble_nus_string_send...
Hi,
I am using nRF52 chip with SDK13.0. MTU size 155.
I am connect with device using android phone. After sending 1 byte command device starting to send continuous notification...
hello there i think i need two uart in my application. i read datasheet of both nrf51 and nrf52
in both there is only one uart.
can anyone have implemented software uart...
Use this routine E:\nordic\nRF5_SDK_12.2.0_f012efa3\examples\proprietary_rf\gzll\experimental\gzp_desktop_emulator
To modify the can communicate with PC nrf24luep pairing...
Hi.
I'm troubled.
I use nRF52 preview DK v0.9.0 & Keil5.
i tried ble_app_hrs_c in example folder of nRF52_SDK.
This program stopped at
err_code = sd_softdevice_enable...
Hello all,
I am actually implementing an SPI-master driver in non blocking mode, I write the following code, when I use a debeug led, the program enters well in the IRQ...
I started with the blu_app_template on a 52840. I have advertising working. I can see that from an iOS app. I can also see the details of the service. I see the characteristic...
I am using the Master Emulator C# examples to build my own application. None of the examples are able to properly connect to a remote device. When I open up the Master Control...
I'm writing an nRF52 DK btle application using SDK 12. The DK comunicates with 2 external peripheral via SPI and I2C interfaces. Complilation fails with the error:
._build...
hi, i am reading mpu6050 with nrf51822. every now and then the data got corrupt because of softDevice interrupts. if i don't use Softdevice the it runs perfectly but when...
Hi All,
I am using UART with baud rate 4800, with even parity and 1 stop bit. I'm getting 6-8 bytes in a packet. I'm receiving packets for every 8-10ms continuously. This...
I am attempting to use Unity + CMock onboard the nrf51 for unit testing. I have Unity working and can even output the results of unit tests using Segger RTT libraries. There...