Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
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 have custom board with nrf 52832. I am using SDK 15.2.0 and softdevice s132 V6.1.0 to transmit advertising packets periodically. I have written simple application that reads...
Hi Everyone,
I’ve implemented a ST7735S on the NRF52832 using the GFX example. My problem is that I can’t seem to update the screen in such a way that the screen doesn’t...
Hello,
I am trying to make LSM6DSR (STEVAL-MKI194V1) work with nRF52840 using TWI Communication.
Problem:
Firstly, I modified the TWI sensor example to use the accelerometer...
Hi guys, I've got a nRF 52840-DK, I want to verify the new features like 2M/long range/advertising extension.
1. Is there any exmaple to test these featues, or any guideline...
Hello,
On the nRF52840, is it possible to switch from TXIDLE to RXIDLE or from RXIDLE to TXIDLE without going first back to DISABLED ?
We are using the radio in 1 Mbps...
To the kind attention of Nordic support team,
we are very much interested in interacting with your nRF52840 devices preprogrammed with the wireless bootloader and waiting...
Hi! We are currently trying to develop a low power framework for our nRF52840 DK with SoftDevice S140. After disabling various peripherals and interrupts we use the provided...
Hello Team,
I just recently purchased Thingy52 i was wondering i can use NFC NDEF update using python library if it is possible can you point me to right
documentation...
Hello!
I am working on firmware for device that has freertos in the base and implements BLE beacon and 1 service with 7 characteristics. Everything works. But power consumption...
Hi,
We are currently testing DFU upgrades on Android. In my current setup I have two different phones, a Sony one running Android 8 and a OnePlus running Android 10.
The...
We have a device (in central mode) initiating a secure connection to a peripheral (slave) via the usage of `pm_conn_secure(conn_handle, false)`. This results in a `PM_EVT_CONN_SEC_SUCCEEDED...
Hi All,
I want to convert analog input into digital using SAADC on nRF52840 DK. After that to push the SAADC output through the Bluetooth (nRF connect bluetooth mobile application...
Hi,
Recently,i try to install the tool chain of nrf connect sdk as the instruction as guide。After installed west,then run command “west update”,but got an error:
Can...
Hi ... folks
I am using nRF52832 and analog IR sensor , Working with the example saadc . In this case , i am giving the IR sensor input voltage as 5v , analog pin 2 .I am...
Hi,
I am using NRF52832 Development board, SDK(nRF5_SDK_15.3.0_59ac345) from this i am using (/nRF5_SDK_15.3.0_59ac345 (4)/examples/ble_peripheral/ble_app_uart) example...