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...
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. ...
Hello everyone,
I'm developing an application using the SX128x radio with the LoRaWAN Basic Modem.
The project runs successfully on a custom board based on the nRF5340...
Hello, can you say me:
1) which Stack parts in Mesh SDK: nrf5_SDK_for_Mesh_v2.0.1 are implemented in harmony with Bluetooth Mesh Profile Specification and which are not...
Hi,
We are attempting to send data via BLE every 100 ms using an app_timer. The app_timer sets a flag and in the while loop in main.c we call
ret_code_t err_code; do ...
Hello, i'm currently doing my own DFU central for the BLE DFU on SDK 13, i followed all the steps on this link , i created the init and image files with nrfutil and now i...
I am trying to connect my Ubuntu machine with my nrf52 custom board my setup is as follows, Ubuntu machine --> FTDI USB2UART --> HCI interface of nrf52 I can see on my logic...
My application (nRF51 S130 v2.0.1 SDK12.3.0) uses the Radio Timeslot feature for multiprotocol support similarly to the example in https://github.com/NordicPlayground/nrf51...
am trying to synchronize two nrf52840 thank's to state gpio with gpiote function but it return an error code 4 (No Memory for operation) whith this line -> NRF_LOG_INFO("no...
Hi Nordic Team,
What I want to achieve is to add a service with a custom 128-bit UUID that has about 4 characteristics with a completely different 128-bit UUIDs that are...
Hi Nordic,
I'm using NRF52832 to design a producation that needs four SPI interfaces.
The four spi peripherals are: gSensor, LCD, SPI Nor Flash, and PPG Sensor. Now...
Hi,
I'm working on a custom board with the nrf52840 engineering version n52840QIAABB with de SDK15. I've tried the exemple usbd_ble_uart from the SDK15 and it works well...
Figure 1. Data encoded and sent (attached)
Figure 2. Screen shot of wrong Time data (attached)
Here is some code that seems to be correct, sending 10 bytes that look...
Hi ,
I want to know how to give passkey to nrf8001 peripheral mode if it dont have display/keyboard/button, I have hear about justworks but not sure how it will work. Could...
Hello,
I am was playing around a bit with the twi_scanner-example and I figured out, that no matter if I chose the legacy-layer with nrf_drv_twi-functions or the new nrfx_twi...
Hello,
I wanted to ask the community/Nordic for protocol advice for a specific application. I want to connect a series of sensor modules in a hotel. The sensors are in adjacent...
there are proxy client and proxy server in the light switch demo of mesh sdk v2.0.1.the proxy client can't be provisioned after i had provisioned another client,is there only...
Just starting development with nRF52840-Preview-DK using Bluetooth Mesh.
I've loaded compiled, Light switch server example code for nRF5_SDK_for_Mesh_v2.0.1 along with nRF5_SDK_15...