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'm using ncs 2.9.0.
I configured the GPIO in device tree like this:
And I used it in .c as follow:
But FATAL ERROR was got when the gpio_pin_interrupt_configure_dt...
Hi! In order to get more accurate battery SOC measurements I need to provide a custom battery model to the app. So, I had to use the nPM1300 EK + Fuel Gauge board to profile...
Our device is set up to provide AT Commands directly to nRF9160 using a USB UART connection and control using a VT100 Terminal simulator. When attempting to connect to the...
Hello. I'm using npm1300ic. In one example, there is a battery_model.inc file related to li-po 3.7v 200 mah battery, and the battery you are currently using is li-ion 3.7v...
When dynamically allocating BLE GATT services and characteristics using custom structures and Zephyr’s dynamic memory functions (e.g., k_malloc, k_calloc), the service registration...
Hi there,
One of the functions of the DECT MAC layer is to allocate radio resources to RDs. According to the standard, the MAC layer does that using special beacon messages...
Hello Nordic team, Whilst porting our product from nRF Connect 2.4.1 to 2.9.1 we encountered the following problem. When compiling with ZIGBEE_FACTORY_RESET=n we get Seems...
I'm new to developing nRF devices. This is the first time to set up SDK.
I installed Toolchain Manager v1.2.6 to install SDK, but it is too slow and falls into error. It...
i'm looking for an extremely simple BLE beacon app, which advertises (say) at 1HZ and then enters a "low-power" sleep mode....
there are numerous samples included in the...
Hello forum ,
In here i will upload my project in zip where i m using w25q64 flash -nrf52840 .i m trying to read data of qspi flash read write and read for an two byte(trying...
I am in the process of integrating a custom display driver (ST7305) into my Zephyr-based project and have followed the necessary steps:
Placed the .c and .h source files...
I'm using SDK version 2.9.0 with an nRF52840 in a combined peripheral / central application.
The nRF52840 device starts advertising, but then after connecting (as a peripheral...
Hi,
I am trying to download the nrf connect toolchain in vs code but getting this error
Error: Failed with exit code 1. Failed to download toolchain bundle Caused by...
Hello.
I am developing an application based on IOS-nRF-Mesh-Library, and currently considering porting firmware upgrade function of IOS-nRF-Connect-Device-Manager for updating...
Dear All:
I don't have a le audio enabled phone, and i want to study the hci commands about cis and bis setup up processure.
Could you please provide some HCI logs from...