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...
Hi.
I am building an I2C driver for the Sensirion SPS30 particle sensor (datasheet: https://no.mouser.com/datasheet/2/682/Sensirion_PM_Sensors_SPS30_Datasheet-1888453...
Hello!
Im trying to change my application. Right now everything works with bonding. DFU and reading and writing characteristics. We have noticed a lot of clients unpair...
Hi all!
I'm trying to run the BLE light switch example on the nRF52833 development board using Segger. I get the following error whenever I try to build the client. This...
sorry where i can find the document/spec for the API that we can use to comunicate with LTE stack L3 . Using Zephyr ? threre are some examples that can help me ?
Best Regards...
Hello everybody, I have to develop an embedded system to acquire and process data. I will be using 2 custom PCBs based on nRF52832: 1- Sensor board: very low power consumption...
Hi Nordic, Please, I am doing a design with nRF52840 and would like to be clear on a few points. Attached is the electrical diagram .
Point 1 For the power supply I am using...
Hi Team,
We are using the nRF52840 DK for one of our project, as part of that we are using the RNG functionality with CC310 Library.
When we call this "CRYS_RND_GenerateVector...
Given a 3rd party BLE device (for example a fitness) watch, would it be possible to connect to it using the nRF52 DK and conduct a DFU on it? If so, is there any documentation...
Hi,
I am trying to nrfutil to execute dfu over BLE using nrf52 dk and nrfutil. I have no problems when I try to use nrf_connect mobile app, but I want to use nrfutil desktop...
I want to write my application logs to the flash. I am following this tutorial which is for nrf52: https://jimmywongiot.com/2020/02/24/print-log-flash-log-crash-log-on-nordic...
I want to change the GPIO settings for the pin P1.08 but in the register description (nRF52840_PS_v1.2.pdf) there are only the names and offsets for the pins from P0.00 to...
I've been looking for a DC Motor controller example (for nRF52840) but without luck. Some other users have referred to such an example so I figured it should exist.
Anyone...
I am using SPIM4 with easyDMA in list mode to read a set of registers from an SPI device, and everything seemed to work great until I attempted to use the double buffered...
For some reason I can no longer compile any Zigbee examples.
The errors I am getting are below.
I have no idea what the issue is and I can't find any resources to help...
Dear sirs,
Here we've faced with the issue about logs output, could you please help?
We need to use two CDC_ACM devices on the board: one for shell and printk() output...