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...
Hello Devzone,
I've been working on a system to set notifications on time ready for transmission.
The client sends a WWR package to my peripheral and I want my peripheral...
Hello,
Currently, I'm trying to flash my custom board that has nRF52832 with an uart application that I integrated buttonless DFU. I'm running into a problem where when...
1.nrf9160 is there an RF calibration parameter at the factory?
2. If there are calibration parameters, does burning mfw_nrf9160_1.2.0.zip firmware affect the calibration...
I have two devices here, So I combined three HEX files and burned them with JLink, and they don't behave the same. One starts the application normally, and one is always in...
I am using a custom board with nRF8001, where I use external interrupt from the RDYN pin to let MCU know BLE has an event. MCU can recognize these events and change the associated...
Hi,
I added the feature of the 'buttonless dfu' to the 'hrs freertos' using the SDK v15.3.0.
After programmed the built image to the EV board PCA10040, it could run normally...
Hi
I have 2 customised board with nrf52832, I wanted to communicate between 2 devices. Like to send commands like turn on/off LED from my one board to on/off LED on my second...
hi
i want to use iic in my project ,and i add iic func to my project refrence project twi_sensor.
the code of iic like this:
I call the api in the main
then...
Hello
I would like to use the extended advertisement feature of BLE 5 but I have several questions: 1. If I want to broadcast data in "extended advertisement" messages ...
Hi,
My devices are currently using NRF52832 with SDK17.0.0.
I want to communicate with my devices even when the app is killed by the Android system.
At this moment,...
Please tell me. The NRF24 transmitter is in the one pipe in channel one, sends data to the receiver without confirmation of delivery at a speed of 250 kbps. 1 How long will...
Hello.
I need some documents that i can understand what is going on on the backward when/while two devices are communicating with each other or when/while a device advertising...
We're just finishing our layout for a custom nRF52832 board. According to the "General PCB design guidlines for nRF52 series" we copied the complete nRF layout from your reference...
We recently purchased a few Thingy 52s, and we're very impressed with the simplicity!
After playing with the Thingy 52,and upgrading the FW to 2.2.0, I noticed that the...
I linked to an external lib library and called several of its functions,Then compile and report errors;It seems like the compiler could not find the definitions of “__aeabi_memclr4...