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,
I can not find a good example online on how to properly configure nRF9160 DK for i2c. In order to learn the system, I am testing a simple example with the nrf9160...
I just install the NCS in toolchain manager, but after installation, only one toolchain folder is there,no zephry,no examples,
I'm going to play in VSCode.
what should...
I use nRF5340 DK as Central, iPhone as Peripheral.
I start a scan with no filters and in scan_filter_no_match() I check if RSSI is good enough "RSSI > -45" and initialize...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hello,
I am using nRF52833 based BE33 ( Celium Devices ) and using nRF52SDK17.0.2. I am trying to implement my firmware which will consume less current. I have implemented...
We use nRF9160 on our own board. The firmware "Serial lte modem" is installed on the chip with connection to an external MCU. Our custom board has a connection to nRF GPIO...
We use nRF9160 on our own board. The firmware "Serial lte modem" is installed on the chip with connection to an external MCU. We need to publish the JSON messages larger than...
Hi, I am developing my own application using the SDK v1.8.0 with Demo direction_finding_connectionless_rx. I notice that in the
cte_recv_cb callback function, the rssi...
Hello,
I am using nRF 52840 DK board and using nRF52SDK17.0.2. I am trying to advertise data in GAP with the name " IG_Last4CharMAC_RFL " for example " IG_4DA8_RFL " but...
hello,
NCS1.9.1, Windows10 X64,nRF5340-DK, nrfx_i2s
in file boards\nrf5340dk_nrf5340_cpuapp.overlay
i've i2s DAC model ,it must use 4 line(MCLK,SCLK,SDIN,LRCK)
but...
I am trying to get this example program https://github.com/ARMmbed/mbedtls/blob/mbedtls-2.11.0/programs/x509/cert_req.c (stripped out all the file handling stuff) to run on...
Hello,
I crated a custom peripheral for my application, I took the code from the Blinky example and i changed the service.
I set the FIRST_CONN_PARAMS_UPDATE_DELAY parameter...
I would like to be able to use 3 different USB descriptors.
1. CDC ACM
2. Mass Storage
3. Composite device with CDC ACM and Mass Storage
These should be selectable...