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...
SDK: 15.3.0 SoftDevice: S132 Device: EYSHJNZWZ (nRF52832)
The following vulnerability "CVE-2020-10135" has been reported by the Bluetooth SIG. Will this device be affected...
Hello
I am using SDK v17 and sending the value of acceleration sensor to the app.
I want to use this value to process some action in the app. For example, if the transmitted...
Hello Nordic Community,
I've stumble upon an issue with a characteristic configured to not require authorization but still does on certain occasions.
Consider a service...
I'm new to the nrf5 GPIO functionality and having a little difficulty getting started. Upon having called `nrfx_gpiote_in_init`, my app reports a fatal error and the device...
I wanted to know the function or functions and the steps to associate an interrupt with an event.
I will be getting a single Pulse(Low To High) which will be my interrupt...
Hi,
I am using the nRF52840 dongle and am seeing problems when I try to use port 1 pins.
For instance, if I try to write to pin P1.01,
I see this error
I seem...
Hello Nordic Engineers:
SDK Verssion: nRF5_SDK_15.2.0_9412b96
IDE: Segger Embedded Studio
I use 1 Central and 5 Peripherals to build the network,they all can build...
Hi..
I want to update the firmware over OTA. For the first time I have downloaded ble_secure_bootloader and softdevice, then I flashed the application file by scanning the...
Hello,
I am trying to develop and application that will be able to scan for some time for beacons in the area around it. From all found beacons and using the RSSI of each...
Hello,
I have implemented a file system on the external flash, following the example: " USB MSC Example ", SDK16, nRF52840. The objective was to implement an audio recorder...
Hello,
We have a released product that is using the nrf52832 (rated at 85C). We have used this MCU and we have don't have issues so far.
Recently, it came a small...
Hi Dev Team,
I have been trying to send data across from my nRF9160DK board to an external sensor via RS-485. For this, I have a TTL_RS485 converter in between.
To start...
I am trying to buy an NB-IoT SIM card in the UK as the LTE-M SIM included with my Thingy:91 does not work here. I know that Vodafone supposedly run the NB-IoT network here...
Hello,
I have added DFU to our project. In general it works, at least parts of it.
Assume I receive often/always NRF_DFU_EVT_DFU_FAILED, how do I find out, what is the...