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,
I am using a custom nRF52840 ( SDK 14.2.0, SoftDevice S140) based board to connect with an iOS(v 13.3) phone.
I am running a custom application which uses the...
At this time my project is at very beginning state, I am picking up right tools to start my project development. I have spent good amount of time to research about my issue...
Hi,
So simple question about adapting dev kit examples for the dongle. I'm trying to adapt this USB/BLE example and I've made all the changes that I figured I'd need to...
Hello,
I'm currently levelling up a project based on an older SDK which involved SoftDevice v5 (S132) to SoftDevice v7 (S140).
As far as I understand S132 and S140 are...
Hello,
following the peripheral/saadc sample, which shows the periodic reading... could you please share the essential and minimal config for the One-Shot measurement? ...
I want to integrate the XMOS (XUF216-512-tq128) with nRF52840 where the nRF can be used to perform the field updates for the XMOS. Is there an application note or an example...
hello,
i am using nrf52832 device with soft device of S132.
i am trying to connect 2 different applications on the same smartphone to the peripheral device. currently...
I have two NRF52840 dev kits that are running what are essentially the spi master and spi slave examples. They both work and I've altered them slightly. I'm just kind of confused...
Hi,
I've been trying to combine the spi_slave and USB_CDC_ADM examples so that I can pipe data from a spi_master all the way to my host machine. In my cobbled together...
Hello ,
Is there any development KIT available for the Evaluation of Direction FInding - AoA and AoD ? Any code examples for the same?
If not what is the time line?
...
Good day,
I would like to switch between two states once I receive a trigger. state1 <---trigger--->state2.
State1 = Beacon/custom manufacturing data - Beacon Example...
Hi,
In my application after some timeout i am trying to stop BLE advertisement.
for this i am checking current connection state,If it is connected or disconnected.
if...
I'm using the TWI_MNGR to schedule a transfer. I have copied the nrf_twi_mngr_perform() function to a function called nrf_twi_mngr_schedule() which does everything except...
Hi team,
I am working with the nRF5340 PDK v0.8.0 and I am trying to request the additional voltage for the VREGRADIO to support the additional 3 dB TX power on the RADIO...
i have a project with Nrf24, i'm using NRF24L01 + PA LNA 2.4Ghz with athena, to get 1000m -2000m range.
But i saw on nordic website that nrf24 not for new design, we have...