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...
Dear Sir,
Moving to zephyr new installation 1.4.99
Configure SPI1,SPI3 . I can see the SPI configured in zephyr.dts
spi3: spi@b000 { #address-cells = < 0x1 >; #size...
Hi,
I am using the stts751 temp sensor with nrf52832 for temp data logging for short time. I want to save temp data in the internal flash memory but I didn't find any similar...
I followed the instructions in https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fsdk_config.html
and pasted the appropriate text...
Hello,
I have been trying to get the ADC working but for some reason, the adc_read function throws an error of invalid argument ( -EINVAL (-22) ). The adc_channel_setup...
Hi all, I have tried to follow the step to get up and running with my new nRF9160-DK, however, I am not sure if the Application FW has been successfully updated (how would...
Hi,
We are using a bootloader/DFU based on the secure_bootloader example with USB transport from SDK15 and It works fine.
Now, we are trying to add the possibility to...
hi.
i use nrf52840 to d evelop a keyboard .i connect and be bonded by a pc,now i want to delect to the bond info of the pc,and after this ,my adv cant be scan by this pc...
Hi Nordic Tech Support team,
One of my customers is having some problem with UARTE implementation. They used the ble_app_uart example ( pca10056 with SoftDevice 113 )...
Hello Everyone,
We are developing one custom device using open thread protocol.
We are using SDK - nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71 and Dev-kit - nRF52840...
IN Establishing the friendship,I received the following error
/** The Low Power node was not able to send transport command due to internal fault. */ NRF_MESH_EVT_FRIENDSHIP_TERMINATED_REASON_INTERNAL_TX_FAILED...
I want to send ADC data over bluetooth. When I searched, I found the following contents.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsds_s132%2FSDS%2Fs1xx%2Fble_data_throughput...
I am using the nRF51422 development kit with the SDK 11. I am trying to run the proximity application located in ble_peripherals. When the project is build I am receiving...
Hi,
I am using ble_sdk_app_hids_keyboard example:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_hids_keyboard.html...
Hello, I lived in Taiwan and I followed nRF9160 DK Getting Started and met a problem at establishing connection with nRF Cloud with my board.
The previous steps are all...
Hello, I'm trying to run C++ code on the nrf52832 but I'm getting an Hard Fault when sending a floating point to an ostream, like in "std::cout << 13.5f;". The FPU is enabled...