Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Hi,
The current consumption of nRF51822 and nRF52832 listed in the specifications are shown in the figure. The figure shows the current value of LDO mode.
The consumption...
Hi,
I'm having trouble performing a secure serial DFU with the nrf52 DK, I'm using the following components :
SDK 13.0.0 : experimental_bootloader_secure_serial example...
hi,
i have set the uart buffer size as 64. but when i am transmitting data,i found that the size might not enough(eg. there are 100 Bytes to send).how could i do except for...
Hello,
I work on an application which use the pc-ble-driver 1.0 as BLE central for handling external peripheral devices.
Now, I am working on bonding procedure. To make...
I'm attempting to take a 115k baud stream of NMEA sentences from a GPS sensor, and outputting it to a phone based on the UART example. While I'm not sure if BLE is perfectly...
Using the ble_app_uart example on the nRF52 PDK, I can easily send multiple packets per connection interval--if I send a long string using ble_nus_string_send(), the notification...
Hi.
I've just received my nRF52840-PDK and now I am trying to run usb examples from SDK 13.1.0.
I have started with VisualGDB using arm-eabi toolchain and USB HID Generic...
Setting interrupt priority according to FreeRTOS documentation is an inverted priority sequencing, i.e. lower number is high priority. However in the freeRTOS example provided...
Hi,
I am seeing an issue where after enabling read back protection (rbp) on NRF52 and using sdk 12.1 the tag goes to state where it drains a lot of current.
command used...
Hello!
I'm using SDK 12.3.0 with nRF51822. Unfortunately since the begining I've got a problem with TWI interface. It keeps crushing my app. For no reason. At the beginning...
Hello,
I am using sdk 12.3.0 and pca10040 board. I want to update the firmware OTA. I am following this post
devzone.nordicsemi.com/.../
I am stuck at step 4)...
I am using the nRF52832 development board, S132 and SDK11.0, I have some questions about Bluetooth pairing,The project under the link:examples\ble_peripheral\ble_app_uart...