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...
Hi Team,
I have several nrf52840 developing boards for developing BLE Mesh applications.
Now, I want to use SPI interfaces. I didn't find any instructions or examples...
Hi
I am struggling with timer in counter mode. What i need is the counter to calculate time between each loop in microseconds. I do not want time interrupts i just need...
I am currently writing code to read the battery voltage using the C language. I would like to include the header file "es_battery_voltage.h" and use the two functions "es_battery_voltage_get...
We are using the 52840 chip SPI interface in slave mode and communicating at about 8MHz are noticing that during periods of innactivity with all systems stopped and sleeping...
I tried to install the nRF Connect for Desktop v3.8.0 on my PC with Windows 7, but it does not connect to DK PCA10040. The nRf studio work fine with my DK. Then I install...
I am getting starting the nrf52832 board with an LSM6DSL sensor for motion recognition. it is possible in edge impulse ??
how to configure the firmware Development and how...
Hello.
I am developing a central operation using nrf52832 (S132 v7.0.1, SDK v17.0.0).
When making a BLE connection, you will receive an advertisement first. Then SCAN_REQ...
Hi Nordic,
I try to find an API to set the duplicate filter when scanning. But I found nothing.
I want to use the dulicapte filter disable feature to improve searching...
Hi. I've been working on getting a gsm modem functional using the GSM Modem Zephyr driver on an nRF5340. I believe I have the overlay file setup correctly, but am recieving...
Hi
I known that for NB IoT networks, a device can only be attached and separated 30 times in 1 hour. If the number exceeds the number of times, the modem will have to wait...
I'm using nrf_delay_ms in main on "ble_app_beacon", but the delay time is much longer than I set.
I have set 2000ms delay to log, but it seems 4s or longer than I set.
Hello,
I am able to get a successful confirmation that my application has been updated using the nordic secure bootloader over serial code example. However, my application...
I'd like to both use printf and NRF_LOG in my application. However, I have not been able to get both working simultaneously. Is this possible?
I init the logging like: ...