If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
Hi,
I am using nrf5832 that is running a coap server example.
I have modified it a little so it reads sensor data via i2c and returns the data using the coap callback.
...
Hi,
I would like to receive some suggestion about finding a CHEAP smartwatch / wristband already available that has these minimal features: BLE (with SDK / GATT profiles...
Compiled with Keil4 software compilation and C of the mixed program, the error is:Branch offset 0x00000228 out of range of 16-bit Thumb branch, but offset encodable in 32...
Hi,
I am currently working on a prototype with Silicon Labs Thunderboard sense. I am looking for a replacement product that has NRF BLE module. All I need is a BLE module...
Hello,
I'm having a system consisting of an nRF52 and another processor, with UART between them. If the other processor restarts, nRF's RX line will be pulled low for some...
Hi,
I'm trying to add LESC pairing mechanism to NUS.
Now when I'm doing pairing between nRF52DK and Phone(Android) via normal way, the behavior is what I want. Please...
Hi there,
I am using nRF5_SDK 16 with PCA10056 and Fanstel EV-BT840-V4. I am testing my example with BT-840 module as we will use it for our final product.
First i tried...
SDK: 15.3.0 Sample: ble_app_hids_keyboard Device: EYSHJNZWZ (nRF52832)
I have a question about HID. In the sample program "ble_app_hids_keyboard", the following values are...
SDK: 15.3.0 Sample: ble_app_hids_keyboard Device: EYSHJNZWZ (nRF52832)
I have a question about HID. In the sample program "ble_app_hids_keyboard", "report_map_data" stores...
Hi,
I am measuring a frequency using the ADC (200ksps) and saving the samples into an array. I save 128 samples then move that data to the fft module to check what the signal...
Currently, debug probes - STLink, JLink, OpenOCD, Black Magic Probe, DAPLinkda, etc. connect to a host PC over a USB, serial or network port and then connect to a target ...
I get ACI_BOND_STATUS_FAILED_ENCRYPTION_KEY_SIZE error when I try to bond my nrf8001 peripheral to my iPhoneX. The min and max key sizes are set to 7 and 16.
Any Idea?
Hi,
I'm using the ble_app_uart example as a starting point for my project. Basically I want to program the nRF52 DK to receive data from another device via UART, store them...
Hi Nordic,
I'm working on a project with very limited board space. I'd like to have the option for both SWD and GPIOs to share the same test points on the board. Ideally...
There is an issue in SDK for Thread & Zigbee 4.1.0 release. It does not appear in previous releases. The problem manifests itself as higher current consumption, as shown in...
I flashed nrf52840 usb dongle via SWD and now it can't go to DFU mode even if I press reset.
Green and blue leds are constantly blinking. How can I go to DFU mode in that...
Hi all,
I am developing ADC functions with Mynewt on nrf52 DK PCA10040 board.
The working example code based on SAADC driver nrfx 1.7.0 won't work on nrfx 2.1.0.
Example...