I am developing an application for an NRF52840 using Zephyr and trying to run unit tests on startup. My application sources are in my src folder, and my unit ztests are in...
I'm trying to set a public custom BLE mac address to my device but the flag CONFIG_BT_HCI_SET_PUBLIC_ADDR is not enabled. If i try to set it to true on prj.conf file the code...
I know this pin is used in QSPI even after disabling the QSPI I am unable to toggle the GPIO what is the reason.
And this the sane pin I'm using for I2C that's not working...
Hello,
I am working on a project using the nRF Connect SDK, and I need to implement both BLE HID and USB HID. I would like to know:
Is it possible to use BLE HID and...
I have a requirement where I'm using a .NET-based test adapter that communicates using the Modbus protocol over a serial (COM) port.
Now, I want to develop a BLE Central...
Hi,
My product uses the nrf52840 chip with NCS 2.7 and has a USB mass storage function.
I would like to implement a feature as below
1. When the USB is connected to...
I'm a new software developer and I'm not a native English speaker. If I ask questions through a translator now, the description might not be clear.
I'm currently facing...
HI,
I have very basic question: I plan to connect two devices on i2c to the nrf52. Can they both be connected to the same pins, and configured by software to select one...
I have been analyzing the Bluetooth snoop file on several Android devices, where the Android device is the Central (Client) and the peer device (nRF51822 with S130) is the...
Hi,
I am new to MCUs and I am trying to send information from NRF51 via UART (not BLE UART) to Putty. No matter what I try I can't seem to print anything on Putty. I started...
Hello!
I was copy template project from preinstalled folder to the desire one. When I opened program in new folder, the translate operation work fine. But when I pressed...
I would like to configure the connection timeout with the S130v1. This timeout is described in the following sequence diagram: infocenter.nordicsemi.com/.../group___b_l_e___g_a_p___c_e_n_t_r_a_l___c_o_n_n___m_s_c...
Hi there,
In the process of moving from SDK 10 to SDK 11, I've also been migrating an accelerometer driver over from using straight nrf_drv_twi code to the higher level...
Hello,
Is it possible to use easyDMA to transfer from GPIO to memory without involving the CPU? We need to read from a parallel bus for a short duration, without losing...
When setting up a 1Mhz square wave using NRF_PWM on the NRF52 or GPIOTE on the NRF51 while BLE is advertising, the PWM stops when the radio is active. The problem doesn't...
Hi,
I'm developing a BLE application for the nRF52 and I wish to use directed advertising and the whitelist.
I initialise the Bluetooth advertising using the following...
I have been using softdevice S130 version 2.0.0-7.alpha with SDK 11 in Keil using the pack installer. How do I change my project to work with the updated version that doesn...
Hi,
I believe there's a minor bug in low_power_pwm.c regarding pwm_state.
The routine low_power_pwm_start sets the pwm_state to NRF_DRV_STATE_POWERED_ON ; but it then...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
I am troubling shooting some issues between my device and iPhone using nRF Sniffer.
One of the errors the sniffer captures is this:
Master to Slave: Rcvd Read By Type...
I will be using the nRF52 adc from -20C to 85C and am trying to determine if I need to calibrate and if so how much temperature difference I can have before it is time to...