Hello, we are developing a BLE application using nRf52833. Because of the waterproof & stainless steel casing requirement with rechargeable battery charging capability, we...
Trying to set up a PPK(II) to measure the current in my nRF 52833-DK and preparing my nRF Connect for desktop to do so, I notice that this tool is demanding a V7.94i version...
Hello,
I am working with the NRF5340dk, nrf7002ek, and PPKII. I am unable to get the DK to power up with the PPK. I used a knife to break the trace but for some reason...
Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...
Somehow a program I have running on a nrf52840-DK board will enable protection. This kind of screws up the small application I am testing because it seems to lock out the...
Hi Nordic team,
We're experiencing two issues related to partition handling in Zephyr/NCS and are looking for your guidance
Issue 1: settings_storage is erased after BLE...
Hi,
I am trying to program the custom nRF9160 board using SEGGER JLink/SWD programmer , For same of the boards when connected to custom board and trying to select the device...
We're using systemoff=1 to turn our system off, but the command doesn't work after programming, i.e. device immediately turns back on with 16 MHz RC osc running, and current...
sometimes it discovery service no matter ,sometimes it stuck when call sd_ble_gattc_primary_services_discover and no callback event 。 why it is ? is a bug ?
HI,
Under nRF5_SDK_12.2.0_f012efa, with s132_nrf52_3.0.0_softdevice, run on system on low power mode.
I define an app_timer,below is my parameter
APP_TIMER_DEF(m_second_id...
Dear Nordic community
(SDK v14.2, nRF52832)
I have a real-time application where I am sending 6 packet of 20 byte Notification per connection interval. And there is not...
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...