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...
Is there a way to have 6 different GPIOs act in unison off one event/action? I need all 6 to go ON and OFF at EXACTLY the same time based of an event or action.
I'm trying to program a thingy:52 device, via the nRF52 DK, with the .hex files from this repository:
https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo...
I would like to see if I can get 5V switched from the DK. Is this possible?
I see the 5V rail on the diagram but I didn't find the documentation to describe it.
I can...
Hello there,
I am currently trying to read the leftover WS2812b LED strip data which was sent using a single channel I2S. The data sent from the board (through I2S) looks...
nrfx/nrf52840_bitfields.h not define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV6-2.
But nrf52_bitfields.h is defined this.
nrf52840's datasheet is written,MCKFREQ 32MDIV2-32MDIV125...
hi, I have developed the product using 802.15.4 (custom zigbee packet) and bluetooth application.
version.
nRFSDK: v15.2.0
nRF-IEEE-802.15.4-radio-driver: nrf_802154_1...
I am currently using the nRF51422 device with SDK 11. I was wondering how to implement the battery life service and characteristic in my program. I have successfully advertised...
Hello DevZone team,
Currently, I want to design a wireless sensor system which can cover around 100 meter range.
It can be in any kind of topology: mesh, star, ... as...
Hello.
I have a nRF9160DK.
I want to try this uart example: https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/uart
I want to config the...
Hi!
I use NRF52832 as the central, the protocol stack is SDK14.2.0, modified with ble_app_uart_c . I used three services, two of which need to turn on notifications. When...
I am looking for a .hex file application for the nrf52840 dk that I can control from an external application via the USB port in order to setup and test the physical layer...
The changes to the dfu bootloader in sdk 15 are great, particularly the support for the wdt. After moving over to the new bootloader, here are some features that would be...
Hello Nordic experts,
I am working on NRF52840 DK with nRF5_SDK_15.2.0_9412b96 and facing an issue with sd_ble_gap_conn_param_update. I connect to a paired peripheral by...
Hi
I have been looking at the nrf_esb code for nRF24LE1 $LastChangedRevision: 5717 $
It seems like the nrf_write_multibyte_reg is not written very efficient. The function...