Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
To reduce power, I'm trying to find the best approach to minimize the cpu load when sampling an accelerometer at a high rate, e.g. 1.6Khz. Is there a way to DMA a sensors...
I am writing a crc checker for the application and the softdevice . I am using a s120 version 2.0.0 it currently has a upper boundary of 0x1D000 is this a hard boundary for...
Hi everyone.
I am making an application which combines two services (ANCS and Nordic UART). I compare the advertising_init() function from the two provided examples (ble_app_ancs_c...
Hi,
I've been searching the devzone for TWI examples, and preferably an example with MPU6050. Here are a conclusion of stuff that I found, but as some of them were for...
Hi ,
I tried to upload the application firmware using OTA service through MCP, I successfully get connected and the transferring of application hex file also gets successfully...
Hi Guys,
once again, I have strange behavior of my code.
In my code I try in loop after ble_event received change PWM from 0 to 255 for my motor device. In debug logs...
Dear,
Please, could help me ?
My knowledge in RF is basic.
I am developing a system to use 8 RF channels (nRF24L01 +) simultaneously.
I'm using Balum 2450BM14A0002...
Hi,
I’ve just ordered a few nrf51822 (from seedstudio ) and waiting for them to arrive.
They come preloaded with SoftDevice 6.0 or 7.0. with a pre-flashed OTA boot loader...
Hello, I am trying to connect a Nexus 6p running Android 6.0 to the NRF52 dev board. I have tried numerous ble examples in the SDK, but nothing ever appears in the nRF Master...
So if I start a program in debug mode some zero-inited static variables are non-zero.
ldr r1, =__etext
ldr r2, =__data_start__
ldr r3, =__data_end__
subs r3, r2...
I'm attempting to use the app_trace module. I've set it up as follows:
int main(void)
{
// Setup tracing. Also sets up UART.
app_trace_init();
app_trace_log(...
Hello,
I know that this question has been asked a few times, but I am a little desperate after trying to get debug logging over the Virtual COM Port to work. Here are the...
Hi,
I've recently got some brand new nRF51 Dongle, and used nRF51 DK. The problem is that DK is not recognized by mine PC. There's actually some example program (heart...
Is that bad to call RTT functions if there is no SEGGER connected?
I mean, if there is no RTT viewer connected, what the RTT library does with the message to transmit?...