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...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Dear Sir,
I'm investigating the possibility of BLE technology as the primary communication channel for SmartHome Hub solution ( hub to smarthome products... )
I have...
Hi,
This is about BSP button events to manage system sleep/wakeup. In the power management example in the SDK what is the difference between BSP_EVENT_SYSOFF and BSP_EVENT_SLEEP...
Are there any plans to fix Anomaly 84 (COMP: ISOURCE not functional) in a future revision on the nRF52832? I don't see it on the nRF52840, so I'm assuming it was fixed for...
my ADC work in this mode :timer+PPI+SAADC the ADC is 12bit
I init ADC like these code
sample every data 15us,and 16 data per channel
I only init one channel,and use...
Hi,
I am testing I2C interface by using \peripheral\twi_scanner project of SDK15.2.
I found it can not print debug message to RTT interface, even these has one command...
I'm using nRF5 SDK 15.2.0. When I get a BLE_GAP_EVT_DISCONNECTED event, where's is the definition for the "event.params.disconnected.reason"? I get values like 0x16, 0x22...
I'm using SDK 15.3 and nrfutil version 4.0.0 for generating DFU zip files.
When I generate a DFU zip file that includes the bootloader the zip files is far to big.
This...
Hi,
I use 'nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_uart' as my project base for PCA10040. The code has its default sleep mode which use 'sleep_mode_enter...
I use 52840,SDK15.3 and pca10056 board .
examples\peripheral\usbd_ble_uart_freertos\pca10056\s140 no changes to the source code.
usbd_ble_uart_freertos cannot connect...
i'm trying to send ipv6 packet over thread with function otIp6Send. but otIp6Send doesn't work and return '6' which means "Failed to parse message or arguments." as openthread...
HI,
I intent to move a project from 52832 to 52810,but the flash size of 52810 is only 192k.so I want to know the flash layout(bootloader included) of 52810 like 52832 as...
Hi, I'm using nRF52832 with SDK 15.2 and 3.0 (Mesh). I have created a new model by following the Instructions mentioned in the Creating New Models topic and successfully it...
I'm beginner of nrf52832. I try to eddystone beacon URL in ble_app_eddystone example in SDK 15.2. I have received my URL in NRF connect app but my android smartphone (moto...
Hi all,
I using nrf52832 , sdk 15.1
- My app include : application + bootloader + application data area
- application define appliation data area is 12K byte (FDS_VIRTUAL_PAGES...