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...
Hello
Is there a way to stream data from one nRF51 device, to a second nRF51 and have the received data sent over UART to a host PC? Basically in my setup, I have a custom...
I'd like to understand why BLE_GAP_ADV_TYPE_ADV_IND is used while using a whitelist.
An example application that does this is the ble_app_proximity app. You'll see the...
Hi.
I need to use multiple SPI devices and I'm not sure which is the proper way to handle this, should I open/close each time the SPI port with different SS pin configurations...
Hi,
I wonder if nrf51822 has a clock inside it.
It doesn't need to be real clock
but It's important to me.
I store datas on flash and send it to the phone when it...
Greetings,
Kudos for implementing a no glitch version of PWM with and without using timeslot.
github.com/.../nrf_pwm_noglitch.c.
Could the reasoning for the following...
Hi,
I'm really struggling and the Android side (I guess?)
I have a nRF51 app based on the UART initially, with my own services added. etc.
On the Windows MCP it behaves...
Hello,
I work on nrf51822 with S130. I use nus service with uart_c and it's very slow (500 ms to send "abc" test string).
I am not energy limited on this application...
I'm working in a project & I need to update my firmware from my mobile app not through the nordic applications, when I tried nordic applications, just to prove the concept...
It's said that timer0 is used by softdevice and the current consumption differentiates for the defferent timer frequency (PS V3.1 table 22 and table 52).
But I don't find...
Hi,
when using a test based on the UART app, when running it a samsung all is working just great.
However, I tested it on a Nexus 7 with less luck.
From the Sniffer/wireshark...
Can anybody recommend me to select chipset providing following functions?
BLE (Bluetooth smart)
SPI Slave
No need external MCU
UART for debugging (optional...
SWD is supposedly a multi-drop bus.
Is there a way to program multiple nRF chips using only the 2 SWDCLK/SWDIO pins?
How are people programming and verifying boards...
i compiled the ble_uart_exmaple program and it get downloaded to the kit then the four LED on the nrf51DK started blinking continously i dont know what happen to board and...
Hi,
I have a question regarding sending sensor values from a slave to the multi link central. I am using a custom profile on the peripheral to send sensor values as notifications...