Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Anyone able to run the nRF9160 DK on Window 7? I see the 3 serial ports and the mass storage device but even though I see the device in the Programmer app I get "Unsupported...
Hi dear,
Good Day!!
I am using nRF5SDK1702d674dde\examples\ble_peripheral\ble_app_uart- software to test the UART over the BLE to my mobile , The BLE was automatically...
Hello,
i am using "ble_app_uart" example code in nrf SDK to connect to bluetooth and to read-write the data after connection through nrf connect application.
write...
We are using a custom board with softdevice S132, sdk14, and freertos and ana nrf52832.
Our ble_app does:
init gpio put up a splash screen via a display on spi
...
I am starting a new project using SDK 17.0.2, DK52 dev board and Segger embedded Studio.
To create the new project I started from ble_app_buttonless_dfu and commented out...
I got the update notice for 3.6.1, the install gets to around 33% then just sits there. This happens both with upgrade and with clean install for me, I left it to hang for...
Hi all,
in my current platform I have:
a DK (we are working to implement HW modifications to use a nrf52 dongle for this purpose) that is performing as a Thread DFU...
Hello,
I am currently trying out the assert mechanism of Zephyr.
I have added CONFIG_ASSERT=y to my prj.conf file and included " sys/__assert.h " in my main.c .
My program...
Hi,
May I ask what's the minimum reference circuitry for running nrf52840 without RF? Thanks.
My scenario is as follows.
1) RF, eg, Antenna is not needed
2) GPIOTE...
Hi,
I'm developing a CENTRAL using 52832 to connect a earphone.
1.When I enable LESC, the pair fails with the AUTH_NOT_SUPP error. Why ?
What I think if the earphone...
Hi.
I'm trying to use direct advertising to connect only with devices that have already been paired.
When I start direct advertising, I get a app_error_fault_handler...
Hello,
I am using nrf52832 and I just have 3 questions regarding it.
1) SAADC change over temperature. According to the datasheet, it has a change of 0.02%/C but I only...
Short version: can I use a pin both as a GPIO input to trigger GPIOTE PPI event, and as SPI MISO *at the same time*?
Detailed version:
I want to use the SPI peripheral...