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...
Hello,
I am trying to get the data out of an out of the box zigbee sensor (PIR motion sensor) with the CLI example provided.
I flash an NRF52 with the CLI example, and...
We are working with tuning of the GPS:
Basically the tuning is fine but we are mostly bandwidth limited.
I wanted to ask how much is the acceptable bandwidth for a GPS...
Hi Team,
I am working on air mouse development using NRF 52832.
nrf standard package support ICM 20608 with AIR_Motion Library , but its not available now in https://www...
Hi,
I have noticed that when a peripheral (using NUS) is disconnected from a central it takes 2-3 seconds for the peripheral's BLE_GAP_EVT_DISCONNECTED to trigger.
Shouldn...
Hi,
I encountered that the PWM couldn't be closed completely, it still has about 100uA after PWM is uninitialized.
For troubleshooting purposes, I have posted my code...
I am working with SPIS on nRF5340. Since my RX and TX buffers will not change, is it possible to call nrfx_spis_buffers_set only once, during initialization? I tried to do...
I am creating the Battery characteristic in a Battery service but I run out of memory (0x04 error) when generating the characteristic. However, that makes no sense. I have...
We’re using Nordic Semiconductor nRF52840 and we may have some problem with RTC when we simulate a brownout. In our application we have both coin cell battery and external...
when I am trying to setup linux with this link https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.1/nrf/gs_installing.html#install-the-toolchain
On typing this command...
Hello!
I would like to know the gain of the integrated PCB antenna on the nRF52832 chip. Is there a documentation paper on the antenna itself? I couldnt find any info...
Hi!
I am evaluating DFU over Mesh by following the configuration guide here Configuring and performing DFU over Mesh . I am trying to prepare a package with the application...
Hello.
We are developing using nrf52832 (s132 v7.0.1, SDK v17.0.0) as a peripheral device.
I have a question about setting the UUID. My program has one advertised UUID...
I am using slightly modified master SPI example from here which is running on nRF5340 to communicate with slave device, which is RHD2216 . SPI frequency is NRF_SPIM_FREQ_4M...
Using a nRF52832, I would like to broadcast advertisement packets normally and in extended mode at the same time. Is this possible or do I have to ping-pong between, stop...