If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
Hello:
The product specification (v1.3, pg 263) says temperature sensor accuracy min = -5 C and max = +5 C.
Its not clear if these accuracy values correspond to the...
Hello,
I meet the same problem with the question " Status bit for sd_flash_write() ".I have register my flash_nrf52_sys_event_handler() in sys_evt_dispatch(),but after...
I am trying to find examples for nRF51 dongle P10031. I would appreciate some guidance and help regarding the same. Its my first time using the device.A link to a sample example...
I have this working and producing good and accurate results, but I'm still puzzled by some of the examples in the SDK and the documentation.
I am using the processor to...
Hi,
In my application, using BMD301 i have made one custom PCB. I am using SDK 12.0.0. In my PCB I have not used all the four LEDs. I have assigned p0.19 to the BSP_LED_0...
I'm using SDK 12.2, and nRF Connect on a Windows machine. I started with the ble_uart example.
I need to send data in my advertising packets. In advertising_init() I initialize...
This is referring to running a peripheral device on the PCA10028 eval board.
Let's say I have a connection interval of 100 ms, and a slave latency of 5.
So the BT stack...
Hello, I am using an nrf51822 but have no success in advertising.
I tried so far to load the ble_app_template from the peripheral examples where I' ve only changed
#define...
Hi,
I am looking for a BT module that can connect to both a BT Jabra audio headphones in addition to a BT HR chest strap with 2 live connections simultaneous.
Do I have...
I understand part of ram is used by the softdevice, but I see different addresses are used in different examples that use the same softdevice, namely S132. For example,
...
I am trying to run the examples given by Nordic on my nRF51 dongle. Most the examples are for PCA10028 or PCA10040 where as my dongle is PCA10031. I tried running them but...
Hi,
I need 6 PWM channels for a BLE project. Is there any solution to add 2 other pwm channels to nRF51822? If not, Which other Nordic ICs might be helpful instead?
Thank...
Hello,
I am using SDK 12.01 with softdevice (BLE application) and I want to write large data over flash. I am stuck with various issues.
When I try to write the data...
Hi,
I am having hard times to make SAADC working on DK-52, SDK13, S132. I need to perform a voltage measurement on command received from a connected device.
AIN pin...