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 everyone,
I am new to the development and I am trying to connect my nRF52480 to my phone. When I open the desktop app for BLE connections, I cannot select the start scanning...
Hello,
I am trying to communicate with a BT832X module ( https://ro.mouser.com/datasheet/2/915/BlueNor_BT832X_datasheets-1518727.pdf ) using a PIC microcontroller ( http...
Hi,
I'm devlopping python (v3.9.6) software to flash nRF52832 using pynrfjprog (v10.17.3) package.
The soft is a loop trying to erase and flash. But while debugging...
Greetings Nordic Team,
I am trying to pass data from an application on a dk-nrf52840 to a nrf52840-dongle whose uart is connected to the uart on a microcontroller. Using...
Hello,
I am trying to interface nrf52840 with HMC5883L magnetometer sensor to read magnetic field x, y, z values.
When it comes to results, as far as i understood, values...
Hi,
I try to use nrf52840 dongle and pc-ble-driver-py to connect nrf5340 and get the data from it. The handle and uuid is obtained from nRF Connect for Desktop BLE and the...
Hello,
I am attempting to use the NRF twi manager based on the "twi master using nrf twi manager" example. I noticed that the example only reads and wrties a single byte...
I am having an issue with the BLE App Blinky example where I am receiving this error while trying to build using make on VSCode:
../../../../../../components/libraries...
Hello,
I created a sucessfull code for nRF5340-DK working with bluetooth, uart etc. I am using the Bluetooth NRF52 dongle
to test. When I upload the firmware to nRF-DK...
Dear community, I have multiple device chips I often re-use in multiple projects. So I wish to create a shared zephyr external library for re-use. What is the best way to...
Hi:
Example path:
C:\ncs\v2.1.1\zephyr\samples\subsys\nvs
Build Config:
nvs v2.1.1
" *** Booting Zephyr OS build v3.1.99-ncs1 *** "logs will not appear when running...
Hi
we are using nRF connect SDK 2.1.0 and also MCU boot.
Following the steps to generated the keys for signing the images.
https://developer.nordicsemi.com/nRF_Connect_SDK...
Hi.
i am using 5340 + ncs 2.0.2. and gpiote nrfx drvier.
i used gpiote for count encoder
encoder clock speed is about 2.5k and input pint is 2 gpiote pin.
gpiote polarity...
Hello there, I am having problems publishing a message to the server I set up on emqx. Here are the changes I made to the kconfig file (I have not changed the main.c code...