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,
When debugging with sdk_15.0.0 ble_app_butonless_dfu project(application project) + secure bootloader project(bootloader project),it will cost about 2~3 minutes for...
Hi,
I am trying to modify the multilink central example to send string to other board.
In the main.c I inserted the uart_init(), uart_event_handle() methods
I added...
Hi everybody,
I'm developing an product with :
NRF52840, V0.9.0, SDK15
In the DK I connected LIS3DH (accelerometer by TWI)
all works.I configuration of HZ and temperature...
Dear Nordic team,
I want to add DFU services to an existing application which is based on ble_app_uart example.( SDK 15.0.0, softdevice S132 6.0.0)
What I have done is...
Im working on merging blinky_c with light_switch_server. Took the blinky example as starting point then merge the mesh code accorging the Coexistence with nRF5 SDK BLE functionality...
The issue is that I fixed some of your bugs in the attached file, as follows:
Changed to handle larger number of records greater than 256 records, we need 500 records...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
hello
Im trying to send a small array with two integers over bluetooth mesh
but Im getting error code 7 invalid params..
how should I send an array like this?...
Hi,
I am working on PB Remote example. I would like to be able to run remote scan on my 5 servers immediately after they are provisioned.
For example, I provision the...
I have been using nRF Connect on a Samsung phone for a couple of months, and have forgotten how to install it. My daughter was playing with the phone and managed a factory...
I'm working on a BLE design for nRF52832, with SoftDevice S132 v5.0.0. The project uses FreeRTOS with Tickless Idle enabled. When the user powers the device off (from a UI...
Good morning,
I've inherited a line of nRF51822-powered products that are currently running firmware based on SDK10 and SD130 v1.0.0. UICR-> BOOTLOADERADDR is set to 0x3b000...
After switching from the Blinky example to another project, the BLE services have not been cleared from the Blinky project. The newly built UART App example will load, but...