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...
I want to send my sensor data from one node to another node using BLE mesh. my data is at about 128 bytes I am trying to create a custom model but it's hard to know how to...
Hello, I am trying to advertise twice in my project with different gap_params.
First, I have started advertising with the following conn_params (shown below)
#define MIN_CONN_INTERVAL_ADV...
In a old post https://devzone.nordicsemi.com/f/nordic-q-a/58034/uart-communication-between-nrf52840-and-nrf9160-on-nrf9160-dk This question was already answered but this solution...
I am now using nrf52840 dongle and want to develop a software to control dongle like NRF connect desktop software, such as scan devices, connect device with passkey, read...
Hi
I am interesting to generate 1,638,400 Hz is an external clock for a peripheral on one of the NRF pins.
Please advise how can I generate this clock value on one of...
To the kind attention of Nordic support team,
We have this custom board using nRF52833 powered up from usb and in high voltage mode (ldo). The problem is that we are...
VS Code (running on Ubuntu 21.10) can't find the connected nRF52840 dev kit. " Could not find any connected boards " is all that's shown under CONNECTED DEVICES. Beside that...
I'm learning to use the Asset Tracker V2 example and planning to build a POC product on top the example. The biggest issue at the moment is with power consumption. On the...
To the kind attention of Nordic support team,
We have a problem that may very well be linked to this thread
https://devzone.nordicsemi.com/f/nordic-q-a/65202/usbregstatus...
Hi, I got my border router working fine, but I do not understand its use. How can I connect (which kind of protocol?) with the nrf5340 from my laptop to send turn on a led...
Hello
We check the current in system off in PCA10059 board. and use the ble_app_template application.
If set the VDD 3.3V, after the system off, measure the current is...
Hi Team,
I want to connect power pins on the nrf52840 chip in the schematic.
I find there several VDD pins, how can I select and connect them?
Best,
Gaosheng
Hello,
we are currently developing a customer product based on the nRF9160 SIP.
The requirement is to send the battery voltage periodically over the CoAP protocol (PUT...
Greetings , I have implemented an application with freertos (sdk 15.3) which goes into low power and wakes up on two irqs (rtc and button). When the button irq arrive turns...