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 have an application that can run in two modes. The mode is selected by setting the GPREGRET to 1 or 0 and restarting.
Currently we are running this procedure directly...
Hi,
We are developing a product using the nrf 51422 where the power source is a 3 phase generator.
We rectify and charge on a supercap where the uProc is being supplied...
Please correct me if I'm wrong but my understanding is that unused RAM banks can be disabled to reduce quiescent current.
My first question is what is the current consumption...
Hi,
I'm using RTT debugging with soft-device " https://devzone.nordicsemi.com/tutorials/6/debugging-with-real-time-terminal/ " , I'm able to print few messages, after which...
Hi~ I'm sorry because it usually does not use English writing in English, So there may be errors in English please forgive me.
Last year, I bought some nRF51 Development...
Short: Working Timer. Working SPI. SPI does not work when triggered by timer_handler.
Hello,
I am currently trying to replace delays with timer in my code...
I set...
Hi.
I'm using PCA10028, SDK10.0.0 S130.
I want to make nRF51 goes sleep mode.
So I tested linked source code as below.
github.com/.../main.c
It works well.
But...
Hello, Nordic Stuff.
I've been working at ble peripheral devices using S110.
I am just wondering why the sd_ble_gap_disconnect function accepts only the reason code...
I am interested in developing an nRF51822 application for an old PCA10001 nRF51 evaluation kit using a Mac OS X platform. I've downloaded and installed the following tools...
Hello,
I have a nRF51DK.
I am trying to use the TWI driver to communicate via I2C with an accelerometer MMA8452Q.
I already have a working code based on several SDK examples...
How much additional current does enabling the FPU add to the nRF52 processor? I reviewed the Product Spec. but I can't seem to find this listed anywhere.
Thanks
We successfully used the pofcon on a 51822 based design using S110 ver 7 to indicate a low batter condition to the user. However, we are moving to 52832 (currently QFAA-BA0...
I have a peripheral based on S110 that is connected to by a central running S120.
The connection is established, the S120 interrogates the service and enables notification...
Hello,
Thanks for reading this! I have an odd behavior on my nrf52832 where I am capable of uploading a new firmware via BLE DFU to the peripheral device if it is not bonded...