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...
Sir,
I wanted to know about transfer of data from nrf to msp430 via spi pins. For this condition, which function/api is used for transmission of single data to slave. What...
I am sorry for asking such silly question,but i failed to search with key word 'gpiote'.
so here is my question,
what is the GPIOTE?
what is the relationship with GPIO...
Hi , I am using the SD 4.0.2, the SDK is 13.0.0_04a0bfd, and the IDE is IAR 8.11.1 to develop production, I integrated the DFU, and I download and updated the APPLICATION...
Hi,
I had been doing nRF52832 porting before
Now, the nRF52840 porting is in progress, but there is no Libraries-trace-app_trace.h file
that was in the old version...
Hi,
We're contemplating using the SoftDevice without using the Nordic SDK. We feel the SDK bloats our code when all we need is some simple GPIO, I2C communication and BLE...
I am using the peripheral_timer as a template to play with timers. I changed the timer_ticks to 8000 to generate timer interrupt at 500 micro-seconds. All other timer configurations...
Now, I am making DFU zip file use nrfutil, but i don't know the version of S132 4.0.2 on "--sd-req TEXT", I know 3.0.0 is 0x8C, please help me find it, thanks
Hi there,
We are developing bluetooth bracelet using 51xx and 52xx Bluetooth chip and the hard hardware part has been done.However, for safety considerations,we need to disable...
I have download latest S130 SDK. And I try to send ADV in 100ms. Now it takes >= 250 ms. I use the scope and find SOFTDEVICE_HANDLER_INIT takes 248ms on PCA10028 board.
...
In this Nordic page, BLE 5 has a new feature of advertising extensions: www.nordicsemi.com/.../Bluetooth-5 . Is there any example or document how to program this chaining...
hello,I am testing twi scanner example of nrf52dk.I want to read slave address, the sda & scl pins are 26 & 27 respectively. I am connected PCA9536 module as slave & address...
I have developed the code to send the data of mpu6050 from ble peripheral to ble central. i can able to receive the accelerometer values at ble central.It works fine.
Now...