I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi, I am using Heartbeat messages with the light switch example, and want to log the nrf_mesh_rx_metadata_t in heartbeat_opcode_handle() to RTT viewer so I can write it to...
Hi,
if my device (nrf52832) is in application and I perform firmware upgrade using nrf connect and PCA10031 on Win 10, the upgrade process is very slow (0.35 kB/s). I stop...
Hello,
I have a following requirements,
Build a custom bootloader which accepts DFU through OTA and UART.
this boot loader must also contain softdevice , so that finally...
I'm having problems with toggling the EXT0 pin on my thingy:52.
I have tried with setting the EXT0 as an output like this: drv_ext_gpio_cfg_output(SX_IOEXT_0); And then...
This is not really a problem - more like an enquiry
Is it possible to gate PWM output using another GPIO pin e.g. if the second pin is low then so its the PWM otherwise...
Hello,
I would like to test and adapt the example "ble_app_uart_coexist" with my nRF52840 DK. Unfortunately, I believe that this one is only intended for nRF52832 and softdevice...
Hello,
I am trying to use the BMD-350 evaluation board to program a standalone BMD-350 module on a custom PCB. I have followed the instructions in the documentation to connect...
Hi,
I'm using custom board with the nrf42840 and I need to use p1.09 as a GPIO.
How can I do this in a debugging mode (using the PCA10056 as a jlink)? Can I get a code...
Hi,
I want to get interrupt on GPIO using gpiote module.
I searched for example but couldn't get it.
Can you guide me how to use gpiote in nRF9160 ?
Regards,
Smitesh...
Using Fanstel BT832A BT 5.0 Module which utilizes SoC nRF52810 QFAA
1) Yes or No: can I configure a GPIO as a Timer/Counter Input so I can feed a high frequency input into...
Hi,
I just wanted to know which flash is used by the flash manager within the SDK Mesh v2.2.0 onoff client/server examples ? Is it the 1MB internal flash or the external...
Hello,
During development of a custom board, based on the BMD-300 module from Rigado, which uses an nRF52832, we ran into a SoftDevice fault under specific circumstances...
Hi,
After trying to work out why one of our nrf9160 DK:s cannot execute any AT commands using the at_client sample I tried redoing the getting started guide to make sure...
Hi, I am making my own bluetooth custom board with nRF52832. Till now, I made my custom pcb following the infocenter layout and chip antenna like below.
Now I want to...