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. ...
I have a fairly extensive application built in 12.3.
To add FDS to this I started with 14.2, replaced the logging with RTT and I know I'll have the change the FDS calls...
Hello everyone,
This is my first question ever, sorry voor my bad english.
Im just started to work with a STMF429I discovery board and a NRF52832(isp1507) BLE chip.
Im...
HI nordic
i installed command line tools in https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF5-Command-Line-Tools
and i got this exe file nRF5x-Command...
We have a custom board built around the nrf52840 chipset. We developed code against the dk kit of the same now we are trying to get this working on the custom board.
1)...
Hello,
So I need to connect my NRF52 with a LoRa module E32 via an UART connexion, and then I need to send data using this function:
The probleme is that my code work...
Hi!
I have found the following piece of code on an example from a Nordic employee. I'm curious as to its purpose.
Why is the register set, and then read just after...
I am testing BLE 5 throughput with the following hardware and firmware:
- two newly purchased nRF52840 DK boards, one as host and the other as peripheral.
- latest nRF5...
Hello,
I'm looking through the available packages in the SES Package Manager and I came across the captioned package - currently showing version 1.06 (no date). I haven...
...\sdk\nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\examples\multiprotocol\benchmark\zigbee
IDE: Segger Embedded Studio.
HW: Two 52840 DK, name them : A & B
PC Cli...
Hi
I'm using SDK 15.2.0 with Nrf52
I used the example of SPI from the SDK
..\..\nRF5_SDK_15.2.0_9412b96\examples\peripheral\spi
and I get this error
..\..\..\main...
Hi,
I use the SDK 12.3 ,example :nRF5_SDK_12.3.0_d7731ad\nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral\ble_app_uart
I want keep advertising,I use the code as follow...
I'm trying to configure an application queue to hold BLE events I receive from the SoftDevice. The SDK defines NRF_SDH_BLE_EVT_BUF_SIZE as the "Size of the buffer for a BLE...
I would like to set the security level of a service to security level 4. Unfortunately I have problems with using the BLE_GAP_CONN_SEC_MODE_SET_LESC_ENC_WITH_MITM setter with...
Hello,
I just wanted to throw in that for a hobby project I interfaced Solomon Systech's SSD1331 (96x64 pixel) color OLED display and created an SPI-based driver for it...