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...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
After enabling and starting the watchdog timer (RR0), how can it be disabled?
This following code does not work :
NRF_WDT->RREN &= ~(1 << WDT_RREN_RR0_Pos);
Neither...
Hi,
I use s120 stack and ble_app_multilink_central
I use function sd_ble_gattc_primary_services_discover(p_client->conn_handle, start_handle, NULL) for discover services...
The sniffer software doesn't seem to find the device on either of two different PCs here, and I'm not sure what we could be doing wrong.
The installation steps were the...
Hello,
I have recently got a n5 start kit nRF51422. I went through all the set up procedures in the user guide, installed all the correct programs/drivers etc.. My unit...
Hello.
I am looking at the schematic of the nRF51422 USB dongle development kit. The pin P0.30 of the microcontroller is attached to ground. As the pin could potentially...
I'm writing a PC utility in Visual Studio to connect to BLE devices. I'm using the PCA10000 and MasterEmulator.dll. I'm able to discover the services and characteristics of...
Hi NORDIC
I download the example of multilink central (S120) into nrf51822 . I do not know why it can not work ? My SDK is s110_nrf51822_7.0.0_softdevice . Please help...
i am very confused about how to count pulse by using nrf51822? I am going to make a heart rate counter, but i don't know how to config registers to achieve this function....
I can't get a simple application, no soft device, to debug on the nRFDK 10028 board using the I-Jet. I am using the debug in and powering the device from an external power...
Hi
I'm starting with NRF51822. I'm going to develop a costum PCB using this chip. I'm a bit confused because searching on the forum I saw that I need a product key to use...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hi all,
I am using the multi role example ( github.com/.../nRF51-multi-role-conn-observer-advertiser) to scan and advertise concurrently.
I was wondering if the scanning...
I have a 16MHz external clock oscillator to drive a micro controller in my system. Can this also be connected to the crystal input on the nRF24L01+ to drive it's clock? Should...
Hi All,
I wanted to write a patient record to glucode measurement charateristics from android Phone which supportes BLE features . How do i write a record to BLE device...