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...
Hi,
I recently purchased the nRF9160DK but cannot connect to o2's LTE-M network using the iBasis SIM, following the instructions given here: https://www.nordicsemi.com/Software...
When I trap an error in app_error.c in app_error_save_and_stop,
I mostly get a filename, line number, and an error code that I can understand.
However, sometimes I...
We are looking for a freelancer who can help to build a simple Proof of Concept of a load cell (strain gauges) ADC (HX711?) and the nRF52 development kit (810).
Objectives...
Central and peripheral is pairing and bonded. Central scanning with whitelist, if Slave is not online, master scan with whitelist will enter error when more than 30 seconds...
I'm using whitelist when bonded, but I want delete bonded then connect to anther device,.
But when scan again, whitelist_load is error. Try delete whitelist at the same...
Extended corruption occurs if DMA transfers for commands and data originate from the same RAM bank.
It is avoided if transfer of command bytes and transfer of data bytes...
Hello,
I ran into this list recently: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcomp_matrix_nrf52840%2FCOMP%2Fnrf52840%2FnRF52840_ic_rev_sdk_sd_comp_matrix.html...
Hi,
I'm using two nrf52840 Dev Kits and am trying to test out the ATT_MTU throughput example with SDKv16. Whenever I program one of my boards I get repeated fatal error...
I am pulling my hair, literally , I just can't get this company !
I am working with 4 IDE's in parallel and none of them has this stupidity .
I right click->add a new...
Background
I intend to use an nrf52 based board in remote inaccessible locations. It is important that I can always recover from a problem. As such, I want to use the watchdog...
Hi,
In the 07-5123-07-zigbee-cluster-library-specification specification, I see clusters that support CO2 and HCHO, but I did not see any definitions of CO2 and HCHO (cluster...
Hi,
I'm working with NRF52832 which operates on battery in low-power mode.
The unit samples and transmit data (via modem) 2 times a day.
After few weeks / months of...
I have written a UART driver that is intended to receive data in a continuous stream. I know it basically works as it is able to communicate with an external device at 115...