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...
Hello,
I'm using SEGGER Embedded Studio 5.30a with NCS 1.4.99.
I'm trying the "hello_world" sample but when i want to run on the nRF5340DK i get the followings errors...
Hi,
I am using FDS for read and write the records with SDK17, My code is working fine but when I change the optimization level 2 for size then I am getting FDS_ERR_UNALIGNED_ADDR...
Hello everyone,
I'd like to perform a DFU through the USB port on my custom NRF9160 board (DFU over UART) using the NRF Connect Programmer App.
I already did the Firmware...
Hi,
I'm using NRF52840 to connect with a mobile device.
During the connection, I have random disconnection with the reason code BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION...
Excuse me, I want to download the nRF52810 reference layout on official website, however I can't find it.
Could you please send a nRF52810 QCAA reference layout to me
When the nRF is connected as a peripheral and no data is transferred either direction except the empty packet every connection interval, does the power consumption increase...
Dear,
I tried to make a copy of the Asset Tracker example application to start my own project. i gett this error
create_nordic_project.py failed
Creating solution...
Hi I am using the latest SDK for Mesh and also the latest nrf sdk. Downloaded and installed both last week. I have written an application that is derived from the light_switch...
Folks,
We are working on a custom design where the STM32L4 (external host MCU) talks to the nRF9160 over an UART connection to transmit sensor data. When the sensor data...
Hi,
I'm use nrf52840 with Light switch example of nRF5 SDK for Mesh v5.0.0 . Could I modify the packet of network layer ?
I want to add 2 bytes of UUID in the packet...
Hi, I want to add compression libraries like lz4 and audio compression to my zephyr projects. I am struggling to find good guides on how to add external/third party libraries...
Hi,
I have a nrf52810 board working as a peripheral, I want my board to connect to specific central application to protect it with malicious attack by other devices.
Please...
An error occurs when you run the following program(main.c).
[1;33m<wrn> bt_hci_core: opcode 0x2006 status 0x01 [1;31m<err> LOG_MODULE_NAME: Advertising start (err -5)
...
In the nrfConnect SDK I can see just one example for a I2C sensor - BH1749
I want to modify this for other I2C sensors.
However the README does not explain how to make...
I would like to calculate how much time my device does fast advertise and how much time it does slow advertising?
Is there a way to check this in python script?