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,
I am using 2 gpio interrupts from 2 separate sensors with active soft device. one sensor generates interrupts at around 400-800 ms and the other comparatively lesser...
Hi,
So I am trying to poll the signal strength of the nRF9160 DK and at first everything seems okay, the device gains connection and all the boxes in the LTE Link Monitor...
We have added Nordic Uart Service (NUS) into the nRF mesh code and we created two mobile application.
First mobile application:
- is for nRF mesh provisioning which is...
Hi,
The datasheet for the antenna used in the dev kit, P822601, has its specification performance measured on a PCB DUT at 140 x 50 mm^2 - which seems rather unnecessary...
HI !
i have a problem during importing nrf9160 project in SES , knowing that i imported this project and others with same toolchain installed and other requirement.
onetime...
hi all
i have been working on a raspberry pi hat design and i would like feedback on it's design
this is the link to the github repo and i do update it regularly https...
hi,everyone
I want to run the DFU example in meshV3.1.0 . but i still can't understader how to run it . below is my understanding:
1.ther are must have 2 devices , A device...
Hey, i having problems with uploading code to my Thingy52.
Equipment that i using: nRF DK https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52-DK Nordic...
Having issue with nrf52840 interface with sim808 for GPRS connection. I am trying to interface nrf52840 with sim808 using UART. But only AT and ATD command reply i can see...
Hi,
I am currently trying to test the capability of bluetooth 5 long range mode using a pair of SparkFun Pro nRF52840. I have used the blue-app-uart example and:
1)...
Hey
I am working on Bluetooth mesh. I am able to find the RSSI from server whenever i received the message from client in mesh(light switch example). Now I have to find...
We used NRF52832 to make a Bluetooth solution, but the customer wants the broadcast name of the product to be regular, and the MAC address also needs to follow a certain rule...
Hi
I have below requirement on NFC using SDK 12.3.0 and soft device S132. please suggest how to start with the same.
1.NFC operation. (Simple Read Write into NFC Tag Memory...
Hi,
I'm working on getting the DFU bootloader working and I'm following this blog post.
I'm successfully compiling and loading the bootloader to our custom hardware...
I want two pwm channel output 1MHZ frequency, the phase difference between two PWM channels is 180 degrees。when i set two pwm frequency to 500KHZ, use the configure below...