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,
I am trying to create an application for nrf52810 soc. I have a problem on selecting board name and the SDK version
I am having nrf52DK (nRF52832 soc) development...
Folks. I developed my own circuit using nRF 52833 and I`m trying to upload a new firmware via SWD interface. I'm not getting connected to the target for any reason. Is there...
Using SDK 17.0.2 and the nRF52840DK, I am setting up SPIM with a memory IC (not actually hooked up though, just looking at the signals on the oscilloscope). This code is executed...
I'm facing a problem with a product I'm developing. The problematic setup is as follows:
Two nRF52832 peripherals (S132 v6.0.0), each notifying on two characteristics...
Using: Windows Pro 10.0.19041 Build 19041
I'm trying to run Trace Collector for an issue with the nRF9160 and FOTA. I go to run the Trace Collector and it starts, but says...
I am using nRF52832. For reading ADC value for battery level percentage i have used 800k and 1M ressitor value. But while reading ADC Current cosumption is reached to 3 to...
I am trying to copy from this example:
https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master/ble_app_uart__saadc_timer_driven__scan_mode
but I get:
./nrf5_SDK_Current...
Hi,
I'm trying to understand the PSM availability of my local network.
After playing a bit with the RAT and RPTAU values, I found out that using RAT=16~30 secs and RPTAU...
Documentation states that k_fifo_is_empty() returns 0 if data is available in the fifo (which is really implemented using a queue).
I'm receiving some spurious interrupts...
Hi,
In these conditions "custom device connected+bonded and whitelist enabled", when the device scan for beacons it see only the smartphone bonded to the device (don't see...
Hi! Looking at the product specifications V1.1 specifically 5.2.1 Electrical specification, one can see that on Sleep System On, full ram retention wake up on GPIOTE Port...
Hello,
I have following problem.
I use the nRF52840 DK and want to run it in nRF only mode, so I have the minimum power consumption. If I set the DK to low power mode...
Hi,
I encountered fota_evt_handler in azure_iot_hub.c is missing the call to azure_iot_hub_notify_event for the AZURE_FOTA_EVT_ERROR case, resulting in the application not...