I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
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...