I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
Hello,
I wanted to verify if two devices are communicating by using a sniffer.
After running the radio_test example, I set up parameters for each transmitter and receiver...
hello, my code was built under ncs v2.6.0 and tool chain 2.6.0 without issue, I upgrade them to v2.9.0, then I get these errors, can not figure out how to fix them.
could...
Hello,
We are currently evaluating the nPM1300 as a key component on one of our new designs. This design must support both USB and solar charging using relatively low power...
Dear Nordic Team!
We are struggling with a fatal error occurring during boot phase before entering the application main. When setting the baud rate of UART2 to 38400 or...
Hi,
I'm new to fuel gauging and battery profiling and am trying to understand the process and the parameters used.
Is there a description of how a battery model is created...
Hello
I made a project based on this guy's example taking the same settings, but considering the specifics of nrf52. Since it's a relatively recent solution, I thought it...
Hi
im develop my keyboard in 52840 by ncs sdk. To increase the transmission speed, I changed the value of REPORT_SIZE_USER_CONFIG to 64 when connecting the USB to the computer...
Hello,
after some trial and error, I managed to use the "Bluetooth: Direct Test Mode" example with NCS 2.7.0 (Sysbuild) and USB.
Now I'm questioning myself how to correctly...
I am facing error while building the sample "Hello World for multiple board targets using Sysbuild" without changing anything in the sample. I am using nRF connect SDK and...
If I have started scan, and want to restart scan again with a new scan_init(); I got an exeption.
With my same ticket I understood, I can't change "update the identities...
Hallo Nordic support team
In a current project I have got stuck with cmsis_os . The micro restarts after trying to send the first package with bt_nus_send.
The same code...
while Sending MPU6050 sensor data through BLE (5340DK) .In the nrf connect for mobile I am getting following data,sensor reading is not transferred propoerly In the vscode...
In the past I was able to configure ZBOSS to report attributes that are not required to be reportable by the ZCL standard. For example, I'd like to report attribute 0x0001...
Working to comply with EN 300 328 V2.2.2 by reducing Media Utilisation to <10% on my FHSS system. I've been told that over-the-air, the NRF24L01+ actually transmits 9 bits...
Hello,
I'm using visual studio code with nrf 2.9.0 with a nrf9151 on WINDOWS
I added the aws_iot sample as a workspace application
Once I tried to build the configuration...