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 am using the following code to implement a millisecond timer read function. In main, while loop, I do nothing but run a 1ms delay and measure the time in mill second...
Hello, I'm a researcher.
I wanna use Bluetooth CTE(Constant Tone Extension) feature with 1-antenna TX + 1-antenna RX.
I have seen some articles that nRF52840 DK does...
I am using nRF52832 with SDK 16.0.0. I have a simple application that uses SAADC and BLE. It reads values from three channels AIN0, AIN2 and AIN4 and sends them via BLE every...
hi all,
we're developping an application to control the frequency and the duty cycle of a pwm signal throuth ble .
firstly we have built both the functionalities separatly...
So, this library in the SDK looks pretty much exactly what I'm looking for. basic data record storage functionality with a focus on safe record writing under battery power...
Hi, guys:
I'm configuring a custom board based on nRF52840. I configured it as a beacon and need to broadcast the advertising package with updated Major and Minor values...
Hi everyone
I want to try this sample but first I want to understand how it works, not about the code itself but theoretically how it works. The few things that I know is...
Hi,
I'm using devices I haven't developed but on the which I'd like to add functionalities. These devices are working as a small network using 2.4Ghz Nordic ESB protocol...
hi,
Currently we have 18 peripherals sending data to one central in multi link network with a time interval of 1 minute which is hard coded in all the peripherals. As per...
Hi everyone,
I have a BLE project and i added the Nordic UART Service to it. It compile without error or warnings but ble_advertising_init() return NRF_ERROR_INVALID_PARAMS...
Hello,
I am in trouble with adding macros and using the macro in user include directories.
As you know, sample project comes with following user include directories;...
Hi,
Anyone encountered this issue when installing the nrf sdk (cmd in admin):
--- Cloning manifest repository from github.com/.../fw-nrfconnect-nrf , rev. master fatal...
Hi team,
We have our custom board based on nRF52840 SoC.
I was trying NFC text record example provided in SDK 15.3.0 by commenting out log, LEDs. I was not able to observe...