It's really really really annoying that the DevZone contains so much outdated infomations and deadlinks .. especially after moving to the new website !!! :-(
Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
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...