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...
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...
Hi,
is it possible to read/write the MX25R6435F external SPI NOR flash using Indirect Mode ( https://wiki.segger.com/Programming_External_SPI_Flashes) with Segger JLink...
Dear,
I am doing some range tests with the nRF52840 and saw that the RSSI value of the PCA10059 (USB dongle) can be more than 10dB lower than the one of the PCA10056 ...
Hello everyone, I am trying to implement a blocking wait using the app_timer.
To do this, I am starting a one-shot timer whose callback function sets an initially false...
Maximum current consumption for each of the pins in the respective modules of PWM, TWI-I2C, TWIM-I2C, TWIS-I2C, SAADC, UART, SPIM, TIMER, RADIO-2.4GHz under the operating...
Hi,
I'm trying to run the gps application off the master branch on the thingy91 and it dies like this:
It's built using the Nordic SES on windows.
Any ideas? ...
Hi all,
I am trying to connect to device with specific UUID. I am not sure what have I managed to do, below are some logs from NRF Log.
Did I connect properly?
I am...
Hello,
I am trying to run the mbdedtls example of random number generator shown here https://tls.mbed.org/kb/how-to/add-a-random-generator
I added MBEDTLS_CONFIG_FILE...
when i change the baud rate to 115200 my uart (Rx and TX) are giving me garbage out put.
so what do i need to change in my code(ble_app_uart example) when i have plan...
Dear Support / forum,
After reading the user and API guides, browsing other posts, and playing around with the ack-payload example, I think I now have a pretty good understanding...
Hi,
I am having a issue with building an application in IDE for nRF9160
Application : Asset tracker
I have been able to build this "problemfree" before, but this morning...
Hi~
I am developing door sensor system using nRF52840.
Currently for power consumption, sensor (nRF52840) is system off(NRF_POWER->SYSTEMOFF=1).
nRF52840 can wake up...
Hi, I have 8 peripheral devices each one has at least one sensor attached to it( peripheral will be nRF52xx), the sensor has a sampling period of 8ms. I will be using android...
Hi,
In BLE mesh v3.1.0 I see a file debug_pins.h. For what these debug pins are used and can I disable it for my custom board?
And one more thing related to PA and LNA...
Hi,
We are currently developing a Sensors/USB/BLE/LTE-M1 product for a customer. The board is equipped with one nRF9160,for cloud communication, and one nRF52840, with a...
Hello, I am using nrf5832 with SDK 15.3.0. I want to filter peripheral device based on mac address. I modified example code "\examples\ble_central\ble_app_blinky_c\pca10040...