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 Development team!
First off, many thanks for all the help provided so far.
I'm trying to add the ZCL messaging cluster to the multi sensor example, how could I go...
SDK: 15.3.0 Example: ble_app_multirole_lesc DeviceA: EYSHJNZWZ (nRF52832)
I want to know the relationship between API and events. Take "sd_ble_gattc_characteristics_discover...
Hi nRF Support,
I get nRF5 SDK version 17.0.2 and learn Peer Manager handler implementation (pm_handler_flash_clean function). Lets consider this case:
- 2 bonded peers...
My thingy:91 does not connect to the LTE network. However it does detect the Swisscom network (Switzerland) and shows it as available.
I did:
update the modem with mfwnrf9160123...
Hello, I am trying to program the peripheral uart sample on to my Thingy 91 using the nRF9160dk and 10 pin connector. I am able to successfully build and download the target...
I hope I am posting this in the right place but I am looking into learning more about developing devices that use Bluetooth. I have been looking into getting a dev board but...
Hello All,
I am working on nRF52840 DV-kit, using SDK - nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71
I am trying to create .c and .h file in my project for gpio_configuration...
Hi,
I have layout a borad with nRF52810 and use IO to control other ICs.IOs map as blow.
#define LSM_6DS_SPI_CLK_PIN 9 /**< SPI */ #define LSM_6DS_SPI_CS_PIN 4 #define...
We are using nRF52840 chip for our development and till now we have used nRF SDK's zigbee CLI example for development.
Now we are interested in nRF5340 chip but I have not...
hi,
iI'm newer useing nRF5340, nRF5340 two cores communicate via IPC ,then exchange data through which path that is IPC or CTM ,What's the difference between IPC and CTM...
Hi,
I am powering the NRF52840 in normal mode by supplying 1.8v to VDD with VDDH and VDD shorted.
In order to use USB the VBUS pin is connected to the USB VBUS line. ...
Hi,
I am programming the PCA10040 board (tested 2 different boards) with the ram retention example program from the latest SDK (NR5 17.0.2). With this example is supposed...
Hi :
We create UART Over BLE service on NRF52832 SoC. It worked fine used SoftDevice V2.0.
Now update SoftDevice to V7.2.0. got this issue. where can i found SoftDevice...
I'm trying to drive the RGB LED light on the Thingy:91. So far, I've not been successful. I was hoping that by listing the steps I perform I might be able to get some advice...
Hi,rotocol
In Nordic's Smart Remote 3, it is mentioned that IR transmitter is protocol agnostics while IR driver is Protocol specific. Is it possible to write a common IR...