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...
Hi,
I'm trying to use RTC2 as a custom timer using the RTC Driver, initialised as :
nrf_drv_rtc_t erx_timer_rtc = NRF_DRV_RTC_INSTANCE(2);
But when the BSP library or...
Good morning everyone,
I read a lot of threads in the last week on this subject, but so far I was not able to find a solution to the problem.
On a custom board we are...
Is it possible to use both Zigbee & BLE SDKs at same time? Actually we are planning to use NRF52840 for our next project. In which BLE will be used for Smartphone to NRF communication...
Hi there,
I have suitably designed a battery sampling circuit in my prototype configuration, (Vdd = 1.8V, battery swing = 4.2V to 2.9V) using the app note provided at: https...
I am getting the following error when trying to compile port.c
../../../../../Nordic_Semi/nRF5_SDK_14_2/external/freertos/portable/ARM/nrf52/port.c:93:7: error: expected...
Hello,
Is there any sample code which performs only the most basic functions?
Ie. - Sample code in its simplest form which only sets one pin to an output and sets it...
I'm using SDK 15 and soft device S132 6.0. Using nrf Toolbox to update custom firmware, I'm running into a situation where the DFU update fails with an error code 4 when trying...
Hello,
I have been doing research trying to figure out how to program just the nRF52832 chip. I want to program the nRF52832 chip with the Arduino IDE from sandeepmistry...
Hello!
I am using the nRF2740 board with the nRF8001. If I connect all the pins (SPI, RESET, RDYN, GND) except the Vcc pin I still measure 2.5V at the Vcc pin (Connector...
Hello everyone,
In my current application , I am using nRF52832, with the SDK 11.0. I have a problem with the BLE connectivity, which I think is a hardware issue.
With...
I am doing a connectionless system where I am just broadcasting the data. I am showing a loss of about 50% on the receiver missing the data packets. I have tried before to...
Hello,
I configured pin P1.15 as output and with GPIO_PIN_CNF_DRIVE_H0H1 but I only get 1.7V ?
Does "standard drive" means that the pins can't get to 3V ?
Thank...
My project is based on the Thread cloud coap client example. I would like to know if my CoAP POSTs to the cloud are successful.
I added a "post_response_handler" to the...
Hi,
I've been trying to read/write data from/to the internal flash storage of my nRF52 development board.
I am using SDK11 and softdevice s132
I have modified the flashwrite...
Hi,
I've been trying to read/write data from/to the internal flash storage after a ble disconnect event occurs on my nRF52 development board.
I am using SDK11 and softdevice...