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...
I'm actually writing some data to the flash. I'm using pstorage api interface.
But whenever I flash the new firmware, I get some garbage data.
in my main function I would...
Posting this question here as there seems to be no Tech Support available in India.
I am looking for a BTLE solution that can be used in my BT device.
The functions...
My Problem
ble_app_uart app hangs at main.c line 503 " ble_stack_init(); "
My Setup:
SDK: nRF51_SDK_8.0.0_5fc2c3a
Device: nRF51 DK
Editor: CrossWorks
...
Hello development zone,
I'm new to nordic, and I have a question about role swithcing.
With knowing that, this kind of questions may be answered many times before only in...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
hello everyone
I have some questions with the following function in the hal_aci_tl.cpp file
static bool m_aci_spi_transfer(hal_aci_data_t * data_to_send, hal_aci_data_t...
Throughout twi_hw_master.c, there are lots of places where the code directly accesses PPI channel #0 and thus assumes it's available, as in:
NRF_PPI->CH[0].TEP = (uint32_t...
Hello, I have built a couple of custom boards in the past using the nRF51822 and have stuck very closely to the reference designs. They have all worked.
In my latest board...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hello,
I successfully flashed the experimental_ble_app_uart, I just modified it to do an echo (when I send something with my phone uart app, it give me back the same value...
Since related topic Is BLE changing licensing policy? was marked as resolved I moved my question to new one.
My company is ready to get SIG membership for BLE usage and pay...
I'm creating a custom beacon, similar to iBeacon, but with a custom data format. It advertises only once every 8 seconds, but the iPhone app doesn't receive advertisements...
I tried to read out the temperature sensor of NRF51822. In light CPU load (turn on ADC and send data through BLE every 1s), the measured value is around 45 degC, compared...