Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi
1. How to set PWM power-on state to Low level in ncs v2.4.1 2. How to configure the dts file so that the corresponding I/O port is in the low state when PWM is powered...
Can we run our Customised Bluetooth Host Stack on nRF5340.
Please provide us with sample Brinup Code for Bluetooth Controller.. Send HCI Reset and Bringing up the Controller...
We need to retrieve data from an FPGA to the nRF5340, process it with the network and Wi-Fi protocol stacks and then send the data to the nRF7002 for Wi-Fi transmission. We...
i'm trying to read voltage signals from a sensor using internal ADC.When the input is not connected,there will be noise. I use differential input pins like this:
NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_DIFFERENTIAL...
Hi,
i need to store few configuration bytes in non volatile memory. I found out there is settings module that can be enabled in Kconfig GUI (SETTINGS option).
My use is...
Hi,
I have successfully programmed the nRF5340 Audio DK as a gateway device using the Command Line Tools and by using the directives listed in the 'nRF5340 Audio' program...
I'm working on adapting ST's RFAL NFC library for ST25R3916B/X-NUCLEO-NFC08A1 on an nRF5340/DK in order to emulate an NFC tag, and have run into an inconsistency I'm hoping...
I have an application where I need to trigger time critical SPI reads of accelerometer data (sample rate is very crucial and data is fed into a FFT). In my current SDK based...
Hello!
I have added a UART and I2C to the Mesh Sensor Server example and on a custom NRF52840 board everything works fine.
Today I tried to add SPI without success.
...
I am trying to interface my PDM mic (ICS 41351) for a week now , and only got erros . Please direct me to a simple Project Code to use PDM mic with my nRF52840
Hello,
I am working on unidirectional voice broadcasting device where the maximum range is the priority. At this time I am developing on Audio DK boards.
I need some help...
I'm trying to send a parameter over BLE, but once i've stopped using the BLE stacked (and unininited softdevice) I can't seem to save the parameter recieved with pstorage...
I am trying to use mpu6050 with nrf52840, using bare metal programming. The program gets stuck at this loop -
while ( NRF_TWI0 -> EVENTS_TXDSENT == 0 ); what is the problem...
Hello
I've previously developped a BLE peripheral product with a nRF52840 chip. I've been able to do everything I wanted for my peripheral and while I was making it I...
How to determine if the download is complete when downloading files from the FTP server using the ftp_get function?
Although Ctrl_cb will return code, in my actual testing...