I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
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, I have trouble developing BLE devices with Nordic NRF5280 and SDK 15.3.
I use pm_local_database_has_changed() on the product to notify the bound device of a BLE service...
Hello,
I am working on BLE MESH using nRF52840. I am trying to put nRF52840 into deep sleep mode. For this I am referring to lpn example in BLE Mesh which makes use of Friend...
Hi,
I came across example ble_sdk_app_alert_notification in the examples\ble_peripherals folder.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
Dear Nordic support,
I'm trying to install Nordic 802.15.4 sniffer but I am unable to see the DK as a interface in Wireshark.
My setup is:
- Windows 10
- nRF-Sniffer...
I would like to build a device that periodically will list all adjacent Bluetooth devices.
This device should do a Bluetooth inquiry and get all discoverable devices information...
Hello, I am developing a BLE - LTE sensor gateway using the NRF9160DK.
I have written code for OTA updating the 9160 chip over LTE, but I am not sure how to update the NRF52840...
Hi,
SDK version : NCS 2.1.0
Hardware : nRF52840 DK (External supply)
I am trying to put the nrf52840 to idle mode based on the system_off example.
D:\NCS_2.1.0\v2...
If I send 0x33 through the project example in the directory “nRF5_SDK_17.1.0_ddde560\examples\802_15_4\wireless_uart”.I can see the data 0b 61 88 01 34 12 0b 00 0a 00 00 33...
Hey
For nNR2805, using SDK nRF5_SDK_17.1.0, when we include the LESEC Pairing, we got the binary file with a size bigger than the flash size
Should nNR2805 work with the...
What is the behavior if back-feeding the nPM1100's VCC output, such as if VCC is supplied from a external supply and no battery or USB power is present.
I have been bringing...
Hello!
Tyring to configure the uart rx/tx pins pull-up, pull-down or open-drain using the ncs 2.0.2 . So far I couldn't do it. For example "bias-pull-down" seems to have...
Hi there, I'm having trouble programming the Nordic Thingy:53. I've got a nRF53 dev kit connected to it via the 10 pin connector (as per the instructions) and of course I...
hi,
I`m project NRF52840-SDK_17.1.0。 How do DFU use the uart?What applications do I use for Win7?I read a lot of other`s qusedions-answers,but I still don`t know how to...
I have a working project on a custom board based on nRF52832 ( PCA10040, S132). This board is a BLE Peripheral.
My task is to migrate this to a custom board based on nRF52833...
Hello, I've been using the modem library from NCS1.7.0 specifically 'at_cmd.h' and at_notif.h'. Now I'm trying to port to NCS2.0.0 and I believe that the AT CMD interface...