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, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
Compiling nordic project I get errors:
compiling main.c...
..\..\..\main.c(37): error: #5: cannot open source input file "softdevice_handler.h": No such file or directory...
I am not sure if this is a limitation with Keil or Nordic SDK. I made another copy of ble_app_uart inside SDK_11 s130 and renamed it with a much longer name. I tested that...
I'm using the nRF SDK5 v11.0.0.
I'm trying to test out UART Logging in the simple blinky example bundled in the SDK.
I added NRF_LOG_INIT() and then a NRF_LOG("Testing\n...
Hello everyone,
I am trying to implement a bootloader to my application to be able to enter in DFU mode.
I am using nrf51822 (32KB ram 256 flash) and s130.
I have taken...
My understanding is that the nRF51 is known to need a fairly stiff external pull-down resistor on SWCLK to avoid noise putting the chip into debug mode. I note that the nRF52...
I'd like to know how to implement a bootloader for the Nordic SoC nRF51822-QFAA-R in order to boot the softdevice and some firwmare. If will be great getting an application...
Does nRF52832 have battery monitor?
I can't find in the datasheet if there is an externarl circuit to monitor the battery. I'm using a CR2032 coin cell battery.
Tha...
Hi,
I'm developing some firmware that will hopefully run on a few different kinds of nRF52 device.
Is there a way of detecting if the DC-DC converter's inductor/capacitor...
Following situation:
My device acts as central (connecting to ble sensors) and as peripheral (transmitting and receiving data from mobile). Several services (Heart Rate...
Hello,
I followed this tutorial:
devzone.nordicsemi.com/.../
and added the RTT files to the project, however, after I compile i get this message :
and when...
Hi guys,
I am using the RFduino nrf51822 chip. I am using the TIMER2 interrupt and it works fine. But when I try to use the BLE along with the timer interrupt both don...
Hi,
I have have one ble project which is using softdevice s110. so that i want to extend this project by adding DFU service to it like shown here
devzone.nordicsemi.com...
hi,
i have PCA10028 dk board. i want to flash code in this board using dfu. i have generated Zip file(both soft device and application(example ble_app_hrs example)) using...
I am using this DFU library github.com/.../IOS-DFU-Library . On iOS 10 while processing DFU I receive error RemoteInvalidState in didErrorOccur method with description "Device...
I want to know the maximum range for major and minor in Ibeacon frame, as it is of 2 byte can we set any values from 0 to 65535 or is there any limitation.