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. ...
We are using the nrf51422 qfn 48 and nrf51822 qfn48 in a design.
I understand with the QFN48 we should use BAL-NRF01D3
devzone.nordicsemi.com/.../nrf51822-moving-from...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi Nordic,
We are working on Android and iOS apps. Currently using S3 with Android 4.3 and Note to communicate with nRF51822. Baud rate of 19200bps for our serial communication...
Hello,
Is it possible to increase the accuracy of the advertise interval? Im attaching an oscilloscope screenshot showing the S110 device advertising with a 20ms interval...
Hey All,
I am working on a board that is based on the nrf51422. The system goes to sleep and gets woken by an interrupt. One of the programmers claims to have managed sleep...
We use nRF51822 with S110 as a peripheral connected to iPhone master and looking for RSSI.
RSSI with correct value is received by the peripheral application every about 1...
Are there any sample applications that use a joystick press as an interrupt instead of a button press? The dev board I'm using uses the nRF6350 display and I was wondering...
Hi
I used the example from nrf51822_v4.4.1.31827\Board\nrf6310\spi_master_example for my PCA10001 board, as I know the pins configured in this example are for nrf6310 board...
Does anyone know how to implement a wrist watch LCD display? I mean a bare LCD Display, without a pre-build driver (I2C). Can I do it directly or I need another IC to drive...
Does anyone have any solid numbers on the maximum throughput achievable on
the nRF51822 USB dongle that comes with the nRF51822 Eval Kit?
Application - OTA protocol Gazell...
Dear Support Team,
currently I'm working on a custom board which contains the NRF51822_QFAB_A0.
I installed the softdevice (not the most recent version, but a version...
Hi,
I have bought nRF Beacon Kit, and I have downloaded "nRF Beacon Android 4.3.zip", but I can't find nRF Beacon Service source code.
Where is it? Please tell me.
...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
it register a handler, what about restart and run pstorage_register again, how it insure everytime we get the same address for our content in the flash?
before pstorage_register...