Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
Hello,
While developing the device, I found that the SAADC module on the NRF52833 incorrectly measures the voltage on the NRF_SAADC_INPUT_VDD channel if you set the REGOUT0...
Hi,
We have a device in production based on nrf52840 which uses UARTE to TX/RX data to/from a washing machine and in paralel communicates with a Phone App via BLE.
SD...
Hi,
I am using nRF5340 Audio DK. I have 3 kits currently and I have programmed one as a headset and the other two as gateways.
I would like to use the whitelist so that...
I think it'd be nice if there was a connect button like this.
but my device appear one button.
I think the multi-link function should be possible to solve this problem...
Is there a working example with using gpio_dt_spec for accessing gpios?
I used the code provided from https://docs.zephyrproject.org/latest/reference/peripherals/gpio.html#c...
Hello, by usingnrf52832 DK and testing some examples i found out that the example peripheral UART was not going like I wanted to do. He is going to sleep mode after 3 minutes...
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v1.0.1%2Fmd_doc_getting_started_how_to_models.html
Linkte verilen yönergeleri takip ederek...
Hi all, I discovered that if I get BLE_GAP_SEC_STATUS_AUTH_REQ while pairing, the device is basically useless until a new reset. I would be extremely grateful for some help...
Hi All,
I have a project which uses the zephyr shell, but I can reproduce the issue with zephyr/samples/subsys/shell/shell_module or any other sample making use of the UART...
uint32_t address = XIP_ADDRESS + addr ;
uint8_t * p_data = ( uint8_t * ) address ;
for ( int i = 0 ; i < len ; i ++ )
{
data [ i ] = p_data [ i ] ;
} The Pin of QSPI...
Hello,
I recently installed the VSCode Extension for nRF Connect and I am experiencing, what seems to me, strange behaviour.
Here's the steps:
I create a project from...
Hi
I modify the ble_app_uart_c example to support connecting multiple nus peripherals.Calling the new_cccd_configure(p_ble_nus_c, true) return error after nus_c discovers...
Hi,
I am using nRF Connect 3.9.1 and power profiler 3.2.1. I have noticed that if I have a measurement on-going and go away for a while (4mins tested while writing this...