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:...
I am working with the nRF52832, SDK14.0.0. I want to perform a flash write on a watchdog reset to save the current state. However, the watchdog resets after two cycles of...
I've used the 'secure_bootloader' project, updated with the public key, to flash on the DK. The project 'ble_app_buttonless_dfu' built and packaged as zip can be DFU'd with...
Is it possible to _send_ multiple packets per connection interval, using the pc_ble_driver (and a nRF52 or nRF51 DK) in BLE CENTRAL role?
I found some answers on the devzone...
Hi, I developed a static library including drivers for spi, twi, gpio, adc and few others. Now when I create application and link my library it works ok as long as I am using...
Hoping to get some help. Using swift3 and xcode 9.3.
I can write data from iPhone back to nrf52 peripheral fine if it is a Dbl.
When I try to write a UInt16, it crashes...
I plan on using the nRF51 Dongle meandered antenna for a design involving the nRF52810. Since the nRF52810 has an internal balun, does that mean that L1, L2, C5, C4, L3 and...
hi,
i have a custom board with nrf52832 as it's core. i want to program with st-link v2 programmer.
i am using sdk 14.2 and soft device s132 v5.0. on target location we...
Hi guys,
We have tested the mesh range in the nRF52840 chip (max tx power) in LOS and we got more than 200m.
W're planning to use the mesh network inside hangar with a...
I am still newbie in nRF52 dk . For my project , i am trying to send data from my sensor to the mobile phone through BLE App UART. Therefore first I have flash nRf52 with...
Hallo guys,
i tried some hours to receive the microphone and some other data from the Thingy 52 on an nrf52840 evaluation board and write it to an SD-Card.
Everything...
Chapter 43 of the OPS document for the nRF52840 says that the I2S interface has a "Low-jitter Master Clock generator" but I don't see a jitter spec for it.
What is the MCLK...
Hi every one I'm sitting with bluetooth mesh where I'm doing a project. where I get inspiration from "light demo" where I doubt how keeps each client / server control of the...