Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi All,
I am working on a project where i need to use a SPI 128x32 OLED display and a SD card interfaced over SPI to nRF52840 along with BLE. Although, i tried this with...
Hello,
I am developing a BLE app in which I need to print some logs to UART and recive some data from UART to my app.
Which modules should I use?
When I use logger...
my question is how to change the uuid in central to connect to peripheral and i want to send 20 bytes to central device using this uart_peripheral.
first of all my connection...
Hey,
I want to read the value of characteristic of conneceted peripheral. I'm using two BLE modules, one is peripheral and one is central. I connected with central to peripheral...
Hi. I have several questions about mbr.
1). Will mbr finish to write after unexpected power off?
2). Can I copy softdevice + application or only application using sd_mbr_command_copy_sd...
Hello,
We are trying to put togheter a custom mesh communication protocol based on nrf24L01+. Everything was good until we made transmission tests outside, from ground...
Nordic board nRF52 PCA10040, V1.1.1, 2017.1, 682048249.
The pins CTS, RxD, RTS and TxD are currently driven by the MCU. I want to use the SPIS0 in the nRF52832 with the pins...
Is there a Setting in IAR to program nrf52832 without Power cycling
nrf52832 does not start after programming from IAR IDE, using J-Link
But..
For both With J-Link...
I have been experimenting with using some peripherals on the nrf52832 without using the SDK. Primarily of interest to me right now is the low power comparator (LPCOMP).
...
i use nrf52832 .i want to connect device and send advertisment data at the same time. But peripheral mode cannot connct device and send advertisment at the same time. central...
Hi!
I am sorry if I had repeated questions in this forum. I would like to understand few things.
Test scenario
Central - nRF52840
Peripheral - nRF52840
Bluetooth...
I want to add wdt function in ble_app_uart. Please tell me where should I feed the wdt.
in below main loop?
for (;;)
{
power_manage();
nrf_drv_wdt_channel_feed(m_channel_id...
I'm trying to decide the best way to be able to have sub millisecond time keeping, but keep the processor sleeping until it gets a hardware interrupt.
Basically I need...
Hello Nordics Developer
I'm from indonesia, i'm electronics designer, i have develop new products using BLE, first develop i'm using nrf51 series but And my boss ask is there...
I'm trying to conserve space in the advertising packet, and would like to free up the space used by the 128 bit (16 byte) service item list, as this takes a minimum of 18...