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...
We are currently developing an Android app (5.0) supporting the peripheral mode and communicating with the Master Control Panel (v3.7.1).
The connection to the Android...
Hi,all.i faced a problem:when i take my phone far away from my device,link lost service can work normal and my device can alarm.But if i turn off bluetooth switch on my phone...
Hello everyone,
i am trying to mix up both services proximity and RSSI but i am not able to merge the header files of these two services can anyone guide me? how to merge...
Hi,
I'm converting my project to OSX GNU from windows keil because of license problem.
There is some .o files made by keil-arm complier in my previous project.
and...
Hello,
Is that possible to force carrier frequency out of 2.4 GHz band (modify canals) for a special underwater application (2.4 GHz is not adapted so i whish to move on...
Hi,
I want to detect long and short press in same button.
Define "BUTTON_DETECTION_DELAY" can detect one delay.
Let me know to detect more than two delays.
Hi everyone,
I'd like to use the micro-esb radio interface to let to nRF's talk to each other. One of them will be generating 4 PWM outputs based on data received.
I have...
Hello Nordic,
I am trying debugging on following project [--ble_app_lbs_master--]. During debugging, I never reach at app_button_is_pushed function. I tried pressing the...
I have built a PCB that uses the nRF51822 . I am failing to load the binary onto the chip via the nRF51 DK. I can:
connect to the nRF51822 on my mac using the JLinkExe...
Hi,all.i want to use pwm in my code.And i init pwm with APP_PWM_INSTANCE(PWM1,1),then i get an error:identifier "TIMER1_INSTANCE_INDEX" is undefined.Can someone help me ?
Hello,
We are doing a study about the features of nRF51822 and the nRF51 Development Kit and are wondering about the maximum visible "friendly name" (DEVICE_NAME?) which...
Greetings,
I am trying to get the frequency/channel matched with RSSI values using S110. Is there a way to pull it through the softdevice functions?
If not, can I pull...
I started with the beacon kit and example code. I have since added IAS and LLC services that I have mostly taken from your proximity example. The problem I am having now is...
I have burnt ble-app-multilink peripheral code on my nrf51822ek. What happens currently is dat when i press button on kit, on kit led turns on . when i press it again, it...
Is it possible to change a characteristic's security mode after it's already been added with sd_ble_gatts_characteristic_add()?
I'd like to be able to switch back and forth...