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, I'm using nRF52805 and SEGGER. My BLE device disconnects with the mobile app occasionally. The disconnection happens randomly. In the debug mode, I see some messages....
hi,guys
I have a product that uses CHIP 52832qfaae0, and then I replaced chip 52832qfaae1, and there is A problem. Chip 52832qfaae0 runs normally with the same code, but...
Hello,
looking at the compatibility matrix for the 820 it seems that rev2 of the 820 can be used with softdevices and the legacy SDK v17, while rev3 can only be used with...
Dear Members,
I want to use SPI LCD and Sdcard, they have different CS, but sharing the same SPI ports, I have used different SPI instance but not giving us a good response...
On opening a sample project located at https://www.nordicsemi.com/Products/Development-software/nRF5-SDK with keil V5 , I can directly have an error message “Cannot read RTE...
Hi there, I'd like to make some FIR or IIR filter on my nRF52840 DK. I guess I'm supposed to: 1) Provide .a file into SES project's tree (or as Additional Input File): 2)...
I am working on OTA update .
Right now i am working simple
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_doc_user_guide_modules_dfu_configuring_performing...
Hi,
Is there any command for reading the type of Nordic SoCs (e.g, nRF52833 or nRF52840) that is going to be programmed by nrfjprog/ J-Link Commander?
Thank you!
Hi Nordic,
I want to write a value from the application layer to the bootloader flash region through uart, and use this value to replace the button 4's function of entering...
Hi All,
I'm using buttonless DFU for upgrading the firmware and my requirement is I would like to know the time taken for complete DFU from my application.
One approach...
Hi, I am working on designing specifications for a new product, which will potentially be using the NRF9160 as the main processor, since the main application is centered around...
Dear Nordic support,
We are trying to know the current consumption during BLE RX & TX. However, there appears to be apparently conflicting information. Which is right...
Hi,
I want to use a single firmware to be flashed on two devices that can be used as a ble peripheral with DK Button 3 and as a central with DK Button 4 .
I chose ble_app_multirole_lesc...