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 have written a code for the motor driver and that is going to be flashed onto nRF5340. There are two communication buses that I am using in the code: UART and GPIO...
Hello Nordic,
we want to use the nrf9160 to measure some stuff and send data to a server while being battery powered. Therefore we need the lowest power consumption possible...
hi is there any existing frameworks for the nrf52 avoiding zephyr. (eg using common native cmsis / freertos / lwip stacks)?
ideally looking for free (non keil) based SD...
Hi,
Whenever I try to run the NUS example at 115200 baudrate there is an error. Either it triggers an assert or I receive corrupted data.
What should be the ideal baud...
Hi,
Trying to understand the NFC example code in the nRF52 SDK. Just wondering why the source code is not provided for the NFC. Why is this developned in the form of static...
I'm looking into the power consumption of our code, and have reached the point where it looks like our application isn't going into sleep mode properly, and is using several...
I'm developing battery powered Zigbee End Device on SDK 4.2.0. I need to be able to receive commands from Zigbee Coordinator so I'm using SYSTEM ON sleep mode.
Right now...
Hi,
I'm using nRF9160 SLM application SDK 1.9.1
We are using the GPS in 4 operation modes and in between we sent nRF to sleep, it seems when we sent it to sleep all...
Hello,
I do not see a SWO (Single Wire Output) pin on this package. The regular size package has this function on P0.18 but not on the WLCSP package.
Please advise.
...
Hi,
I have several devices with the RIGADO BMDWare on them but whose hardware is inaccessible. I want to initialize these nRF52832 chips with out nRF Bootloader, Softdevice...
hi
I use nrf52840 with SDK17.1.
1.How to DFU via ble combined uart in the same application?I have sdudied a few of tickets ,example https://devzone.nordicsemi.com/f/nordic...
Hi all:
We are developing mesh project using nrf52833 based on mesh sdk 5.0. First the nrf52833 device can be sucessfully provisioned into a mesh node using mesh lpn example...
Hi, I am a beginner developer who is developing a product using nrf52832(s131). An issue arises and asks a question.
I hope to do infinite scanning and advertising, whether...
Hi,
On the nRF5_SDK_for_Zigbee_v3.2.0 version, it is found that when the device loses contact with the parent node, the node becomes a factory new device; if you want to...