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, 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,
We are in production with a nRF52832_xxAA device using SDK 14.0
Recently we started experiencing some timer anomalies. It appears that others have also had problems...
Hi
My SDK is 15.3.
As I know, Android and iOS MAC address is going to change when smartphone reboot in random.
I want to store several smartphone id at 52810.
...
i am trying to create ble beacon. I am able to advertise the ibeacon data using nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_beacon\pca10056\s140\arm5_no_packs...
Hi,
I am developing a Bluetooth controller for MicroHeat water heater. I am using Bluetooth module - MK01A from MOKO TECHNOLOGY LTD. I purchased their development kit and...
I am using SD7 and I want to send exactly one 23-byte notification per connection interval. If I wait for the BLE_GATTS_EVT_HVN_TX_COMPLETE event and call sd_ble_gatts_hvx...
Hi,
I am trying to generate a 1 MHz clock in the nRF52832 (nRF52 DK). This is my code:
When I try to build, I get numerous errors like this
error: 'NRFX_TIMER2_INST_IDX...
This surprised me.
I disable advertising, stop my app timers, and then loop "while (gpio_sample()) { nrf_pwr_mgmt_run(); }"
I have five low-accuracy nrf_gpiote buttons...
Hi everybody,
I am sending notifications from an nRF2832 (GATT Server) to another nRF52832 (GATT Client) and after some time (sometimes 1 minute, sometimes more minutes...
hello Nordic
i am working with nrf52840, SDK 16.0, s140
i use a timer for sampling of 3 adc channels, (4 times * 3 channels = 12 samples)
i put a pin to toggle in...
in my project, I use SPI inerface (4 pin(pin must can been changed)) communicated with a 4G TF card, this card must mount in Zephyr filesystem , in connect SDK\ v1.5.0\zephyr...
Hi,
I would like to ask a question regarding NFC connection.
When Im using my nrf52840 device to connect with a PC using NFC pad - the NFC triggers the nrf device to start...
Hi,
I am trying to program an extrnal nrf52840 it is Minew MS88SF2 , I did exactly as desribed here at least I think I did, but unfortunatly it always programs the internal...
Hi,
I have installed nrf sdk 1.5.1 via toolchain manager.
I have opened a bash via dropdown in your toolchain manager.
From there I have followed your instructions on...