Hello,
i have read all posts about writing to FLASH when using BLE. But could not find the desirable method.
What i would like to do is to write to flash from characteristic...
I'm trying to add the product key it shows an error "can not the product to your list" and therefore i will not able to access to the User guide
Thank you
hello, im from india im using nrf24l01+ for my project to transmit and receive data between two arduinos. i tried all tutorial basic programs but i cant sucessfully send and...
I'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...
I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
I have just integrated the Buttonless DFU example code into my project and I am able to successfully update my device using nRFConnect. I'm using the NRF52840, S140, and SDK...
My project is base on ble_app_hrs_rscs_relay in nRF5_SDK_15.2.0_9412b96. It works as central and peripheral. When it works as central, it can connect 8 peripherals. And when...
Hi, i am using timer by help of timer example from the SDK16. There they used timer0 and i tested the results were 100% perfect but when i add the same part and resolve compiler...
Hello all
Basically i purchased the thingy:91 device for our project in Austria it came with a sim card from iBasis but looks like this sim card is not supported in austria...
Trying to get FDS working with the latest SDK 16.0.0 and Softdevice S132 7.0.1. The problem is that FDS event handler triggers only when softdevice is disabled. Here is the...
Hello everyone,
I am a student that just got started with Nordic products and BLE. I am trying to build a small application that makes the nRF52840 DK periodically send...
i am using the flash 256K and ram 32k of NRF51822. the examples of SDK12.1.0 is includes dfu/bootloader_secure and ble_peripheral/ble_app_uart. when i was used in the software...
I am able to read and write data to and flash memory using FDS. I want to send the data stored in flash to mobile app and also want to store the received data over BLE into...
I got the following hardfault:
addr2line
returns:
Did I misinterpreted the hardfault message? Or is the hardfault source really in libvfprintf? How to find out the...
Hi all,
I just got the LESC OOB example working. Currently the OOB data from the central en peripheral are exchanged, and the connection sets up flawlessly. However I would...
Hi teams,
I am trying to interface ENC28J60 ethernet controller on nRF52833 based board.
The purpose is sending/receiving simple data gathered from BLE mesh network. ...