I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
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...
I am currently working on a project using the MAX30102 Heart rate module. This sensor has red & ir led's. I connected the the max30102 sensor to the nrf52 DK as follows VDD...
Hi,
I'm looking at the BLE aggregator example, it uses a service called "ble_agg_cfg_service" .
1. It looks like this service is the same as NUS ?
2. I'd like to...
Hi
I am evaluating the production of a BLE product and your chip solution looks promising.
In my case the bluetooth will be connected to PC and it should be recognized...
There are a number of issues in ble_advertising that relate to changing the status of advertising in response to events. Specifically the current adv mode is not changed on...
Looking at the schematic diagram of the ISP-1507-AX Test Board….
www.insightsip.com/.../ISP1507_AX_TB_Schematic.pdf
… I can see that there is the possibility to connect...
Hi
I am using ble_app_uart code from ble_peripheral folder and nrf_connect app to receive/send data.
I have interfaced external sensor with UART pins and receiving data...
Hi I am using UART code from nRF5_SDK_16.0.0_98a08e2\examples\peripheral.
I have checked loop back with default UART pins,which are 5,6,7,8.
Now I want to interface some...
Hello,
I am using a nRF52DK (PCA10056). When I connect the board, the J-link drive opens up, but it does not detect on nRF Go Studio, nor is it flashing any code. I am using...
I'm using the USB CDC ACM example to write a message to a com port. I can receive messages fine except there is one problem. I am receiving the characters one character at...
Hi,
Is it possible to use two LPCOMPs simultaneously?
I would like to use analog channel 6 and 5 and if I register a RESULT Above on channel 6 it should start a software...
Good day to all
I would like to get a little more information about the function:
added in softdevice version 7.0.1.
Starting the radio in connection mode is shown...
Hi,
I'm experiencing some UART issues on nRF52832 where it seems like the peripheral is not correctly reset when doing a soft reset. After a soft reset I expect that the...
Hi,
I am using nrf25840 Dongle as NCP with Linux machine. I have used NCP example hex from " nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\examples\thread\ncp\usb_bootloader...
How to achieve the lowest power consumption while "sleeping" but still being able to awake from an internal timer ?
For the timer I'm using the Ticker class from mbed.....
Hi,
I am a Embedded System Engineer working in a Medical device company in Ireland. I have a ublox Modem(Nina-B111), which has a nRF5xxx module embedded into it. The modem...