Dear Support,
I have some troubles with the Evaluation Kit for nRF51822 :
I use the broad as a central role with S120_nrf51822_1.0.0_softdevice.hex and example...
Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
I am using SDK nRF5_SDK_15.3.0_59ac345 with nrf32832. I want to write data from central to peripheral characteristics. I wrote below code:
Everything worked fine when...
I run the program step by step, when execute NRFX_IRQ_ENABLE(SAADC_IRQn);, it will go to app_error_fault_handler,.What's wrong ? I have do nothing with it!
I am trying to set a timer pulse at 500kHz and on every high pulse i want to do a read on another pin.
I have an IC HX711, that has a 24bit output MSB. every positive...
Hi,
im a beginner and i have problems to integrate the Homekit SDK in the Connect SDK.
Maybe anyone have a link to a tutorial?
The implementation by west has no effect...
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...