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 am interfacing a temperature and humidity sensor (si7021) to Nordic nRF52 development kit board. The sensor works fine and I can read accurate temperature (23 degree...
Hello,
I used a breakout board of the MPU6050 ( playground.arduino.cc/.../mpu-6050.jpg)
and the nrf52832 development board. There is communication between the two and...
Hi i was trying to build i2c sensor interface with twim_3 but the project isn't generated bcz of following error log
Creating solution i2c_scanner.emProject E:/Nordiac_semi...
Hi,
I have read a few other related tickets but still have not found a fix
We want to be able to change device name in the field to show a meaningful name when scanning...
Hello!
I have a NRF52840 DK and a NRF9160 DK . The NRF52 will send AT commands through UART to the NRF91 modem. Tried to use the code from https://github.com/NordicPlayground...
Hi,
I want to implement sensor data monitoring using Mesh BT.
I would like to predict the power consumption before implementation.
- If about 100 nodes are connected...
Hi,
Setup details : am using Segger Embedded Studio V:4.50 and NRF52832 custom boards for development
Mesh SDK: v 4.0.0 & BLE SDK: v 16.0.0
Query : I am using light_switch_client...
Hi, I am currently working on testing eddystone on nRF52. I have used the ble_app_eddystone example as a starting point. I have looked into the example and trying to configure...
Hi, all.
I'm trying to develop an Android application reading NFC tag.
I have to send data with small buffer.
I think this problem can be solved if I send multiple times...
HI
i am trying to build i2c project for external interface of adxl345 and i am getting below error
Creating solution i2c_adxl345.emProject E:/Nordiac_semi/v1.4.0/toolchain...
Hi Dev team,
I am working with the Thingy91 and I have connected it to an external sensor through UART-1.
I am connecting another sensor through the same UART but with...
hello Nordic
i am working with the nrf52840 dev kit, sdk 16.0
i was wondering if it is possible to initiate a write via qspi, without cpu intervention (like when using...
Hi,
I am trying to build an application for nRF51DK which would continuously collect data from multiple BLE devices. Since there is no example for multiple connections application...
I got a Thingy:91 back from a student who managed to kill the USB-DFU bootloader.
When connecting a USB cable the host doesn't recognize anything connected.
I tried...