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...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
Hello everyone
I am trying to configure the write values like in the link loss profile it is possible to write no alert, mild alert, high alert, similarly i have created...
Hello!
I would like to know if it is possible to send an unique Gatt message that contains notification enable for multiple characteristics.
For example,
buf[0] ...
Hi Nordic,
I posted the issue with BSP package in devzone.nordicsemi.com/.../
unable to attach the main.c file mainOriginal.c
HI Aryan,
Thanks for your reply. Its working...
main.c HI Nordic,
I don't want bsp.c in my project. So I removed the bsp.c and included custom_board as mentioned in devzone.nordicsemi.com/.../
I am also using UART for...
I have the nRF52 dev board "PCA10040".
I downloaded "nRF52_SDK_0.9.1_3639cc9" SDK.
I noticed that there is no installer for the SDK.
I unzipped the SDK and using Keil...
Hi all,
Since I will use broadcast way in RF transactions between one NRF24LE1 based senders and serveral NRF24LE1 based receivers . I was told not to use "Auto ACK" in broadcast...
I'm new to Bluetooth LE, Python and C. I have the S130 python examples for heart rate testing. I am attempting to modify the heart rate collector code to act as our central...
I am able to use pstorage_clear and pstorage_load without any problems, but whenever I try to do a pstorage_store the callback function is not being invoked. This problem...
-Essentially I want to do a device firmware update on to the nrf51422 using my Android phone (the nrf applicaiton). I am using your sample code for a project that my company...
Dear All,
what example would be best starting point for a transparent COM port over the air connection with nrf51422?
We will require 9600baud and there will be custom...
I have been looking at the nRF51822 for a project, and have looked at several designs available on the web for reference (I prefer to plagiarize working stuff rather than...
Hello.
After connecting with a central, ble_evt_dispatch function in main.c receives BLE_EVT_BASE event (0x01) periodically. What is this? It looks like events related with...
Hi,
I´m using a watchdog in my Application. Furthermore I need the ability to use the ota/dfu functionality.
I trigger the bootloader with a simple beacon.
if((memcmp...