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'm trying to configure an application queue to hold BLE events I receive from the SoftDevice. The SDK defines NRF_SDH_BLE_EVT_BUF_SIZE as the "Size of the buffer for a BLE...
I would like to set the security level of a service to security level 4. Unfortunately I have problems with using the BLE_GAP_CONN_SEC_MODE_SET_LESC_ENC_WITH_MITM setter with...
Hello,
I just wanted to throw in that for a hobby project I interfaced Solomon Systech's SSD1331 (96x64 pixel) color OLED display and created an SPI-based driver for it...
Hi BJorn,
I am using nRF52840 chipset using NINA-B301 EVK and could port and test some test applications using NRF52 SDK. My query is in actual harrdware we are using only...
In the nRF52832 Product Spec v1.4 th the ere are discussions in sections 16.5 and 19.3.10 about being able able to output a divided down version
of the 32MHZ clock on the...
I'm using nRF52 and SDK 15.2 with SPI Manager (NRF_SPI_MNGR_ENABLED) with EasyDMA disabled. Some of the external chips I'm communicating with via SPI can't handle consecutive...
Hi,
I am trying to write a I2C read and write wrappers for Invensense MPU9250. Previously, I was using SDK11 and I don't have any issue with it. However, after porting...
Hi,
I am trying to use the USB connectivity firmware so that I can use the pc-ble-driver with it.
I downloaded to my custom board the file 'connectivity_4.0.0_usb_with_s140_6...
Hi, I want to send 9000bytes one sencond.But when I send these bytes it will return error code is 19.
I had increased the ATT MTU to 274 with the function of nrf_ble_gatt_att_mtu_periph_set...
Hi everyone,
I'm playing with the nRF52840 dongle (PCA10059) but I'm not able to program it using nRF Connect (v2.6.1).
I open the sw and connect the dongle, choose...
I am trying to see onboard SD card via usbd_msc and I can not achieve that. I am sure SD card is connected properly and working as I can mount it and write files to it form...
Hello ! Hope I can get help with this as I am completely new to this and dont get a hang of it yet. What I am looking for is to be able to use the servers as clients. I have...
I use nrf52832-AA, S132
I use Fstorage from 0x68000 to 0x73FFF in flash memory.
Reading or writing data from that memory.
It doesn't have any problem working normally...
Hello Everyone,
I am newbie to nordic BLE environment. This maybe a silly question.
Currently I am using nrf51 DK with SDK11, S130.
Data to be sent through SPI:
...
Hi,
I was trying to add generic onoff server model to the dimming server example in order to On/OFF and Dim the LED on the nRF52 Dev board using nRF Mesh App. I added all...