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,
If I enable POFCON at 2.1V threshold in my S/W, build and download it in my target, and I turn on n51822 at VDD is 1.8V. That is, VDD is lower than POFCON threshold...
Hi ,
Could anybody share me the details on the time taken by the nRF51822 to comeout from reset state for the below reset input.
Wakeup from OFF mode reset
Pin...
Hi...
I started with S130 demo example code. Added a custom services . The problem I am having now is that after I connect ble_evt_dispatch isn't being called.
I have...
Hi, I have purchased a Nordic nRF51 and start to write my firmware using mbed OS compiler. As far as I can see the whole process was working perfectly. I could update the...
Hi,
I have a BLE peripheral with a custom service (using a different chipset). I'm working with S120 as a central, and attempting to read/write various characteristics...
I have previously bought a Evaluation kit, (now obsolete) and registered with it. I have also designed a new custom board with version 3 silicon, but I cannot download v8...
Hii...
Am working on S130 demo example. While going through the code i found that code is implemented in polling method. when i compared with s110 example i found that...
How to flash SoftDevice and Bootloader (OTA enabled) to nrf51822 by CMSIS-DAP programmer?
For instance: I did cmsis-dap programmer with mbed code form github.
Can I do that...
hi,
I am want to communicate with nr52 dongle via serial. The dongle periodically outputs data which I read.
The problem is that is the python connect in the middle...
I'm looking for the set of command line interface for the bluetooth nRF51 sniffer program, such as to list the device available for sniffing. for example the L + . and then...
In the system on low power mode , how and where to change the startup time t1V7 for 1V7 regulator and startup time t1V2 for 1V2 regulator for better power optimization. And...
I know this was asked before, but none of the posts address my problem. There is a similar thread , but the issue on that one was that the softdevice was not being used. I...
Hi all,
I'm implementing a Bootloader with the source code provided no the website (Windows C# app, nRF24LU1 station app and nRF24LE1 device bootloader/app). Everything...