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,
We have a custom board for nRF52805. We have one LED connected to the GPIO. I wrote the FW for Blink LED every second.
I build the FW using the command " west build...
Hi,
I encountered a very strange issue. We are developing the firmware using v2.6.1 SDK and using Visual Studio Code + Nordic plug.
Platform: nRF7002-DK
SDK: v2...
Hi everyone,
I am currently experimenting with the NRF7002 WiFi stack and Zephyr. I want to build a Wifi bridge from my Bluetooth mesh network. I do have some experience...
I am following the nRF Connect SDK Fundamentals and an issue with vs code at the fund_less3_exer1. Vscode doesn't seem to locate the header files of my project. It does seem...
Hi,
Is there a way to use the nRF700x 5.8 solution to access the low level PHY layer such as with the nRF58240 part number.
I would like to use this companion chip for...
Hello,
I am starting to test the sample "https_client" on nrf9160 and expected to see it working (through LTE modem)
The execution hangs on the line k_sem_take(&network_connected_sem...
- The product I am making uses nRF52833. In addition, the audio part of Thingy 52 was added to the product as above. (The speaker uses 1.5W, 8ohm. Current consumption is about...
Hello! Can you please clarify the capabilities of the Nordic platform, I am interested in the following topics: 1) Out-of-box BLE co-existence support (possibility to run...
So to quickly summarize my issue, I am trying to implement the LIS3DH accelerometer. Even though it builds and flashes I am not able to send data like I can with the simulated...
Good day, I am working on function to switch between USBD HID, Gazell and BLE HID with nrf52840 and SDK 17.1.0.
From the very beginning of program, USBD and BLE services...
Hi,
just getting started with nRF development and completed the 'nRF Connect SDK Fundamentals' course. I have the latest SDK and everything as recommended in the course...
I"m using VScode and nrf5340. I often get an error like this:
[ ########## ] 0.000s | Erasing non-volatile memory - block 1 of 1 Timed out waiting for progress updates....
Hi Nordic team
At this link, it said nrf9160 can act as a TCP server. I followed the steps to test but TCP client failed to connect the server.
https://docs.nordicsemi...
Is it possible to use multiple advertising like in this example: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/multiple_adv_sets/README.html but...