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 Converted experimental dual bank signed bootloader into single bank signed bootloader and it uploads the new firmware successfully but the problem I got is it erases...
I have an application programed on the nRF 52DK (PCA10040). Its a UART communication to a distance sensor. The Problem is, that I cant send anything from the uC to the Sensor...
Hello,
I just run in following issue. I try to configure an UART to send some bytes. To check the configuration, I just let the program loop, after the sending. Attached...
Hi all! I have a smart beacon kit rev 1, with s110 on it (the latest firmware available). I am using the RTC with the 32 kHz crystal (50ppm) to trigger an ADC conversion every...
After releasing reset to the nRF51, its UART is responding with
RX: A4 1 6F 1 CB
Further requests for things like capabilities, etc go ignored, and opening a working...
hi all,
i cant able to find the version 11 softdevice hex file. can you please send the link.
and can i use the version 8 softdevice for version 11?
-Thanks in adv...
In the migration guide, I can read: "Clearing an interrupt event may not take effect immediately."
And an example of required code is given as:
NRF_TIMER0->EVENTS_COMPARE...
I'm creating a PC application using the ble windows driver by nordic, i cannot implement white list. I ported my code on the firmware & it works.
Is this a limitation of...
When i follow the Getting Started guide for the nRF52 DK at point 5 the led (led 1) does not start pulsating and I do not get contact with my phone. I tried to upload the...
I am trying to make communication between STM32F407ZET6 and NRF52832 chipsets using an SPI interface.
One is master and another is slave. If I take NRF chip as master,...
I am noticing a problem with pstorage_raw_clear when called in the DFU code. My problem is this: when attempting to update an application, if the application is too large...
HI, I have a remote control with nRF24L01. It was talking with Gen1(uses nRF24L01) product via ESB. Now, I am developing Gen2 product*using nRF51822xxaa) and I need to support...
Hi,
i'm doing my own bootloader and i want to use external flash to download image trough a spi. The bootloader project based on example from SDK11, now just an external...
Hello:
It appears (although I am not 100% certain) that there is a small delay (< 10 usecs) between EVENTS_END in the radio and MICSTATUS in the CCM. I believe I have read...
Hi,
I've got an application running on an nRF52, and it's calling sd_app_evt_wait() from the main loop - and it's staying in that function pretty much all the time.
...