I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
Hello, I am trying to make a connection between NRF52832 and ESP32-S Module using BLE.
I implement a simple client application to ESP32-S and I can handle read,write and...
Dear Nordic team,
considering our error analysis, does the nRF52840-CKKA-F have an internal error flag that is set when the external LFCLK source is absent or shortcut?...
Evaluating nRF53 PDK. Trying to build basic samples from zephyr repo as advised here - https://devzone.nordicsemi.com/f/nordic-q-a/54451/nrf5340-support-in-nrf-connect-sdk...
Hello,
maybe it is a very simple question but I didn't figured out the answer yet. Is it possible to start MCUboot from the application firmware code (to avoid pressing...
I have 20 advertisers. I have nrf sniffer hex flashed in one nrf dev kit and i am using wireshark.
I intend tht sniffer should scan only those device whose address i will...
Hey Everybody, I hope you guys find this Question in good health. I have a problem with #calender_example. When I run the Calendar example on original development kit, the...
Hello. Here's some information on my setup:
nRF Connect for Desktop v3.9.1 for Windows (Windows 10)
Toolchain Manager v0.10.1
Trying to download and install nRF Connect...
Hello
I developed a project based on the ble_thread_dyn_mtd_coap_cli_pca10056_s140 example (on the latest SDK version) with SEGGER Embeded Studio.
Now I would like to...
Hi Nordic,
how can i use the QWR module on the ble_nus_uart peripheral example? In the example we use nrf_ble_qwr_init() to initialize the module but i don't get the effect...
Hi,
im testing the Matter template example from Framework 1.8, with the prebuild chip-device-ctrl from github releases.
After provisioning the device as described in https...
This is in reference to the note in the manual that says:
6.14.11 Battery protection If the antenna is exposed to a strong NFC field, current may flow in the opposite direction...
I can not get the SPI Slave function working on nRF52840 (nrf52840dk_nrf52840 board)
In the nrf52840dk_nrf52840.overlay I wrote: &spi1 { compatible = "nordic,nrf-spi"; label...
I have a number of devices that currently have an S132 softdevice, USB enabled DFU bootloader and application.
I am intending on updating the application, which removes...
Hi
I am now trying to add the light lightness model to the light switch sample code in order to use both the light switch and light light lightness features.
After adding...
I am using nrf sdk v_17.0.2 soft device s132
my query is for connected mode.
My project uses nrf52832 SoC, SHT4 temperature humidity sensor, 2MB flash memory.
it advertise...