From the examples of SDK 17.1.0 (I'm Not using Zephyr), I'm trying to connect to a beacon's Generic Access Service, so I can read the characteristic 0x2A00 and then read it...
Hi there,
I am currently trying to program a custom PCB equipped with the BMD-380 that has the nrf52480 inside. Sadly, I am now stuck for days with the same issue: It...
Hi,
While migrating the SDKs and toolchains from version 2.9.0 to v3.0.0, I encounter these configuration warnings which are blocking my build. Hope someone in this forum...
Dear Experts,
I would like to better understand what exactly is accomplished by the mode-0 synchronization in Channel Sounding. My current understanding is that it seems...
After a fresh installation of NCS 3.0.2 SDK and toolchain via the VScode extension, all west modules are reporting modifications:
PS C:\ncs\v3.0.2\zephyr> west status =...
I have recently bought two nrf52840dk, version 3.0.0, unboxed and plugged into usb. One would show up with a usb storage on the side and in vscode a J-link window prompted...
Dear Sirs,
I am writing you to inquire about following questions about nRF5340. We are using Laird BL5340 and SDK2.8.0 for our product.
The audio waveform during a wireless...
Hi, Nordic Forum!
I'm developing a product that relies heavily on the TWI in master mode. I was using SDK 11.0 and everything was working well.
I decided to port to...
I want to use another MCU(MT7688 run OpenWRT) as a upper monitor to DFU the nrf52832,But you know,the way of serial download for nrf52832 is use nrfutil with command that...
Hi There,
We are having an issue reading data from the ble_gatts_evt_rw_authorize_request_t.request.write.data buffer. We are writing the data to the characteristic using...
I need to receive both UART Service data and HRS service data on the app.
Currently I have seen on Nordik Connect app , both the services can be found and can connect and...
So we have the Arduino 101 board talking to a heart rate sensor MAX30100. When we run the nrf connect app on android it is able to connect to the sensor with no issues. When...
Sporadic program restart from main.
I suppose, it is hardfault exception. How can I catch it?
Check pls my memory settings.
ROM: start- 0x1c000 size 0x23000
RAM: start...
Im implementing an application which uses the s132 SD for BLE communication and the mesh implementation described at nRF51-ble-bcast-mesh. I need to have encrypted and authenticated...
Hi Forum,
I'm using SDK12 without ble. (peripherals/uart)
so, I can't pstorage or fstorage.
I want to write 4 bytes without erasing a page. And I want to update a value...
Hi. I'm using nRF52832, SDK13.0.0, S132.
When I make bootloader, I should make *.setting file for application.
Do i need *.setting file when I update just application...
Hi,
this is not a question about the nRF but about Android programming. Hope some of you can help me anyways. I modified the android part of the nRF Blinky example github...
Hi Nordic Team,
I saw some issue with Nrf connect on IOS.
First the App crash when i open it.
Second with IOS i can see some issue with pairing and bonding...
Hello,
I intended to implement an application without OS. Due to safety concerns I would like to have two call stacks : one for softdevice using MSP and the other for my...
After programming the Ble_app_uart to the nrf52832, I am sending a 100 Bytes of data from my UART Port to Nordic chip and this data is transferred over BLE to my Phone. I...
According to Table 19 in the nRF24L01+ datasheet, writing to any of the 32 command registers is "Executable in power down or standby modes only". This caveat is also repeated...
Basically I want to get a 8 byte long MIC when using the AES CCM encryption. From the product specification it does seem like I can only get a 4 byte MIC, is that correct...