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...
I have built several examples in nRF Connect SDK on MacOS and they seem to work OK.
Now trying to build the udp example
I have left the configuration as it was.
I build...
For our user experience, we would like to get rid of the "Bluetooth Paring Request" pop up in iOS.
The device just needs to connect with the iOS device, and should not be...
Hello, I've been tinkering around with the BLE Advertising tutorial on my nRF52840 Dongle (using SoftDevice 140) and I have a question:
How do I configure the dongle's user...
Hi
I have some question about ESB
1. If the noack bit of dynamic payload is set to 0 and transmitted.
Ptx doesn't switch from tx to rx to receive ack?
And prx doesn...
Hello
I use nrf52832 and lithium battery (3.7v, 140 mAh).
I can read the adc value of this battery through the charge IC. I monitored the adc value while charging the...
I find that the nrf52840DK offers two UART function, and when I running the nrf5_SDK/example/peripheral/uart program, there has only one UART configuration example. Can I...
Hello List,
I have a use case where i need to control 2 DC-motors using a PID-controller. The system is to be controlled via BLE, using a nrf52840 with softdevice S140....
Hi all, I am trying to use the nrf52840 dongle with wireshark, I was having permission errors trying to open the device in the program section of the nrf desktop suite running...
Hello,
we think about using an nrf52820 for a multi role solution. I know from the Compatibility Matrix that the S140 is supported and qualified for the nrf52820. What...
hi,
we are trying to add third sensor to the multi sensor example , new sensor is of type binary_input (0x000F) ZB_ZCL_CLUSTER_ID_BINARY_INPUT.
We are unable to subscribe...
I use nRF Connect for desktop / Bluetooth Low Enery Apps + nRF52840-DK.
When run 'start scan', In rare cases, very small RSSI values (-103dbm, -104dbm ...) may be reported...
I have brought nrf52840 preview dk ,it is not getting detected by the computer nor its power led getting light up. Last code i tested on its was blinky.
I doubt it has any...
I have a custom board that I have programmed using the UART_BLE example. The code executes and I know I am advertising since LED1 blinks meaning it is advertising but for...
I am testing the Sensor example in the Mesh SDK.
For my implementation I need three properties that are given by the BT Mesh specification. (Properties 0x004F, 0x0057, 0x0059...