I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
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...
when i am load the the program to my nrf52832 with ble lbs example it show an error : Flash Download failed - "Cortex-M4" . my softdevice is s132 v3.0.0 .... please help me...
Has anyone used a graphics library like emWin or TouchGfx on nRF52?
www.segger.com/emwin.html
http://touchgfx.com/en/
I do not see any posts on either forums or here...
Hi everyone! I made some board with 51822 (128k, 16k). I have only 20kb free if I use the S130.
The questions:
a) I only will sent data to a mobile. Can I use the S110...
i want to use timer0, timer1 and timer2 and also RTC0, and RTC1 all Sefrate by Sefrate interrupt and so on.... so, have you any coading example?.... i m using sdk12 with eclipse...
i m using pca10028.. and sdk12 with eclipse gcc tool chain setup on windows..im run Peripheral>rtc example successfully... interrupt call every 0.125sec but now i want to...
Guys I made a wireless link using two NRF24L01+ & two MCU units.I want to toggle the reciever side LED bulb when the transmitter side switch presses.
*NRF24L01+ (Black...
Is there any guideline on how to setup and use the UARTE on nRF52 ?
what files to include in my project
how to initialise the peripheral
how to setup the DMA fifo...
Hi I'm an undergrade student in dongguk Univ. in South Korea.
I want to control the sending message and receiving message.
I use the android studio.
What do I do...
Has anyone using nRF24L01 raw (CRC turned off) mode. I try to turn off the CRC (the data sheet offers this option), then I start to miss packets. Once I turn on the CRC, I...
In ble_app_uart, the tx and rx characteristic uuid are shown below, and it supposed that the Tx characteristic enable notifications while the Rx characteristic enable write...
The hardware I am using is based on nrf51822/pca10028, with s110 SoftDevice version, and the SDK version for the project is 8.1.1 Using Keil uVision 5.21.A
When opening...
Hi,
I am running the mqtt subscriber example provided in IoT SDK (nrf5_iot_sdk_3288530).
I am using raspberry pi as router, and following the infocenter tutorial .
I have...
Hi ,
This is the first time I am using nRF52 and I don't have any experience about Antenna design. Here is my question: I am using nRF52 CIAA variant and planing to use PCB...
Hi,
I need to change advertisement data while advertising. The goal is to set new data for every packet. Firstly, I was trying to put new value like this, but it didn't...