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...
What's the easiest way to view all logs and error messages using USB serial connection app like putty, on the nRF52840 dongle?
What drivers and functions do I need to enable...
What level of risk is involved with brownouts for the modem? We have seen some modems in the past which have bricked themselves when a brownout has occurred when performing...
Hello, I want to inquire about the functionality of nRF52833-DK if I want to communicate between transmitter and receiver for locating position of receiver using BLE (Bluetooth...
Hello ,
I am interfacing the nRF52832 with winband spi flash . I can able to read the device manufacture id but i couldn't able to read the data from the device . I am getting...
Hi,
I am using the nRF52840 to sample some channel.
I am using the nRF5SDK160098a08e2 for that and based on the saadc example.
These are the results for my tests....
Hi there,
I've been unable to find a good example of what settings are required specifically to ensure that a characteristic's value can only be read and notified in an...
I have a question regarding the nRF Toolbox App v5.0.2 on iOS 14.1 and the Cycling Speed and Cadence demo app. It appears to be that the km/h calculation based on the CSCS...
Hi
I have created 4 threads in nRF9160 application, I have to go to sleep if none of the thread is running.
For this how do I check whether the created threads are running...
Hi, We are working on nrf5340 with the nrfx I2S implementation. We have configured the I2S IRQ for every 5 miliseconds. However, we have observed that successive IRQ introduce...
We are testing the combination of hrs example and the code in the butonless example. When I tried dfu after putting the code together, this error occurred. What does this...
I am trying to interface the microphone with nrf52840 and using the PDM interface. After initializing the module (nrfx_pdm_init) and then set the buffer , I do see clock and...
Dear Sir.
I have some boards that work with nRF9160 and Chipsim.
Some work fine.
Using MQTT application
With two boards I get the errors.
ERROR: getaddrinfo failed...
I am new to the nRF5 SDK. This is my first time using nRFX SPIM so this may well be a beginner error.
I'm using SDK version 17.02 and I am using a nRF52840 module.
I...
Board: nRF52840DK
SDK: 15.3.0
Softdevice: 6.11
I am trying to increase the MTU size in order to read more data on the peripheral. I have tried to increase the NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
The SDK version I use is 15.3. And I tried to add the following code to the ble_nus.c
But it didn't work.There is no characteristic 0x2901. I don't know what's wrong....