I have a greenfield project that I am currently working on and I am trying to work out the best approach to limiting access/features via Bluetooth.
In the past we have used...
Hello dear Nordic support staff,
I'm working on some legacy code (NCS 1.8.0 in case it's relevant) and see this in the inclusion list of one of the files:
Functions...
Hey there!
I'm trying to run the 'wifi/shell' sample on v3.0.1 on a nrf7002dk (targeting the nrf7002dk/nrf5340/cpuapp) with sysbuild enabled, of course and I'm getting...
Hi Teams
I am designing a product using the 9151 SIP. According to the specifications, the operating voltage ranges from 3 to 5V. From the hardware design guide, I learned...
We have a design in EVT and we're preparing for FCC testing. It's a dual radio board with nRF52840 and a Semtech LR1110. Therefore, we need both to be active and transmitting...
Hey,
I have been using the FOTA download client library with bg95 module for HTTP dfu for a while and works perfectly fine.
Now that I have added a few additions to my...
Hello support,
For our project we have an integration with Memfault for metrics, coredumps and log files.
We are currently developing in NRF 2.7.0 on a nrf9160 chip. ...
I am using read characteristic to read data from from a characteristic. The characteristics range from 2 bytes to 32 bytes in length. The time to read the data using IOS,...
For those of us who were not invited to Norway to try the nRF52 over the next two days....
When and how can we get our hands on a nRF52 development kit?
For example, ble_advdata_set() wants to insert company identifier and a "00" in the last byte of the response packet. Are these required, and if not, how to use the ble_advdata_set...
Hi there,
One quick question about updating Beacon configuration, including UUID, major, and minor. For development, we can use our APP on the phone or Master Control Panel...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I'm currently testing a custom board using BSP_SIMPLE defined in my board header file.
This is failing to build due to undefined BSP_LED_APP_TIMERS_NUMBER.
Appears to...
I have added a power amplifier in nrf51422, but I don't know when I should enable/disable the power amplifier in order to reduce power consumption, i.e. when listen for scanning...
Hi,
I try to compile example application (ble_sdk_app_beacon) and I have error on linking objects.
My include section:
#include <stdbool.h>
#include <stdint.h>
#include...
Hi,
I'm trying to get a modified version of the serial "NUS" service to work encrypted with Android 4.4 (API 19). Everything works fine on iOS, but with Android I get ofter...
hi,there
raspberry can ping6 pca10028, rasberry can receive udp packets from pca10028.
but how can i ping6 pca10028 from pc?
env: pca10028 + csr ble dongle + raspberry...
i'm confused of the relationship of wirepas and ant+,both claim to surpport mesh network and multihop.what's more confusing is that both are promoted by nordic.
I look up...
I find in the following example code that if I start my application from a powered-off to a powered-on condition and main() executes the code as shown, everything works fine...