Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Dear Nordic Engineers
I used gd25lq32e to replace mx25r6435 and it is a 32Mbit Flash, when I add it to the Devicetree of Lwmwm(NCS 2.6.1), the build will report the following...
I'm currently working on a POC for the nRF9160 with an external host processor. I have the Serial LTE Modem example running on the nRF9160 and have the serial comms between...
Hi,
I have a simple question ... I think.
I have been limiting my USBD reads/writes to 64 bytes as NRFX_USBD_EPSIZE and NRF_DRV_USBD_EPSIZE are set to 64 bytes. I have...
Hi all,
I am using the nRF5340 DK. I am trying to run the ncs/nrf/samples/openthread/cli sample with no changes. I have tested this in both ncs v2.7.0 and v2.6.2. I am able...
I'm adapting the sample code for TF-M secure peripheral sample (NCS v2.5.0, nrf/samples/tfm/tfm_secure_peripheral ) to also add a UART peripheral. But this sample uses the...
If there are any compile errors in a LOG_xxx call, the compiler prints so many error messages that it becomes impossible to tell which is the actual error. E.g. below is the...
I've just purchased a PPK2 and before I did I check to see if OS X 11.7 is supported - it is ( https://docs.nordicsemi.com/bundle/nrf-connect-desktop/page/os_support.html...
Is it safe to connect the communication peripherals (SPI, UART, I2C, etc.) of an nRF52840 in system_off state to powered peripherals that might (or not) possibly transmit...
Hello Nordic Team ,
This is not a technical problem/question. I don't know this is correct place to write but I want to inform Nordic and whole community in Turkey. I am...
We are working on a broadcast assistant that should be co-located with a broadcast source, and it should only help with the stream provided by this broadcast source.
What...
Hello,
I'm designing a custom board with an nRF52840. I currently have an nRF52840 DK (PCA10056, v3.0.1) and would like to use the on-board debug out header (P19) to program...
Hello,
how can I increase the number of ZBOSS buffer (zboss_api_buf.h)? Currently they are 25.
We are using nrf52840 with nrf5 sdk for thread and Zigbee v4.2.0 without...
Hello,
I need to use timer1 in counter mode.
how can I use GPIOTE to start the interrupt of the timer( NRF_TIMER1->TASKS_START = 1) ?
when using directly the nrfx timers...
I try to add a custom signature key to the nrf5340_audio application from NCS2.7.0. I cannot use an absolute path because the project must be build-able by different people...