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 am having issue configuring the chip select (CS) in my little test program. I have read through the SPI drivers and debugged through it and from what I can tell I have everything...
As in fds.h, i am using the fds_record_update() function to update a record, and then as soon it is completed, i want to read the updated data from the flash, but how do i...
Hi, all
I tested nRF5_SDK_17.0 crypto library example with nRF52840, and compile information:
1>test crypto ECDH and ECDSA with enable CC310 :
===================...
Hi All,
Hopefully this is just a quick question... but I was wondering, if I set a breakpoint in my program while I am using the app_scheduler and app_timer2, should this...
Hey,
I noticed that in the SDK v1.6.0 a Kconfig option CONFIG_LOG_BACKEND_FS was added. However, I cannot find any information on how to use it.
I would like to be able...
I have included PWM library in BLE uart example to control the servo motor. I am able to import the library successfully and able to control the servo. Below is my init_pwm...
Hi,
I would like to know which soft device version is used in my nrf52840 board.
I know it's S140, but I understand that there are different versions for that.
Thanks...
Hi,
I am developing an application based on the aws_iot sample which all works fine.
The application captures data from a sensor and publishes it to AWS.
However, during...
Hello NRF ,
We have been using NRF9160 DK GEN-1 board for NB-IOT and GNSS tracking and able to configure network SIM as well as the NRF cloud .
We have used SDK 1.4.2...
Hello Nordic,
I had to reload a new nrfcloud certificate to my nrf9160DK. An active iBasis SIM card is attached to my nrfcloud account.
I followed these instructions:...
Hi everyone,
I have 1 board normal node(client+server) and 1 board LPN(client+server). I can send message from client of LPN to server of normal node, but i can't send message...