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...
Hi
Trying to install and operate the Sniffer based on nRF52840 USB Dongle
Having the nRF Connect for Desktop installed and burned the Dongle in accordance with the instructions...
Sorry I have to see how the ssp of ublox work.(nina 410)
II have to send a packet over the serial every 50mS.The packet len is 100byte.
I see that some time the received...
Hey DZ,
I'm having some trouble with the download_client. It's not playing nice with the HTTP server I'm using. On the last chunk of data, the nRF91 is issuing a Content...
Hello everybody.
I am developing a firmware which allows us to send data bidirectional between Central and Peripheral. On the one side we have a nrf51-DK and on the other...
Hi
I'm working on an application that utilizes CODED_PHY.
I'm working on top of ble_app_blinky examples (central and peripheral).
I've seen this post on DevZone:
https...
Hi forum,
I am working on nrf52832, using sdk 15.0.0. I am working on Ble_beacon using sdk sample code.
In the Sdk_config.h file default enable uart0. Why this need to...
I am trying to get the nRF BLE Sniffer v3.1.0 working on my Mac running Bg Sur using a nRF52840 dongle. I have followed all the instructions listed in the sniffer document...
mergehex does work with file paths with "..\" in them. Here's my folder structure:
project root
Firmware
Application
Bootloader
SDK_Libraries
nRF5_SDK_17_0_2 ...
We are using nrfSDK1702. We have been trying to lower the current from a beacon. The beacon is active every 10s, then go back to sleep. The current consumption stays around...
Hi all! In my example after (i guess) 3 mins with out BLE connection the system goes to sleep mode. ¿Is there any way to avoid this ? Thank you so much!
Hi,
I'm connecting with my cell-phone for the field-try test.
I want to know the modulation type when it only use the connection type??
And what the modulation type...
Hey at all,
today I wanted to set up 7 new Thingy:91 devices. All thingys are 1.4.0 // 2020.23.
So I started with updating modem FW (mfwnrf9160123) and flashing thingy91_ltem_2021...
I've modified an example project.
How do I go about exporting it, so that I can share it with other devs and they can then flash the same program onto their Development...