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...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
Hello,
We need to extend both "ATT_MTU" and "Data length extension (DLE)" of the example programs "app_uart" and app_uart_c" in S132 SDK 14.0.0. So could you please advise...
Hello,
I am using sdk 12.2.2 and pca10040. I am have successfully interfaced bme280 sensor with nrf52. Now I am trying to interface bmi280 with nrf52. So for that I need...
Each time we wake up our serial port we call APP_UART_FIFO_INIT because we want our buffers to be cleared when we wake the serial.
Does this also overwrite the PIN_CNF register...
Hello,
First of all I know that many questions were posted here about this topic but I am posting mine because I couldn't figure out how to solve my issue and I am looking...
I have a custom service that on a event needs to be re-initialized. The custom profile also has DFU. It seems that when I re-initialize services_init() the micro crashes on...
Hi,
I need to support two advertising protocols simultaneously Beacon and iBeacon.
This is because iOS.CoreBluetooth has a lot of limitations (there is no way to identify...
I want to know OBD-II Application scenario
ignore how to get OBD-II information from the car. assume I already get the info
generally, how often fetch the information...
Hello engineers, Recently I test the ADC function,I think the library function is so difficulty for me. So I want to use the ADC by register,but I found that ,after I start...
I am developing on a nrf52 board with a fdc2214 chip. I created 1 custom Service and 3 characteristics shown below, and the format of my UUID is 0000xxxx-1212-efde-1523-785fef13d123...
Hello, I successfully ported one provisioner and one provisionee to 2 nrf52840 experiment boards respectively, now I'm having the provisionee connected to my computer and...
Hi, I asked a relevant questions before and was advised to solicit such information from my local Nordic operations. But they didn't appear to know that either, so I'm here...
Calling ble_nus_string_send() from within a TWI callback (case NRF_DRV_TWI_EVT_DONE) is performing a reset on my PCA10028 (nRF51422). It works fine from the main loop.
...
When I run nrfutil, the program immediately throws a Python exception. It has been working for the last 6 months. I've used pip to try to upgrade protobuf and nrfutil, but...
I AM HAVING A COUNT VALUE WHICH IS IN THE RANGE OF 10000 - 100000 WHICH IS TO BE TRANSMITTED OVER THE BLE (OF THE BOARD) TO THE ANDROID DEVICE. I like to use nus service to...
Not really a development question. I'm looking for a wearable BLE device to use as a prototype for an academic research project (in a healthcare/hospital setting).
The...