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 team,
We are using NRF52833 with PCA10100 on it and soft device version is s140.
We are advertising with both service data and manufacturing data.
1. Initially when...
There are two UART interfaces in nRF52840:
We have refer to nRF52840 and nRF52840 DK materials, but we found only one UART connection reference.
We want to know how to...
Hello, team.
I have some questions about reset restriction of nrf9160.
Q1. Does the restriction timer(30minutes) still run after +CFUN=0?
Q2. What is the exact meaning...
Hi guys. I read this thread answered by Einar Thorsrud. devzone.nordicsemi.com/.../direct-advertising-example
"HID mouse example uses direct advertising, but only when it...
I am using nRF52840 dongle with raspberry pi 4 to create a thread network. I downloaded nRFconnect for desktop to flash the hex files into the dongles.
I successfully flashed...
Hello Nordic support,
I understand that BLE stack is provided in nRF5 SDK as SoftDevice hex file and the flash area is fixed for the softdevice. I would like to understand...
Hi,
I'm trying to implement a circuit using a brand new nRF52840 chip. The chip has no bootloader included yet. When I try to burn bootloader, the chip is not detected by...
Hi
1. What certification is required to sell the products developed by nRF9160 in Japan?
2. What certification is required to add an antenna to nRF9160 in Japan? Do I...
Hi,
i've developed a few application using nRF5 SDK, and
Now I'm just getting started to study nRF Connect SDK (v2.x.x) by using "peripheral uart" sample.
I thought...
Hey,
Trying to compile a custom driver for an I2C device and running into issues getting the actual DT node to link with the driver at build time.
Specifically, (because...
I use Linux with the nRF52840DK. I have three such developer boards, and only the one with the serial number 1050205291 exposes two ttyACM interfaces on Linux vs the other...
Hello,
I got several questions below:
1. Once the CTRL_AP setup was already configured below, even if NVMC.ERASEALL is set , does that mean UICR registers ( NRF_UICR...
We have been looking for a standard (in Zepyhyr or SDK) way of handling communications between our software modules (drivers, modules, threads) that generate multiple streams...
Hi,
I am currently having a project which is communicating between nrf52811 and nrf9160.
I have an issue in nrf52811 when I try to check or debug in realboard.
I already...