Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
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...
I want to start the most basic hello world project on my nrf9160 thingy development board but am having trouble building my own custom project or any of the sample ones provided...
Question on an older chip:
Can anyone tell me if FW originally written for the nRF24LE1E would be completely compatible with the nRF24LE1G? I have an opportunity to source...
Hi,
Device: NRF53
I'm trying to send 3 notify packets in a 15ms connection internal but I can send 2.
I'm using Nrf connect and Zephyr. is there a limit or a define...
I seem to be having weird issue upon initializing qwr module in my .cpp file
NRF_BLE_QWR_DEF(qwr);
Doing so results in a syntax error
#define NRF_BLE_QWR_DEF(_name...
I created a custom BLE service following this tutorial and I am able to connect to the BLE service and write data to it, but ideally, I want to send character bytes as opposed...
Hello,
we are using an nRF52833 for our application with the open serial uart bootloader and MBR programmed in it. What we would like to do is:
1) program the application...
Hi everyone, I'm trying to get the LIS2DH12 driver (SDK v15.0.0) to configure a LIS2DH12 sensor connected to my nRF52 Dev Kit. I've wired the chip up as follows (using the...
I set the publish address of client using function:
Unicast address of sever is 0x0003.
After setting publish address by this function, I check publish address from...
Hello community... I was able to compile the GPS sample and flash an actinius icarus (nRF9160) using the Actinius Programmer once and it said successful. However, checking...
NRF52833+SDK17:
I want to use the saadc to sample a DC brushed motor running current when pwm at rising edge, pwm driving the motor.
I can't understand the real meaning...
Hi, I've been working on SDK v1.6.1 and I just wanted to try the v1.7.0, however some functions on the power management have changed, in particularly:
int pm_device_state_set...
I am encountering a problem with programming an nRF52840 DK:
1. I've installed nRF Connect for Desktop version 3.7.1, nrfjprog version 10.14 and Segger JLinkARM.dll version...
Hi,
I'm using the CLI and have logging enabled. The only way I'm able to see my logging output is if I type "log enable info" at the CLI prompt.
Is there a way to enable...