Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
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...
I need to turn off a GPIO after 8 hours of it being triggered.
I was reading about changing the prescaler to allot for 8 hours. I did the calculations and came up with a...
I have purchased a red bear lab ble nano board with nrf51822 and a PICTAIL board with microchip RN4020 chip. i have set Tx power 4 for both boards. The rssi value shown in...
This may just be a preference or architecturing question but I thought I'd ask in case there was anything I'm not thinking of, or benefit of one or the other.
I have 2...
Hello,i am find an interesting phenomenon recently.I have a Nordic 5182 device(role as peripheral) and bonded to an iOS device(role as master),when i put the iOS device near...
I'm wondering, is it possible? This is what I think it will be like if it were going to be implemented:
Acquire the firmware from a host somewhere.
Since the payload...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
Hi,
I am working with nrf51822 MC. In my Transmitter code, i am using in low power mode. I was enabled the low power in my code (__WFE(), __SEV(), __WFE()). I measuring...
Hello, I need HID device with NRF51 Dongle.
when NRF51 Dongle insert PC, PC will check it as HID device.
So, could anybody can share suggestion how to add HID on NRF51 Dongle...
Briefly:
Is it possible to switch LFCLKSRC to the internal RC from Xtal with WDT or RTC running? It appears I am only able to do this when Xtal is generating LFCLK...
I am trying to build a ibeacon device, but when iphone in "background mode", it can not get data from ibeacon device.
I used test code :examples\ble_peripheral\ble_app_beacon...
I am working with the nRF51 (PCA100028) dev kit and the nRF51822 beacon to monitor the RSSI of the beacon via the nRF51. To do so, I installed nRFconnect and Master Control...
On the product page: www.nordicsemi.com/.../nRF-Connect-for-desktop
The link from the ' Documentation ' tab is: infocenter.nordicsemi.com/.../nRF_Connect_intro.html
...
Hi,
I have done BLE tutorials [BLE Advertising, Ble Services and BLE Characteristics]
With my NRF51-DK was working perfectly the example of BLE Characteristics (with...
Hi,
I designed a pcb using nrf51 chip with some sensors,
this pcb should read ,every minutes, all values from sensors and saves them into the flash memory beside that...
Dear
Now, I need make one nrf52832 board as USB Dongle, it can be HID device by checked from PC.
And, nrf52832 should support esb protocol, now for esb, I know something...