Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
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...
Hi,
I try to change the endianess of transmitted data from Little Endian to Big Endian.
So for example when I want to transmit a value uint32_t valueTx = 0xAABBCCDD
...
I have nrf 9160 DK board and sdk v 1.4.2 ( downloaded from nrfconnect toolchain manager ) .
For example blinky , which is the DTS file it takes and how do I modify it ?...
Hi,
Firmware v1.31
I have a question about using those call functions https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/modem/lte_lc.html#c.lte_lc_deinit...
Hi,
I cannot compile the example/ble_peripheral/ble_app_uart project (others examples are compiled ok). I didin't make any changes. The errors are some files in the library...
Hi,
I am working on a personal project, and I have added my own functions in the ble_app_template project. I was trying to add the UART functionality in this project, based...
I'm using JLinkRTTViewer to view the outputs from the application and to enable the logging, I used the following configs in sdk_config.h:
set NRF_LOG_BACKEND_RTT_ENABLED...
Hello
SDK ver 17
DK nRF52 DK
DK is a peripheral connected to many centrals. Every time I connect to a phone I get the messages attached in the picture.. My question...
Hello, support team:)
Currently I am working on SPI communication with LSM6DSOXTR.
CLK, MOSI, SS is working as expected. But there is no MISO signal.
0) All SPI...
Hi,
Just would like to know is it possible to proceed auto pairing by restore the MAC address of host?
The current idea is using direct advertising to speed up the pairing...
Can a provisioner work as a client connect to a server
how do I set on the phone app(iPhone 10s)
in example/light_switch I did not do any change on the example
...
Hi,
I'm in the process of integrating nrf52840 module in HCI over UART to a linux host.
So far I have been able to build the hci_uart in from the samples and bring it...
Dear Members,
How can I share GPIO pin between SPI and I2C peripheral ?
I see SCK_PIN and MISO_PIN for SPI are the same with SCK and SDK on I2C
#define SER_APP_SPIM0_SCK_PIN...