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 planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Hi, I tested the RGB Led (with an external RGB Led) with the nrf 5340. But I didn't find any pinout with a brief overview of all the pins and their features because the PWM...
I'm trying to setup the SAADC, I do this as much as possible without examples, so I really understand what is going on.
Setting up:
After this I try to start an ADC...
Hello DevZone,
I am trying to build a NFC driver but I am getting issues with it reinitializing every time I detect a field.
I am unable to use the T2T and T4T libraries...
Hi,
nrf52833 custom board
My query is that how to do OTA DFU on ble central devices (we are using nrf52833 as receiver dongle(ble central) device)? Does anyone advice...
Hi all,
when I follow the blog as below, find the actual output is not same as expected.
Adding a Peripheral to an NCS Zephyr project - Peripherals And RF Test - nRF Connect...
Hi Everyone,
I recently purchased the NRF52840 DK with a PCA10056 designation. I connected the DK to my Windows 7 laptop via the USB. This resulted in the JLINK(D:) drive...
I have a custom board with a nRF52805 module but I don't understand how the SDK works.
I followed some guide to simulate nRF52805 software, I had to patch some files in...
Hello,
I add sd_ble_gap_phy_update() in the ble_evt_handler() as below:
case BLE_GAP_EVT_CONNECTED: { ...... ble_gap_phys_t const phys = { .rx_phys = BLE_GAP_PHY_2MBPS...
The CONFIG_CLOCK_CONTROL_NRF_K32SRC_EXT_FULL_SWING=y Kconfig option causes kernel booting to hang at line 505 of clock_control_nrf.c.
This is on the v1.7-branch of NCS ...
I have created a custom board containing the nRF52832. I have two copies. The first board works, meaning that I have flashed the code to it using the DK52, and I can power...
Hello,
I have been evaluating the nrf9160 DK board. And my application is using mbedtls (vanilla) and TFM (Used https_client as a starter project). The problem is that with...
Hi,
I'm new to nRF/Zephyr development and trying to integrate the OV7670 camera with the nRF52840 board. Since there was no driver for this particular camera I ported the...