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, using nrf52832 SDK 16 in the NUS example I'm working
for that, I added custom services
whenever the program running it's working fine but after some time it's automatically...
Hi,using nrf52832 SDK 16 in NUS example I'm working
for that, I added custom services
when ever program runing it's working fine but after some time it's automattically...
Iam facing mesh assert error if i call any function in super loop.
given code:
static void rtt_input_handler(int key) { uint32_t button_number = UINT32_MAX;
if (key...
I have realised the provisioner example code from nrf Mesh SDK. There I found the following set of code to be executed when i pressed button 4.
if (mesh_stack_is_device_provisioned...
Hi.
I am using Central's ble_app_uart_c_pca10028_s130 which is a sample of nRF51822.
I would like to see the timestamp of the advertisement acquisition I receive from...
Hi,
NRF52840 datasheet section "5.4.4.2 64 MHz crystal oscillator (HFXO)" mentions crystal tolerances being dependent on packet size.
It is not clear to me, what layer...
Hi,
I've had the nRF52 and Segger Embedded Studio on my old computer. But the old computer is dead now.
I am trying to create the same environment on my new computer....
Hi nordic
I run the HID keyboard with SDK 15.2 and connected to IOS's nrf conncet.
but i can't see the HID service in the table.
how can i use the nrf connect to debug...
Hello there,
I'm ripping my hair out hear reading everything I can to get the non volatile memory reading and writing.
I have a nFR52840 dongle and I dont want to...
Hi everyone,
I have a project that needs to use multiple saadc channels but I don't want to use ppi but use app_timer. So is there any way I can change between saadc channels...
I'm using a timer to trigger pins via PPI & GPIOTE. Setting the PPI TEP to the GPIOTE task works as expected. However, when I try to set a second pin via GPIOTE task via PPI...
hello Nordic
i am working with nrf52832 soc with SDK 16.0, S132 V7.0.1
following this path:
https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development...
Hey,
There is a microSD connector on the bottom of the nRF9160DK (v.1.0.2). Is there a way to utilize it as an external memory? I can't find any information about it on...
Hello,
I've been studying Bluetooth technology for a few weeks. I wanted my first to implement a simple key finder device, as my first project. I was doing some research...
Hello, For our nrf52832 custom board developed using nrf SDK 14.2, I need to turn OFF and ON LED accurately in terms of ms, hence after going through this page, I used Single...