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 am trying to send some data over bluetooth, using the nrf52840, and i am using the ble_app_uart example to send the data. I am not receiving any data, when i connect...
We are in an environment that is highly security conscious. As a result any third party software cannot be installed unless it is white-listed with Symantec, our end point...
The NRF51822 datasheet (section 9.4 and 9.5) says the CTAC and CTAA WLCSP packages have a normal height of 0.35mm. The datasheet also says the CEAA WLCSP package has a normal...
I am developing BLE applications with nRF52840 DK and the Thingy 52. My application needs to use the entire 31 bytes available for data in BLE protocol. So I don't want to...
Hi!
What would be the best course of action if I have a connection like this:
Android device (without Bluetooth support) -> RS-485 -> UART -> Main nRF52840 DK + other...
Hi Nordic:
I want to make .a library, i use gcc to make .a library. And add .a library to my project. when i build the project , show build failed and the message is ".a...
Segger Embedded Studi, SDK 15.2, Windows 10
Nordic NRF52DK PCA 10040 1. 2 .4
Hello again everyone, I have gotten farther with my previous issues of not being able to access...
Hi All,
I am new to embedded low power design and would love some tips on power saving steps and tutorials for the nrf52832 device.
I am trying to understand the power...
Hi,
for a project I need to perform a DFU Update over BLE. After I prepared the bootloader (generating public and private keys and building it), I prepared the update packet...
Hi, I develop device for custom location service based on BLE. Now I'm working with nRF52 Development kit v1.1.0, nRF52832, SDK v15.0.0.
I have a problem with adding 16bit...
Hi,
I wonder if all Tracedata[n] pins are needed for debug? That would make five IO:s useless for other functions. Or is it possible to use 1-bit mode or something similar...
I wnat to set P0.30 and P0.31 for I2C CLK and SDA. nrf_drv_gpiote_out_config_t out_config = GPIOTE_CONFIG_OUT_SIMPLE(false); err_code = nrf_drv_gpiote_out_init(30, &out_config1...
I set up my nrf52 self board with internal LDO using reference schematics with internal LDO setup.
Im entering the power safe mode using __WFE instruction
Also i did...
1.I used Timer2 Capture function Time Frequency is 1MHz. Picture1 Current counter should be 33330. Picture2 Current counter should be 5000. Picture3 Current counter should...
Hello,
I am having an issue with setting up the event generation timing on the nRF51822. Long story short, I am configuring Timer/Counter 0 to generate an event every 50ms...