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...
I'm trying to update my project to use the latest S110 softdevice release. The trouble is that I have written many of my own hardware abstraction layers and they are conflicting...
Hello,
I am trying to program a nRF51 chip with a dev kit. When I install the base nRFGo Studio, it is able to detect the board but it won't read the chip because it is...
Hi,
I am experiencing an interesting case ( I am not sure if this is a problem indeed).
I have been trying to develop code for ISP1507 (nRF52832 PC10040 based) on two...
Hi ,
I have tried to test the current consumption on NRF52840-DK (PCA10056).
DCDC is enabled.
RTC is running.
No BLE is advertising.
The DK is powered via USB. ...
hi,all
i got the nrf52832 dk and run the ble_app_uart example ,
but i found nothing output in jlink rtt viewer after called the NRF_LOG_INFO("UART Start!") ,
so could...
Hi.
I did the secure bootloader DFU. I attained step 8 in document .
I instal softdevice and secure bootloader to flash nRF52832. After make the ble_app_buttonless_dfu...
Routing the DCC pin on the nRF52832 with the chip scale package is pretty tough. The bump is surrounded on all sides by other bumps, so I don't have room for a via in the...
Hello,
I'm using nRF Connect V2.6.1 on Windows 10, I launch " Bluetooth Low Energy V2.2.0 " that uses PCA10059 Dongle as central.
Also, I have developed a peripheral application...
There are 12 LEDs which are connected using shift register HC595 ,the module used is nrf51822(bluetooth module). I want the LEDs to go off after 3 seconds interval. My code...
Hi there,
We are having issues with our boards that uses nrf52832 chip. Our first built had this chip and everything was working fine. We built a second batch and all boards...
Hi,
In nRF52832 datasheet I found that it is having internal oscillators, like 32.768Khz RC oscillator and 64MHz RC oscillator. If it is having internal oscillators what...
Hello
Most of the time we shall use the BT TX 0dBm. In special cases when we want to increase the communication distance we may select the 8dBm mode.
For RF type approval...
I am implementing long read with authorization in the server (peripheral). I have a characteristic with vlen = 1 and maxlen = 300. ATT_MTU = 23.
gatts_attr_md.vlen = true;...
Hi,
I added nRF5_SDK_15.2.0_9412b96\modules\nrfx\drivers\src\nrfx_timer.c to my project. In sdk_config.h I have:
#define NRFX_TIMER_ENABLED 1 #define NRFX_TIMER1_ENABLED...