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...
Hello,
I have prepared an nRF52840 with DFU example (dfu_nrf52840_xxAA_s140_6_0_0).
When making the DFU package for the blinky example (bin/blinky/blinky_nrf52840_xxAA_s140_6...
Hi all,
I'm working with 2.1.0 version of Thingy:52 firmware (the last version currently). Further I am working on Linux with SEGGER J-Link Commander V6.34c in order to...
Hi,
I want to read register 0x00 (chip ID) of ads1292. i do following...
===========================================================================================...
Hi
I am developing 4 layer PCB for the nRF51822 with a power and a ground plane in the inner layers. I will be using a balun from Johanson Technology (2450BM14E0003) with...
Looking to apply an nRF52 chip in a wearable device... ideally without mounting it on a board.
Is that remotely feasible?
It would still be necessary to connect to 12...
Hi to all,
i have a project that was based on SDK 13 and in that version i had a bility to call fds_record_write with multiple data chunk, but in softdevice 14 and sdk15...
I have integrated the code of the multilink into the uart central example. The project can be built without error. however, it is not possible to establish a connection to...
Hi,
I'm starting development of a new product utilizing nRF52840 mcu. We used this chip in previous product with Bluetooh stack (SoftDevice). I didn't participate on this...
Hello!
Since the code of nRF connect code is open (on github) - is in possible to extend supported devices list? In other words, is there any way to use non-nordic boards...
I would like to know if you can create a mesh network with nrf52840 preview DK?
Would you have a problem with this board?
currently, would a better option create a...
Hi,
Using the reference schematic No.4 given in the NRF52840 datasheet I made a design. I was able to test all the peripherals and range testing without any issues. But...
I am working on a custom I2C bootloader for nrf52832 using SDK 14.2.0. Currently, the bootloader can flash the application code very well. But I have no idea how to flash...
nrf_soc.h in these distributions reference symbols like SWI2_IRQn which aren't defined unless the build includes nrf51_to_nrf52.h, something I try to avoid when building for...