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...
Hello,
As part of a Proof of concept reason on nRF52840 based SDK15.2 and s132_nrf52_6.1.0_softdevice, our BLE communication should support Just Work security and no secure...
Hi there,
we are working on a number of nRF52840-based hardware products with almost identical functionality. Some have USB and BLE connectivity, while others offer BLE...
Hello,
I am working in NCS and I am trying to save some data in flash before the SoC turns off.
I am starting by using the code below.
If I use this code in the main...
Hello everybody. Using the nRF52840-DK board and the Nordic example ble_app_uart_pca10056_s140 I am sending 200 bytes, repeatedly, to the Nordic UART APP. Everything works...
Hi,
What is the best approach to use a block of flash in nrf52840 as EEPROM. Are there any pre-existing library support for the same?
Also which is the best flash operation...
Hi,
I have gone through the lfs file system from zephyr samples but I could not find any solid documentation for fs and spi flash drivers available.
I have written the...
Hello,
I want to use the PWM driver to change the output voltage with respect to analog input voltage. If I call the simple_playback_sequence from the SAADC event handler...
Good day. Some smartphones cannot connect to NRF52832 (SDK17): - iPhone XR - iPhone 11 Detection goes well, but smartphones cannot fully connect and freeze at the connection...
Hi Sir,
We tried to download the nwp_024 , and check the tape reel information of nRF5340.
But we could not find the nRF5340 lists in "table 2. Carrier tape dimensions...
Hey everyone,
I firstly want to preface this with my lack of credentials. I'm very new to embedded systems development and am figuring things out slowly so please bear with...
I want to initialize LFCLK on startup to reduce power consumption. I am doing it as given below. Is this the correct approach of initializing LFCLK to reduce power consumption...
Hi,
I am using nRF52840 as BLE peripheral, on a Zephyr application under NCS 1.4.2
I want to limit the connection interval to 7.5ms (min+max)
I can see that the only...
Hi Nordic DevTeam,
I am using nRF52840 (1MB Flash, 256kB RAM). I would like to store a log data to flash memory that I can extract them to my Android phone later on when...