Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
HI devzone
Everytime after i executed "nrfjprog -f nrf53 --recover" on nrf5340 DK
i see it write around 4KB data into the flash. do you know what is the meaning for this...
When writing to flash it is MUCH easier to perform the write if SoftDevice is disabled. If it is not, one has to wait for an event to continue writing. ON the Nordic platforms...
Hi,
Is it possible to set the USB serial number for the nrf52833 and nrf52820 MCU's?
For the nrf52840 I've found this documentation: https://infocenter.nordicsemi.com...
I want to try Zephyr on the nrf52dk_nrf52832. (PCA10040)
I can not get it to work.
If I try to use -DBOARD=nrf52dk_nrf52810 All is OK
Here is what I do:
cd ~/zephyr_test...
Hi There,
I have several nRF52840 DK/Dongle boards, I try to run BLE Mesh applications on them. If I want to save the logs on the boards into the flash memories, what should...
Hi,
I wonder if there is a way to boot the old OTA Image even if the new one got verified? Lets say I realise in production environment there is still an issue and I want...
Hi
Yes. I want to do something like Peripheral_uart example but I want to connect my serial device sensor to NRF5340-DK via gpio pins available.
Then I want to get the...
Hi
I am trying to include DPPI within the zephyr/sample/basic/blinky example, but im so much confused on these DPPI setups, please help me to understand better.
i have...
Hi,
In your nRF9160 Product Specification rev. 2.0, you have changed the recommended decoupling of DEC0, VDD1 and VDD2 (ref chapter 10.3 Reference circuitry).
For DEC0...
Hey, I'm new to this so I will need some help. I have custom board with 453-00059 ( BL653μ with nRF52833 ) and first I want just chip to be seen on my bluetooth devices list...
Hi there,
We are trying to download and install the nRF Connect SDK v1.5.1, which seems to be the latest version on Toolchain Manager.
However, after installation, the...
I'm using the Azure Iot hub example a base for a new project I'm working on.
I've copied the example into its own folder, and can run it and connect my Azure IoT hub.
...
Hi Nordic team,
My dev environment is as follows:
nrf52840 + s140 +SD6.0.0 + SDK15.0.0 + SES + nrf52840-DK
nrf52840 is configured as BLE central with bonding enabled...