Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
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...