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 Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hi all,
I have been trying to work with UARTE for both TX and RX, and my test code is working with RX perfectly but not TX, when i try to transmit my data using uart_tx...
Hi,
I am doing a micphone " sph0641lm4h-1 ", and I use api of nrf_drv_pdm .c,
when I read mic data from sph0641lm4h-1 , they are just sets of 16 bit data, the following...
Hi. Thank you for your interest in my writing. I'm working on the IOS and the Multiple Connection project at the experimental_ble_app_multiperial example. It's a project that...
Hello,
I have been using the TWIM peripheral of the nRF52832 (via the twi_mngr) to talk to an accelerometer and a magnetometer. I have 4.7k ohm pullup resistors (in parallel...
Hi,
I am using nrf52840 customized dongle in our project. We have interfaced ADS1118 using spi communication with nrf52840 (customized dongle). The problem here with the...
I am trying to build the 'BLE NFC pairing reference' example for nRF52840.
I downloaded the latest SDK and located this example in the experimental directory under BLE\Peripherals...
nRF52840
SDK 15.3
Segger Embedded Studio
I PWM a piezo buzzer (with a transistor) , using the PWM peripheral. The problem I encounter is that before I call the PWM...
hi support team,
i have a wired problem that i can't explain to customer:
first, i test this project "nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_hids_keyboard...
I was able to successfully use the example ble peripheral blinky firmware example with the blinky mobile app. I added peer manager for passkey pairing but the blinky app is...
Hi Nordic Team,
I am using ble_advertising_advdata_update() to update some of the advertising data. I am doing every time the device is asked to advertise. In my code I...
the following report map is working when i try to increase volume on windows system (send 1 byte == 0xe9)
0x05, 0x0c, // USAGE_PAGE (Consumer Devices) 0x09, 0x01, // USAGE...
Hello,
my question concerns the layout of a bluetooth antenna & tuning circuitry for an nRF52832. Specifically, about two separate concerns:
1) Due to the shape of the...
Hi,
I want the received the datapacket from bluetooth to be stored in eeprom and access it when need be .If you have any small exmple codes for the same kindly inform me...
Hi,
We are migrating code from NRF Connect sdk 1.3.1 on nRF52840 to NRF Connect 1.6.1 on Nrf5340. Using SoftDevice as BLE controller on both.
Our existing code uses a...
Hi,
I want to run my application on the latest open thread libraries.
As per the page "infocenter.nordicsemi.com/.../thread_ot_libraries_building.html"
we need to run...