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,
Basically, the setup of the mesh network is as follows,
There are END NODES based on sensor server model.
There are RELAY NODES based on the sensor client model...
Hi,
I am using Zephyr3.0.0 to validate AOA CTE sampling.
Firstly, a s below is the official data format. Nordic Semiconductor Radio peripheral provides 16 bit wide IQ...
Hi,
I am able to successfully build and flash the Matter Light Bulb sample onto my nRF52840 DK.
I am now getting ready to configure the firmware for use on a custom board...
Hi,
NCS1.9.1,nRF5340DK, VSCode,
see code, timer_lms==1000 spend 1000ms
but if start i2s
i2s_audio_init(); //this line will Slow down the time
timer_lms==200 spend...
When i try to use SES to build my project.there is error.The enviroment i confige as descrblied. them i use toochainmanger in nrf connect tools,the error is as the same as...
I'm trying to determine how to get a Linux timestamp for a project using nRF9160. It looks like the mktime() function is not supported. Any suggestions?
thanks!
I'm running into a weird bug where the first 4 bits received by my SPIM are always 1 - the next 64.5 bytes are all correct though... I've built 3 FWs out of provided examples...
Hi guys,
I have developed an app to read data from some sensors and notify the central with a frequency of 100Hz. It seems to work but I would like to share my approach...
Hello,
We are trying to get UART communication between nRF9160 and MSP430.
MSP430 need to send out a sensor data through UART.
We are using 1.9.1 SDK, and Visual...
Hi,
Is it possible to remotely execute a command that would force a BLE node into indefinite sleep or standby mode?
I am working to build out a BLE mesh network, where...
Hi. We have a custom board featuring 4 FSR sensors on it, based on the Nrf52810. Initially i tested those boards and the sensors using an STLink-V2, along with the Arduino...
hi thanks for you heip!
i want use \nRF5_SDK_17.1.0_ddde560\examples\peripheral\radio_test for radio test, here is the questions:
1、could this example can send prbs9 wave...
Hello!
I have to decode signals from two quadrature encoders. I know nordic has a driver for this, QDEC, however. there are a couple problems:
1. I need to control two...
Hi
Is there some example, how to use CAF and sensor_manager. I try to use BME680 sensor with CAF, but i'm somehow stuck. I got the sensor manager working and I see sensor...