I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
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...
Hello,
I try to flash my dev card nrf52 with the program ble_app_uart
Or a program ble by cons I can flasher by other program (pin change in), I do not know from where the...
I created an characteristic that has MAX_Length = 20 Bytes characteristic.
And When I'm trying to write less than 20bytes on this Characteristic, It Always send with 20Bytes...