Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
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...