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. ...
Hello,
We are in production with a nRF52832_xxAA device using SDK 14.0
Recently we started experiencing some timer anomalies. It appears that others have also had problems...
Hi
My SDK is 15.3.
As I know, Android and iOS MAC address is going to change when smartphone reboot in random.
I want to store several smartphone id at 52810.
...
i am trying to create ble beacon. I am able to advertise the ibeacon data using nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_beacon\pca10056\s140\arm5_no_packs...
Hi,
I am developing a Bluetooth controller for MicroHeat water heater. I am using Bluetooth module - MK01A from MOKO TECHNOLOGY LTD. I purchased their development kit and...
I am using SD7 and I want to send exactly one 23-byte notification per connection interval. If I wait for the BLE_GATTS_EVT_HVN_TX_COMPLETE event and call sd_ble_gatts_hvx...
Hi,
I am trying to generate a 1 MHz clock in the nRF52832 (nRF52 DK). This is my code:
When I try to build, I get numerous errors like this
error: 'NRFX_TIMER2_INST_IDX...
This surprised me.
I disable advertising, stop my app timers, and then loop "while (gpio_sample()) { nrf_pwr_mgmt_run(); }"
I have five low-accuracy nrf_gpiote buttons...
Hi everybody,
I am sending notifications from an nRF2832 (GATT Server) to another nRF52832 (GATT Client) and after some time (sometimes 1 minute, sometimes more minutes...
hello Nordic
i am working with nrf52840, SDK 16.0, s140
i use a timer for sampling of 3 adc channels, (4 times * 3 channels = 12 samples)
i put a pin to toggle in...
in my project, I use SPI inerface (4 pin(pin must can been changed)) communicated with a 4G TF card, this card must mount in Zephyr filesystem , in connect SDK\ v1.5.0\zephyr...
Hi,
I would like to ask a question regarding NFC connection.
When Im using my nrf52840 device to connect with a PC using NFC pad - the NFC triggers the nrf device to start...
Hi,
I am trying to program an extrnal nrf52840 it is Minew MS88SF2 , I did exactly as desribed here at least I think I did, but unfortunatly it always programs the internal...
Hi,
I have installed nrf sdk 1.5.1 via toolchain manager.
I have opened a bash via dropdown in your toolchain manager.
From there I have followed your instructions on...