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...
I am running ble_app_uart in my pca10004 board. The crystal configuration is set to 32khz crystal.
But i want to use the 16mhz external crystal for my use ,because my application...
Hi!
(I moved this question to the "Questions" area from another area.)
I am using Eclipse to develop and debug on nRF51 DMs (PCA 10028). I have managed to run and debog...
Dears,
Just one question for RTC.
In SDK9.0, it's possible to control of time to use HW RTC block??
If possible, please let me know how to use it..
Thank you.
Lets say I have 200 bytes of data that I want to store in flash. So, I request a 200-byte block.
In order to store, the area has to be cleared first. As far as I understand...
Using the nRF51-multi-role-conn-observer-advertiser-master project to test timeslotting I have encountered two issues (Softdevice s110 7.1)
Issue #1: Repetition of advertisement...
Now, I need two function add my project (On BLE stack).
Distinguish long/short press at same button.
2.device and master synchronous time.
No.1 question is...
Hi
We have custom nrf51822 board.
in that we have nor flash which is spi compatible.
so in order to read device id i used spi_master sample source code.
i am able...
Hello,
I'll explain my code:
NRF51 takes samples of a sensor every 10 minutes. In addition, softdevice S110 is used... An user can connect at any time, so advertising...
I am trying to implement frequency counting on nRF51822 by counting number of pulses in a given period. I create a PPI channel with a GPIOTE event on rising edge linked to...
Hi,
is it possible to mount a nRF51822 in an aluminum enclosure and use ble?
I am looking for a range of up to ten meters in an open area.
Is that possible or will the...
there is no bin folder under C:\Program Files (x86)\Nordic Semiconductor\nrf51 as described in the docs.
so I'm not sure where the nrfjprog.exe should be
I am trying to better understand how the nRF51422 handles sqrt(n) coming from C in Keil?
Can anyone explain, or link to resources which do? I am having difficulty finding...
Hi all,
It is possible to install and develop projects using 2 SDK versions simultaneously?
nrf51 SDK will be used in the current project and nrf52 SDK will be used for...
I want to do 2 things with the nRF51822 beacons
Add an ADC output to the advertising packet (non-connectable mode)
Set the advertising interval to 1 hour or longer...