Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
To the kind attention of Nordic support team,
We are very interested indeed in using your nRF52840 and nRF52810 devices in our projects. We also would like to use your gazell...
Hi,
I have used nRF52832 with my Python code succesfully many days. Suddenly it stopped to working and gives me an error message: NordicSemiException: Failed to ble_gap_scan_start...
Hellou. I'm developing application, which is modifiaction of light switch demo. I need use 128 servers and one client. But when I redefine in SERVER_COUNT to 128 in client...
Hi all, ( nRF52 DK, SDK 15.3, S132 )
Many asking about how to add 2 "service data" in the GAP advertising, but no real answer on the solution !
The first service data...
Hey everybody!
I'm trying to implement the following use case.
Android device connects to nRF52, bonding occurs, android device is put into nRF52 whitelist, after this...
Hello, I am trying to combine light switch client example with fds functionality.
For these I did next steps:
Included all ‘c’ files from the fds example to the light...
I notice that the USB Serial (the lowest numbered COM port of the three, that's connected to the Cortex-M33) isn't opened in a Serial Terminal before the application starts...
Hello:
When I try to use mesh, I found that the bootloader never work in low power mode. If I only program application into the nrf52832, the power consumption of its low...
Hello.
I m working with mesh demo: https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo
In Android app we can press "identify" and after that Thingy's led...
Hi, On a button press I need to enter to disconnect from the currently connected device and then start advertising in order to allow a new device to connect. I manage to disconnect...
I am trying to read analog value from a GPIO pin. Particularly I want to read battery voltage from a GPIO pin assign to P0.31. Please help me how can I read the analog va...
Dear All,
Thanks for your continued support.
I have been trying to get debug terminal to work... I enabled RTT log and disabled UArt in the sdk_config file. I set...
Hello!
I'm trying to handle an interrupt using a timer.
Is it okay to write something like the following?
Also, if this is called every 1ms as interrupt processing...
Hello,
Im using D52Q ANT Module series chip, I have uploaded the S132 soft device and BLE peripheral program(PCA10040).
Once i download the program, 3rd LED glows, and...