Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Hi I am using the tutorial from https://github.com/bjornspockeli/custom_ble_service_example . I have uncommented some of the starter code from ble_cus.c. My understanding...
I am inquiring about something I know very little about but will try to communicate for the information. Smart phone applications can be opened through a QR code which utilizes...
Hi,
We are using ncs tag v1.0.0.
I am using i2c_scanner example firmware. It works find when used as it is.
When I added "UART2" in this firmware i am getting hard fault...
Using the ble_app_uart example, Using oscilloscope to measure the time interval of broadcasting, two development boards are used respectively. One development board is nrf51422...
Hello, rols and hkn:
I got two different answer about watchdog and hardfault in devzone.
1. watchdog can't reset hardfault. https://devzone.nordicsemi.com/f/nordic-q-a...
https://github.com/bjornspockeli/custom_ble_service_example
I am currently following this example with SES on my NRF52840 DK (PCA10056). I copied the ble_app_template example...
Are there any recommended alternatives (& nordic plugins) to the discontinued Bluetooth Developer Studio? I'm looking for a tool to make the process of creating custom GATT...
Hi! I want to copy data from internal flash to a statically allocated buffer in RAM. I get a DACCVIOL hard fault try to do this by memcpy. The hard fault depends on the number...
I need to send 5 sensor values received over SPI to an app over BLE about 5 times a second. I also need to send a few configuration parameters from the app back to the nrf52...
I am using nRF 52 DK connected to Arietta with ARM Linux (4.2.6) 32 bit.
when I was trying to install "vcpkg" using "./bootstrap-vcpkg.sh", I am getting some errors as shown...
I have a phone app which talks to my peripheral device running the nrf52832 and so I will eventually add another peripheral device which ideally can communicate directly to...
Hello everyone!
I'm working on a project where there are 2 microcontrollers: the Nordic nrf52832 and a 3rd-party uC (can't disclose it). A protocol to transfer the firmware...
I feel confused about bearer. what's the difference between mesh-bases bearer and PB-ADV bearer or PB-GATT? there is little knowledge about mesh-bases bearer within mesh profile...
Good afternoon,
At the place I'm working there's 2 main projects using the nordic SDK, while one runs on the 12.3 version, the other is very outdated and still runs on...
Hi,
I'm having a problem at the moment with code based on Espruino on nrf52.
I connect as follows:
ble_gap_scan_params_t m_scan_param;
memset(&m_scan_param, 0,...