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 am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi there!
I searched the forum and didn't find any clear answer.
nrf52 programming pins are SWDIO and SWDCLK and chip can be programmed.
When nrf52 is part of a pcb...
HI,
I am trying to Port the BLE BEACON source code of PCA 20006 to PCA 10028 EK.
I have changed the IROM settings.
I have initialized the soft device handler to NRF_CLOCK_LFCLKSRC_XTAL_20_PPM...
Hi,
I am trying to understand how can I have a running counter based on the low power 32.768 KHz oscilator that does not trigger any timeout interrupts (I am using the soft...
Hello,
I have a nRF52 to nRF52 connection. I want to secure it (auth and if possible encryption) with a pre shared key. What are the points that I have to modify please...
NRF52,S132 soft device,
I am trying to toggle GPIO 10 (NFC pins Enabled as GPIO)in a 1us Timer, But its not happening , What may be the issue? Am using Timer 4. What is the...
I have programmed nrf51-dk with an example code available at mbed platform,everything works fine except that the ble is visible even if we open bluetooth menu.It is scanned...
Hi,
I'm developing something with NFC / BLE handover - it is currently working fine, NFC tag is read by a phone, nrf52 starts advertising and phone then connects to it over...
Hello,
I'm remaking an nrf52 project in Keil and ran into an issue when it came to compiling. All of the errors outputted have came from bsp.c, mostly stating that a few...
Hi,
We will use nRF52 along with small 8bit micro and UART connection. The MCU cannot support standard baudrate 115200, and we will need to implement non-standard speed...
I am using the Johanson balun ( www.johansontechnology.com/.../Johanson_nRF8001_App_Note_v2.pdf) to interface the differential input of the nRF8001. The PCB manufacture I...
Hello,
I am using the following function call to set up PWM:
app_pwm_config_t pwm1_cfg = APP_PWM_DEFAULT_CONFIG_2CH(5000L, BSP_LED_0, BSP_LED_1);
However, the compiler...