Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
On the nRF5340 P0.00 and P0.01 are used for the 32.768 kHz crystal by default and are not available as GPIO on the connectors.
how to remap this pins to gpio?
I need to develop a pair of BLE-capable devices that talk to each other. The communication between them will be very simple - the central needs to tell the peripheral the...
Hi,
When the NRF9160 boots the GPIO level of a given pin, such as P12, is set to high (3.3V) before the main application gets a chance to call gpio_pin_configure and gpio_pin_set...
I am now using the DFU functionality to upgrade the code combined with the CoProcessor and radio_test samples and find that the code takes up too much space to upgrade. I...
I recently bought Thingy:91 (nrf 9160) there was a SIM card included but it didn't work! I have written to support twice at the recommended address [email protected]. it was...
Hello,
I am using PCA10040 DK for the programming with ble_app_beacon_pca10040_s132 example code. I want to broadcast my 20 bytes of data with my 0xFFE0 UUID.
In this...
Hello,
I am using the nrf52840dk_nrf52840 with NCS v1.7.0. I am trying to use the external memory (MX25R64) to host the mcuboot_secondary slot. Then, the primary slot...
Hi, I have recently acquire an nrf52840 development board to prototype a usbd msc. With the example provided in sdk17.02-USBD_MSC, for saving every 1000 frames of data, 100...
Hi
I want to konw what will softdevice or ble do after the chip enters system on mode.How do I know which components are working during advertise and connection intervals...
I am using the MDBT50Q-1MV2 which has the nRF52840, and have burned the Adafruit Feather Express bootloader using a J-link and the Arduino IDE. The issue is that I have not...
Dear, I need to upload data to w website using nRF5340DK. I decided to use NodeMCU V3, which has ESP8266. The related queires are:
1. How to include and use esp8266 shiled...
Hello !
I'm using USB CDC ACM serial port in interrupt driven mode.
I can see driver operate by 64 bytes chunks.
Linux PC is used as data source and I can see 450KB...
Hello, I am fairly new to programing with nRF52832, Segger Embedded Studio and SDK52 V17.0.2.
I am an EE student, and the majorly of my experience comes from Arduino.
...
Hello,
My setup:
nRF5833 DK, OpenOCD-0.11.0 on Windows 10
I installed the xpac OpenOCD package and attepmted to connect to server using the command
and I get the...
I am using the GNSS Sample in SDK 1.8.99 to test sleep/wake cycles.
The GNSS example is correctly operating in single shot mode by setting the interval to 0. After getting...