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,
We are trying to transmit a single byte over SPIM using easyDMA but our logic analyzer shows that 16 bits are being clocked out. The first 8 are our message and the...
Hi
I just test the new sdk 15.0
When I test the power of the demo project named "ble_app_hrs_freertos", I get the power table below:
No chage
810uA
...
Hello world.
After I have used this guy code.. KNN c++ . and good for implement it to my module nRF51822.
But if there's problem issue or not. because, there was an confusing...
HI Nordic,
I want to know whether the NRF52832 use the RC oscillator as the default source of HFCLK . I want to use the TIMER peripheral to do a precise duration measurement...
Hi all, I using 3 board NRF52 to demo remote provisioning mesh . But in client , I get debug terminal :
After client hang . Please tell me why and how to use correct
Good evening, I determined the numbers of clocks necessery to fire up an interrupt from an GPIOTE event. My debugger reports 1373 clocks ticks to go into and go back from...
Hi,
What is the maximum ATT MTU size for the BLE NUS?
While programming my BLE NUS server application I constantly ran into the problem that my MTU and length updates...
Hello,
am using the NRF52-DK softdevice 6.0.0 and NRF SDK 15.0.
I am working with PPI, GPIOTE and 2 timers (called timer1 and timer2) on nrf52832
Through the COMPARE...
Hi,
I am trying to use BlueZ in "Raspberry Pi 3B" to connect my 51822/52832 device.
My Hardware is Raspberry Pi 3 model B, and use internal bluetooth interface, the OS...
Hi Nordic gays guys,
After our 51822 firmware added the Service Changed characteristic.The Android OTA GATT_ERROR issue was solved.But there is a new problem in IOS.After...
Hi,
Find big problem with GCC make settings (guess Makefile.common) does not work with SDK 15. with SDK 14.2 same Project works succes.
The Problem : use SDK15 , the...
Hi,
Not directly related to Nordic, but I as many people are doing the same I figured it's fine.
is there any reason why this would not work? assuming the I2C is already...
Hello,
I just bought an nrf51822 evaluation kit and a segger J-link BASE Jtag. I understand that I have to play with the SW4 swith and the U4.
I identified the switch...
Hi
I am trying to setup my raspberry pi to receive message from Arduino using C++ code. I am getting a below error message. pi@raspberrypi:~ $ sudo g++ -Wall -Ofast -mfpu...