I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
Hello, I have been working with nfc libraries. In the below code you can see the my main function. In the Set up NFC part, nfc_t4t_setup(nfc_callback, NULL), nfc_t4t_ndef_rwpayload_set...
I'm playing the peripheral example hrs.
I find that when it received a enable notify(that is write cccd handle to 01 00) from the central, the code actually doesn't do anything...
Hi
I'm installing SDK1.5.0 in Toolchain Manager 3.6.1, but I've been stucked at this stage :Updating tinycbor repository for 3 hours.
I think something wrong here, thanks...
I am new to BLE and Nordic.
We are trying to develop with SEGGER + PCA10040.
Is there any way of debugging more than one set of PCA10040 "at the same time" on just one...
Hi ,
I have a project there wtih 2 devices , which is 1 slave and 1 master for Immediate alert service. the master will scan the slave for connection , but I don't know...
Hello.
After pairing with a tablet or computer, if you leave it for a few seconds without operating it
I wrote out the cause of the disconnection by debugging.
"Error...
refer to: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk%2FUG%2Fnrf91_DK%2Fboard_controller.html devzone.nordicsemi.com/.../problem-with-uart0-on-nrf9160dk...
We have a hardware with a few external sensors and devices, such as displays, accelerometers, etc.
These devices are initialized within Zephyr, before our main loop.
For...
Hi,
What I would like to do:
I'm attempting to compile pc-ble-driver connectivity firmware with S132 v5.0.0. Following the instructions on the pc-ble-driver repo on Github...
Hi All,
I am using nRF52833 to make a Thread end device, and encountered a problem with the Thread network configuration in NCS. I want the device to connect to the Thread...
Dear Nordic expert,
I'm using nRF52840 as central with SDK 16.0.0.
I establish a connection with a peripheral (phone) and then I need to drop the connection. I set a timer...
Hi, everyone on the community
When using the BLE_APP_UART example, the serial port sends a packet of data to the mobile phone every 10ms, resulting in the device disconnecting...
I want to have a very stripped down version of the cat-tracker-app that just deals with settings, so I can import what is useful to an existing web application. I am new to...