I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
Hi,
I am developing a custom device with nrf52840 and use SPI for flash driver and radar sensor.
For better SPI performance of the flash driver and radar sensor, I am...
As an example of this routine:
D:\Project\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_hids_mouse\pca10040\s132\arm5_no_packs\ble_app_hids_mouse_pca10040_s132...
DK is not powering ON suddenly.
All the Power Switches are selecting properly (SW8 = ON, nRF Power source = VDD, SW6 = nRF ONLY)
USB is connected to J2 Connector.
Observations...
Has anyone been able to connect the nRF52 to MATLAB using their new Bluetooth Low Energy Communication interface ( https://www.mathworks.com/help/matlab/bluetooth-low-energy...
Why is "No location data available" always printed when SUPL data is downloaded in gps sample app? This happens at any place. I guess this causes a long TTFF.
This is a...
Hello. I have a DK nRF9160 0.8.2 version. I am sending AT command through UART with an external MCU (STM). I am interested on evaluating power consumption during an UDP packet...
Hello,
I am trying to integrate OPTIGA Trust X with the OpenThread example, "mqttsn_sleepy_subscriber"(from nRF5_SDK_for_Thread_and_Zigbee_v4.1.0 SDK). I tried adding...
Hello.
I am running Segger studio 4.5 on Windows 10 and the ble_app_uart example project that works fine with one connected central device (i.e. iPhone with nRF Toolbox...
Dear all,
I'm using nrf52-DK with PCA10040 as sniffer. I develop 2 custom board (nRF52840) (one acting as master, one as slave) and I would like to make some considerations...
Hi,
I have develop an application using the nrf52832 combined wit the ICM20948 sensor.
The application use ESB communication between peripheral and central. I have solder...
Hi,
Keywords: nrf52832, pwm_driver, two pwms, 6 channels, pwm in sequence
I have four LEDs: three mono white LEDs, one RGB LEDs(three color leds) that produce white...
Hi,
I use usb_msc in nRF5_SDK_15.3.0_59ac345 use case, format file system and create folder and its subfolder test, found that segger development environment compiled programs...
Hi
I have followed the all the instructions with regards to 'nRF9160 DK Getting Started' and all is fine until the stage "Building and testing a sample application" where...
Hi Team,
We need to enable the two crypto backends one is CC310 and mbed TLS at a time for our development purpose.
Why means one of our features used 128 bit AES ECB...
Hi, I need a little help with understanding to implement security in my application.
Most examples used by Nordic have public advertising on, so any device can connect to...