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...
Hi Sir
I have used sdk 11.0.0 to develop my bluetooth application but i am facing some issue, so want enable debug logs, but i am not getting where to enable it plz help...
Hi!
I'm interested in trying out hci_usb sample of nRF Connect SDK with Nordic's Link Layer.
With following changes to application configuration I'm able to compile the...
Hi there,
I am trying the asset tracker example on nrf9160DK-HW 0.9.0.
While I have been able to get GPS fix within 20-30 seconds using the "GPS sample" example... I've...
Hello, I am starting to upload my code to some new Raytac MDBT40 modules, and am starting with the soft device of course.
I am using uVision V5.28.0.0
I can not upload...
We have devices that we want to turn on at some future date. This means that when they're deployed they should somehow get real time, calculate when they will wake up, and...
I am seeing that the default manufacturer BLE is defaultly F5:41:36, received experimentally from inspecting data from the nRF52832... Now, of course there is sd_ble_gap_address_set...
Hi,
I have a custom Nrf52810 board. It was working fine and was advertising well. Somehow ble chip got damaged and I needed to replace it.
After I replaced, I can do debug...
I would like to use Uart with low standby power consumption. and I have read this post which recommend to use libuarte:
https://devzone.nordicsemi.com/f/nordic-q-a/53880...
Hi guys I was trying send data from nrf52832 to Nodemcu and from Nodemcu to nrf52832 via UART. I used Default uart pins on nrf52832 and used the hardware serial on Nodemcu...
First let me say, the nRF52840 is an awesome chip... I am trying to implement the Google/Apple bluetooth protocol ( https://covid19-static.cdn-apple.com/applications/covid19...
Hi! We are in the start up phase of an interesting project containing your products.
Some info about the system: * It contains multiple 52840 and 9160 * Time correctness...
Hi,
I'm attemping send TWI sensor data to mesh client. The program is modified from lightswitch example and I implement TWI event handler based on twi_sensor example:
...
Hi,
I'm designing a custom board and want to have debug/programming capabilities on my board. As I understand I can connect DebugOut connector of DK to DebugIn connector...
I am trying to get up and running with nRF Connect SDK for nRF52 on Linux (Ubuntu 18.04.4 LTS). I am following the guide and trying to use nRF Connect for Desktop to install...