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...
Hi
The nrf9160 product specification v2.0 changed the current consumption for UARTE from 1.5mA to 819.2mA. Revision history does not mention this hilarious change explicitly...
Hello Nordic Team,
i'm trying to configure the nRF52833 DK to scan through two channels at a high rate (10ksps) with the SAADC module. i have configured the time to operate...
Hey everybody,
I go sell my product in Morocco, my product is based on nRF51822 but I need to know the certification of electromagnetic compatibility for Bluetooth Low...
HI,
I tried to test all projects, but I ran into a problem, project create like this
I just downloaded the routine and didn't change anything, but I cannot create advertiser...
Hello
I have several questions regarding the RESET pin used in your examples:
When you press the RESET button of the PCA10056, is it possible to add code before it does...
I combined SAADC into the ble_app_uart_c example and got error once it got to scan_start();
"ble_scan: sd_ble_gap_scan_start returned 0x9"
If I put the scan_start() in...
OOB can be used to assure physically that the device provisioned is the wanted one.
In my application the devices won't allow for OOB.
How can I ensure that only my...
Hi,
I used this user guide: https://infocenter.nordicsemi.com/pdf/nRF_Sniffer_UG_v2.2.pdf .
I am using the nRF52840 DK for the sniffer, and managed to connect it and...
I changed the IO of the SPI and could not receive the data.
Hardware: nrf52832 DK two
Software: nRF5_SDK_17.0.2_d674dde\examples\peripheral\spi and nRF5_SDK_17.0.2_d674dde...
Hi,
I'm developing an application for the nRF52840 that uses 3 SAADC channels. In particular, the channels are configured as below:
I'm able to get the samples from...
It is unclear, for both the Thingy 91, version 1.0.2, and nRF9160-DK, version 0.8.3, if they need bias-tee's for use with an external active GPS antenna. Also, what about...
Hello, I have problem and I hope you can help me.
I have 3 sensor nodes. every node has an IMU sensor and nRF52840 microcontroller. These nodes send the IMU data to the...
We bought 4 NRF5340 PDK and trying to setup BLE mesh. As suggested in the getting started guide, there are two BLE mesh example samples from nordic and zephyr. However, for...
My code uses the nrfx SPIM driver. This gives you the option to use interrupts or not. Interrupts are great for long message transfers, allowing sleep while waiting for the...
SDK 14.0 +nrf52832:
We use phone to send command to our toy(nrf52832) every 100ms to control a motor accurately,mostly toy received command is long than 100ms(more than...