Hello,
I am working on a hardware design with two MEMS PDM microphones and a mono speaker. I think I have the peripherals allocated and wired correctly but wanted to run...
Hi,
I'm trying to connect to the EMQX(what I made on GCP) using mqtt protocal. I'm using the sample code that nordic provides in lesson. Based on the Exercise4 code which...
Hi I'm having the exact same issue found in this post:
I've only just started evaluating the board and haven't gone as far into measurements as that poster, but something...
I'm in the process of upgrading one of our applications from NCS 2.6.1 to 3.0.1. According to this document, the only versions of NCS that support modem firmware 2.0.1 and...
I 've been working with the nRF54L15 for a bit now and it' s been great, but trying to get a bit fancy now and running into problems. I 'm developing with the latest NCS v3...
Hi.
I'm using nrf Connect SDK v3.0.1 and Zephyr v4.0.99 to implement a IoT device which connects to a Thingsboard server with CoAP. With the COAP_CLIENT Lib I want to download...
Hello,
I am testing the RF range of a BLE application based on PAwR (Periodic Advertsing with response) in coded PHY (S8) with SDK 2.9.0.
In order to test the robustness...
Hello
I need help with 128 bit UUID for BLE.
Could you explain me how to specify my own 128 bit uuid?
Whether it should be unique?
Bluetooth specification refers to...
I am planning to write a simple OS for nRF51822 based on framed loop principle.
Nothing fancy, just bog standard 10mS frame and optional round robin scheduler.
The questions...
Hello,
I am designing a circuit using the nRF81522 chip.
I was wondering what should I do with the unused I/O pins.
Would it be OK to leave them unconnected, or there...
Hi
Could I use 3.3V to the C3 capacity in the application example,datasheet?That is to say,C3 doesn't connect to VDDPA pin and 3.3V connect to the C3.I found that it is...
We have developed our custom nRF8001 board and connected with Arduino UNO bord. we have used nRF HRM demo application from Github . We are using nRF utility application from...
OK, I didn't read enough fine print before I plunged in, but my version of the nrf51822 I have on a bunch of boards isn't supported by the new SDK.
In a premature onset...
I'm trying to use notifications with Android 4.4. When my service issues a call to sd_ble_gatts_hvx, the result is BLE_ERROR_GATTS_SYS_ATTR_MISSING.
From this link , I...
Hi
when i call twi_master_transfer function in for(;;) loop of file ble_app_hrs project.
Kindly tell me what to do for that.
for (;;)
{
for(i=0;i<10;i++)
{
...
When I plug the PCA10000 into my mac I can see it presents 3 USB interfaces. The first is interface class 0x02, Communication Control, the second is 0x0a, which is Communication...
Hello
I have problem to reach 100 feet and a high data rate using BLE.
I am thinking about using gazell. Is possible to communicate with gaxell protocol to IOS and Android...
Hi guys,
I am trying to get the maximum packet size out of my nrf24 radios. If I am implemeting my own radio protocol which doesnt require 3-5 bytes of address is it possible...
Note that nWP-018 "Migrating to the latest nRF51822 chip version" specifies that the SDK version which should be used with the Eval Kits I have (version 1.0, chip variant...
I'm using the nRF51822 with the version v5.2.1 S110 soft device and have implemented a communication scheme that is very nearly identical to the Nordic UART protocol as implemented...