I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
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. ...
I have 3 boards(1-board is configured with 2 client instance and 2 sever instance acting as control model for own model) (2 - board configured as client and server (control...
We're having thousands of products in the field that require an update to SDK15. We provisioned the bootloader with ample space (0x5000), which amounts to 20480 bytes. The...
Hey,
after playing around with the nRF9160 DK and its TrustZone features i want to share my blog post:
https://www.lobaro.com/using-the-armv8-m-trustzone-with-gcc/
This...
Hi All
As facing some problem during developing multiprotocol project about gazell host and ble. I am using the example project "multiprotocol" and i finished the ble part...
I have seen this question asked before, but no definitive answer given. I have followed the guide for setting up the nRF sniffer and it is able to see the Bluetooth Mesh packets...
Hello. I ’ m looking for Bluetooth product and lucky to find out your website.
Currently we have a project need 3000 pics. But we have some question about the Bluetooth...
Hi evereybody,
Is there any example code to use RTC driver (from SDK 15.3) in order to have several logic timers? I would like to use them to create event to execute timer...
In migrating a project from SDK 14.2.0 to SDK 15.3.0, I've found that one of my drivers has broken. It's a driver for a GPS module and uses SPI. My test for the driver is...
Hi,
DFU update with android ver of nRF Connect working but for IOS ver of nRF Connect not working.
HW: Custom nRF52840
SW: nRF5_SDK_15.2.0_9412b96
demo: (ble_app_buttonless_dfu...
When pin AC13 is configured as an nRESET pin, is an internal pullup enabled? I don't have an external pullup on the pin currently and our reset circuit works so it seems like...
Using the BlueZ Python example in BlueZ /test/example-gatt-server with the dongle nf52840 will fail with " Failed to call gattsExchangeMtuReply (NRF_ERROR_INVALID_PARAM)"...
I have attached the code.
I would like to compare one of the external inputs to an internal reference. Is there anything else to do to make this work? Maybe configure the...
Hi, I'm having trouble transmitting packets with GTS enabled using Nordic's IEEE 802.15.4 MAC library. I don't have an isolated sample app I can post yet so I'll just describe...
I use the example "ble_app_hrs" in the pca10040 dk, and use iphone system app "health" to display the heart-rate.
I tried this in several iPhones(such as iPhone X, XP, 8P...
Hello all.
I purchased an nRF52840 Dongle to learn about BLE. I initially installed nRF Connect v2.6.0, installed the "Bluetooth Low Energy" App (v2.2.1), and successfully...