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 trying to develop a first eval / test program for the BMD-340-EVAL evaluation board using Keil. However, I don't seem to be able to download the required Keil pack. Other...
Hi,
I want to send multiple packets on a notify characteristic using ble_blanky app as baseline but only first 4 consecutive notifications are received on android side....
I would like to set the UUID below, so please tell me how to set it. 1)base UUID: 2)Service UUID: 3)Status Characteristics UUID: 4)Control Characteristics UUID: 5)Blood...
Hi,
I am using
nRF52840
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
I set tx power in advertising as below.
sd_ble_gap_tx_power_set...
Hi,
We are developing a product that consists of a "central" and "peripheral" device. A small amount of data is periodically send from the central to peripheral device...
Hi. We are using nRF52832 and we have problem with UARTE. SoftDevice version - S132 5.0.0, SDK version - 14.2.0. Our application uses nRF and Mbed Serial to communicate with...
I have created my own custom project based on the template ble app, porting over the relevant includes and settings in order to start fresh. Despite my section placement file...
Hello,
I'm using a development board PCA10040 with sdk 16.0 I'm trying to organize a data streaming between two devices. Nrf52 board collect data (27 bytes with interval...
I bought dev board for evaluation purpose (currently run on ESP32)
chip: nrf52832 board: E104-BT5032A-TB ( http://www.ebyte.com/en/product-view-news.aspx?id=956) framework...
Hello Nordic! Im making a custom Nrf5232 QFAA, and for the antenna, I want to use only a grounded micro-coax connector and not a trace antenna, is this even possible? I've...
1. I want to use the following command line to compile the nrf9160 project, but the error.
2. Can you help me find the cause of this error?
3. Please provide me with...
Hello, I encounter a problem when I am trying to measure the current consumption of the nRF52840 on the nRF52840-DK. I have set the board in direct supply mode as described...
Hi,
I'm using a nrf52832 based beacon with some sensors attached. To retrive the current time I use the CTS client. Actually, I'm following the ble_app_cts_c example to...
Hi all,
this is a already known error, and most answers to it is use Segger Embedded Studio or buy the license or so whatever.
But i wanna know how can i manage the size...