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 want to make one fw which adpots for following platform without much changes:
nrf9160 DK
nrf Thingy 91
Both board has nrf52 onboard so, my idea is as...
I have an application where I have configured a reporting attribute which reports on update. It works as expected - until the amount of data you want to send exceeds 8 bytes...
I am trying to find out if I can synchronize the timeslot to a specific time in relation to the start / end of a connection interval. I would also be fine with getting the...
Hello!
I'm developing DFU functions for my custom board.
I have some questions about DFU and Bootloader.
My development environment is below.
nrf52833
SDK 17.0...
Hi,
I am trying to communicate with nRF9160, which is flashed with Nordic SLM application.
I am not able to set the HWFC with UART0/UART2 using menuconfig in Segger...
"Failed to upgrade target. Error is: Lost connection in the middle of the transfer"
I am doing a mesh serial DFU with DFU quick start guide .
I have gotten all the way...
Hello everyone,
I want to be able to set a timer in my project. With this timer i want to be able to make my current comsumption evaluation easier.
I am using the nrf9160...
Cannot update modem (nrf9160) with "nrf connect 3.8.0"
Modem DFU failed with error: no matching trait found
no matching trait found
Installing older versions eg...
The datasheet tells me that the default source of the low frequency clock (LFCLK) is the 32.768 kHz RC oscillator (LFRC). so I took the crystal oscillator off my PCB, but...
After updating NRF Connect v3.9.0 to eliminate the recently documented JSON + connectivity errors with nrf Programmer and Power Profiler, my bash scripts utilizing nrfprog...
Hi,
1. Please provide me with an example of BMA280
2. The SDK: replication v1.7.1
3.IC:nRF9160
4. I tried to change the BME280 driver to BMA280 driver, but the following...
I am working on project in which i want to read data from sd card and send it to mobile through BLE , I am using ble_nus_send to send data but when i decrease the delay then...
Hello,
Using sd_ble_gap_adv_set_configure() with ble_gap_adv_params_t I observe that the actual time when the BLE_GAP_EVT_ADV_SET_TERMINATED event is raised is earlier to...
Hi All,
Likely because I am still quite new to this, but I have started with MQTT simple example and whenever I do use GuiConfig to make mods, it saves them to
proj/build...