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,
I just did a quick diff using these two commands
> find nRF5_SDK_12.0.0_12f24da/ -type f | grep --text -v -e "c$" -e "h$" -e "s$" | sed 's/.*\///' | sort -u > exclude_list...
Hi
we are switching from NRF51 to NRF52.
Putting the same (very basic) inits for sd and advertising, leads to NRF_ERROR_INVALID_PARAM..
This is my source:
#define...
Hi,
I downloaded the latest SDK V12, coped the example HEX from the BLE Beacon and it worked fine.
I tried to then compile using Keil, it compiled, but I noticed that in...
Hello,
I am currently using the TWIS (slave!) peripheral to get data from a I2C master. Now I would like the ability to place the nRF52 in deep sleep mode with sd_power_system_off...
i am using UART service for implementing BLE App on iPhone-4s by using objective-c.
i downloaded old source code of UART but it can't work.
so can i get latest updated UART...
Hello Everyone,
I am working on nRF51 can any one tell me how can i get current time in microsecond?
micros() return current microsecond time in arduino. I wants same...
I am new at this, I need to enable the OTA DFU mode on a nRF51822 QFAC chip on a pcb (the pcb has bluetooth).
how can I program it? what do I need to configure?
I am trying...
Hello,
I can't copy file from mail after updated nRF Toolbox to v4.0.4. (iPhone5s & iPhone 6Plus)
The app crashed when I select Copy to nRF Toolbox.
Any solutions?...
I found we have to build micro-ecc.lib on our own, so I follow the below link to start to build it:
Installing micro-ecc
Then, we meet the below to errors:
Makefile...
Im based in the example of SDK12.0 - MULTILINK_CENTRAL and i have to know the RRSI value in dbm if it is possible from the peripheral device that is connected to me but i...
nrf52 restart from main() after hit breakpoint and enter [Go] under IAR. It looks like there is some kind timer or watchdog to reset system etc... if stay in breakpoint (...
I have a PMIC in the device that I am building which will eventually take over from the battery. But I have to program the PMIC on startup, using the nRF52. I am trying to...