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...
I am trying to read data from a chip over SPI.
The implementation of the SPI comms is not ideal as they require a new CS/SS line toggle on every byte. I cannot do a bulk...
I hope that someone can show a clear example of this. I surprised that it isn't in the SDK examples. Basically, it is necessary to stop the BLE SD, in most low-power examples...
Hi,
I am having a problem where the client is unable to receive notification from a peripheral after the softdevice in the peripheral returns 0x3002 after a disconnect....
Hi,
I am trying to implement DALI-104 (IEC-62386:104:2019) on top of openThread protocol.
I am using Thread: CoAP Client and Thread: CoAP Server and want to configure...
I am Rattana. I have some project for Bluetooth communicate with mobile phone. Then I will use BC805M(nRF52805).Nomally I connect my MCU with HC06 and I use MCU because I...
Hello I'm now trying to implement the IOS Phones (Central) - Device (Peripheral) liver UART using Multiple Connection - Nordic Uart Service. Devices tried to send a UART signal...
Hi,
We are following the project CHIP and planning on design a matter device with our existing hardware platform. The below are some questions about it:
1. Our platform...
Dear Nordic Bluetooth Experts,
My project is quite simple: A BT Mesh device (generic level server model) powered by a Nordic nRF53832 and an Android app that is used to...
Hi Everyone,
This new way of doing firmware seems to have taken such a turn from what I've been doing for the past 20 years that I don't know where to begin. All I'm trying...
Hello,
I am using android nrf mesh app as a base app and using the latest nrf mesh library version.
I am taking provisioning trails on inline on-off controller.
While...
Hi,
I have used "write_handler(p_ble_evt->evt.gap_evt.conn_handle, p_rtc_service, p_evt_write->data[0]);" to send data to nrf52832 from nrfconnect mobile app but iam able...
Hello,
For our application, we need to form a Zigbee distributed network and not a Zigbee centralized network. That means that routers need to be able to form a new network...
Hi , I have a problem when I wanted to combine the two examples twi scanner and usbd ble uart together although they work correctly individually I have a MAX30105 sensor which...
Hi all
We're developing an application for nrf9160 with zephyr-sdk v2.4.99-ncs2 and nrf-sdk v1.5.1.
In our project we are required to use a Library which forces us to...
Hello
I want to sampling two analog.. with different configuration and handler.
so I set two channels like this.
and then I call only one sample function like...