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...
Let me ask you a communication sequence between nRF51822 and peripherals.We assume 5 peripherals.
In a sample program for multilink, original sequence is that 5 times repetition...
I'm trying to have an nrf51422 using S210 go to sleep and wait until it gets a signal from another ANT device to wake up. The other ANT device (master) will not always be...
Howdy,
We're gearing up to program about 4,000 nRF51822s. They'll get the BLE version of DFU plus a stable version of our own code. For future production runs, we'll likely...
I have a fairly mature product based on the nrf51422_aa with soft device s310 version one using the GCC toolchain. I recently ported the design to the latest SDK (9.0)and...
My application currently uses 2 nRF24LE1 for communication. I am porting over one side to the nRF51822. My first step is just trying to send out packets from the nRF51822...
Hi,
Is there any documentation where I can see the exact meaning of the following properties related to Bluetooth Smart support on Android?
-Native HID supported
...
I am trying to communicate with a SPI peripheral acting slave to the nRF52 master. I am using v0.9.1 of the SDK, the example is called spi_master, with the uVision project...
Hello,
I have modified the nRFUART App for Android in order to connect and receive notifications from two different radinos nRF8001.
There is no problem to establish the...
Hello everyone,
I am encountering an issue that i have downloaded the ble_app_gls example after that it asks me ato enter password i have entered the passkey: as a password...
I'm working with a BLE central device using S120 which is base on ble_app_multilink_central source code.
My problem is that I cannot connect to the peripheral ble tag device...
Hello all,
Before making deal with advertising in my project I read the tutorial and it helped alot.
I need to develop application with 2 cases.
In some way I prepare...
Hi,
I've finally managed to create a functional app for nrf51822 dongle which sends and receives data via BT and UART.
But, I have low transfer speed over Bluetooth...
hi all:
Recently, I develop with nrf52832, the softdevice is nRF52_SDK_0.9.0_0c82e3e.
We want modify the example \nRF52_SDK_0.9.0_0c82e3e\examples\ble_peripheral\ble_app_hrs...
This should be simple, but I just can't get it working.
Many examples show setting a flag before calling the pstorage clear/store/load functions and then looping, waiting...