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 -
We are working with a custom board that is similar to the SparkFun Pro nRF52840 Mini . We are using the nRF52840 SDK version 16.0.0 and SoftDevice 6.1.1. Our board...
Hi everyone.
I am working on the ble_app_bps_pca10056_s140 example. I want to confirm that a BLE event is received when the APP_ADV_DURATION has been expired.
After searching...
Hi,
I noted that the CW generated in the %XRFTEST TX test seems to be offset from the requested frequency. Specifically, issuing the command
AT%XRFTEST=1,1,20,8500,-50...
Is there still no way on this build to setup zerocrossing detection?, I mean using interrupts I developed a zigbee dimmer that detects zero crossing and dims 3 separate channels...
Hi,
We are using NRF52840 Dk board to transfer the data at 10ms through Bluetooth which is central and peripheral as other cc250moda controller Bluetooth. Our objective...
Hello:
I am porting the LESC with MITM security protocol from your "ble_app_multirole_lesc" example inyo a project that runs FreeRTOS. This is on an NRF32540 With s140...
Hi,
I'm using an nrf52840 dk to query another device over spi and then pipe the response back USB to a host PC. Ideally, we're piping data at 1 Mbps (which should be very...
Hi,
We are using nRF9160 DK. Loaded the asset tracking application, and followed all the procedure to connect to nRF cloud.
In nRF cloud i can see the data in the cloud...
Hello,
I am currently designing a custom PCB with the nRF8001 chip. For a smoother assembly and component procurement, I am looking to make all the resistors on the board...
Hi there,
I have a problem with the bootloader from the RF5_SDK_11.0.0_89a8197 together with Intel Wireless Bluetooth chipset.
I use the softdevice s132_nrf52_2.0..1. I have...
Hi im after the library driver for the nRF509 using Arduino but when i go to the webpage to get it the webpage says not available can someone advise please
Many thanks ...
Hello,
Is it correct, that periodic advertising is working only with non-connectable mode? To implement periodic advertising with connected mode I need to start the second...
Hi, I tested a simple client-server UDP application, using as a template the UDP examples from the SDK. The UDP server is running in a nRF52 board and the client is a Python...
Hi,
my goal is to send data to the Google Cloud Platform using CoAP.
I found this example:
https://infocenter.nordicsemi.com/topic/sdk_tz_v3.1.0/thread_google_iot_coap...