Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
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,
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...
Hello All,
I have 2 evaluation boards nrf53840 EVB "PCA10056".
I would like to run on them the "ble_app_uart" in " nRF5_SDK_15.3.0_59ac345 " as following:
A custom...