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 Dev team,
I am working on a nrf9160DK and transmitting my sensor data to a MQTT Client. I tested this through an application : MQTT.fx (Using mqtt.eclipse.org as open...
To the kind attention of Nordic support team,
I ve been testing your sdk peripheral/usbd example in my S3 system and it is able to wake up the entire system when pushing...
Hallo,
Today I joined the seminar about "Using the nRF9160 as a Serial LTE Modem". It might be an interesting option for us to switch over to Nordic, we are currently using...
Hello,
I would like to synchronize 2 hardware PWMs between them (nrf52).
I mean with NRF_PWM0 and NRF_PWM1.
I tried to do this:
But it doesn't work, my 2...
I am using NRF52840 custom board and SEGGER RTT log for debugging.
I set the NRF_LOG_BACKEND_RTT_ENABLED 1 and NRF_LOG_ENABLED 1
The following is a screenshot of my...
Is there a way to trigger a work item on a nrfxlib socket event without a dedicated thread? Right now there is three polling mechanism in the SDK:
Zephyr k_poll(), which...
The Nordic 52810 that I'm using now for my development project has to do with the pairing of Android and iPhone. Android is available through Bond and Delete Bond in nRF Connect...
Hi,
I would like to know how can I implement the following i.e., 1. I want to print a line in cli for example,"Input a number"
2. Then i want to store this number and...
I'm trying to erase and/or flash the nrf52 dev kit and it's always failed with following logs
[ 2020 -Nov- 26 01:20:21 ] [ info] -------------------------------------...
Hi, I'm working on nRF52832 based device with s112 and SDK15 based bootloader and app built with gcc. I have modified default Nordic bootloader to start DFU transport on hardfault...
Hello
I want to send saadc data over BLE as 100KSPS
#define SAADC_SAMPLES_IN_BUFFER 120 #define SAADC_SAMPLE_RATE 1200 /**< SAADC sample rate in us. */
If, I set this...
I'm currently searching for a solution to test the communication between a smartphone application and a bluetooth beacon without the use of external devices (nrfConnect App...
Hello, nrf community I want to do OTA using thread with nrf52840dk-PCA110056.
I already ask a question on GitHub https://github.com/zephyrproject-rtos/zephyr/issues/29740...
I'm trying to disable the log for the module NRF_BLE_GQ, but it seems that the nrf_ble_gq.c doesn't have the piece of code that disable the log for that module,
in other...
Hi,
I am trying to make a USB to BLE (central) device with nRF52840. I have removed the end character check from the "usbd_ble_uart" example and used a 50ms timeout instead...