Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
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...
Hi, Q1) I am facing an issue with the heap memory. I am using the Cjson_Parse function which uses quit a lot of memory. So I am wondering if there is a way to increase the...
Hello,
i m working on usbd example on nRF52
i have a problem that usbd stops sending data aftew few time. the port is still enabled but the data is not sent! any proposition...
I am trying to communicate with a sensor that has some interesting timing requirements for reading information from it, it requires ~100us delays between the address to read...
I want to calculate the power consumption used by many peripheral like GPIO, TWI, UART, SPI, RTC, SAADC. I can't find these information in nrf52840 PS v1.1
Because I don...
Hi, On my Windows 10 machine I've installed nRF Connect for Desktop (v3.7.0) and then used Toolchain Manager utility for installing nRF Connect SDK (v1.6.1). Afterward, navigating...
Hi,
I'm working on a project using BLE via s140, everything was working fine until I wanted to implement usb.
I created a blank project in order to validate the usbd then...
Hello, I have and audio source and i would need to divide it beetween two frequencies (<95Hz and >=95Hz).
Im trying this thing with a nRF52840 and i was looking at DSP libraries...
hi support team,
i have one question about DFU function question,:
in our ncs sdk , nrf5 desktop can dfu from hid feature(from configuration channel setting ), if it...
Hello,
I wanted to add uart in ble_custom_template project. I have added UART and FIFO Libraries in User include Libraries. Also i set the bits for uart in sdk_config.h...
Hi There,
So I get the Data from MPU9250 to nRF9160 DK with This Example zephyr/tree/master/samples/sensor/mpu6050
just want to know how to do it with Thingy91 I try...
Hi,
I have nRF52 dev boards. The device is programmed as a custom beacon. For saving the battery, the device send 3 advertisements at 300ms interval, then sleep for 10 seconds...
Hi I am working on nrf5340 direction finding example using nrfconnect zephyr v1.6.0-rc2. i had build example zephyr\samples\bluetooth\direction_finding_connectionless_tx for...
Basically, I implement code using uart0,uart1,ADC,I2C for EPROM and temperature chip, SPI for the external flash and lsm6dsl chip.
I use a Zephyr timer to keep a one second...
Hi. I'm developing solution for vehicle driving data gathering system.
Our customer want to get the driving data for 1000/s.
So, I was developed hardware and software...