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...
Hi,
What I did:
Already connected the custom board with nrf52832 chip on pc with python
Already receiving data from the board
I want to have the python code that...
The GPS antenna just fell off the board. Seems like the part has a cold solder joint. This led me thinking that the LTE antenna might also have the same problem. I had no...
I choose one NRF52 DK(nrf52840_pca10056) for my daily development. After hundreds of erase and write cycles, the DK won't behaves like it should do. The other DKs runs well...
Hi,
In the registery definition of nRF52840 it is stated for PSEL.TXD:
Reg ID: A -> from bit 0 til 4 for Pin selection
Reg ID: B -> bit 5 for Port number
In this case...
I am looking into interfacing a SD card to the nRF52840. I have used the FatFS example and that is working ok with SPI. Then I have looked at the QSPI example and that also...
Hello,
I am using sdk 12.2 and nrf52 dk.
I am storing some data in flash using ( sd_flash_write((uint32_t*)0x4F800,m_deadbeef, sizeof(m_deadbeef));) and I am able...
Hi
I got the problem to connect customer board(nRF52) via SWD.
My connection should be fine and customer board is also supplied 3,3V by external power.
How I wire 52Dk...
Hi,
I want to add fstorage functionality to my applikation. I added all the files and functions as in the fstorage example from Nordic, but I get a linker error that the...
I am using an RTC to periodically kick off a PWM pulse train. This all works beautifully, but draws far more current than expected. From what I've read, this is because the...
Hi,
I've been working to get a Ublox GPS module to interface with my NRF52840 DK over UART. The GPS device boots up and starts streaming data almost immediately.
I am...
I am nRF52832 , S132 , SDK15.0.0 // nRF52840, SDK15.0.0 is used.
Examples of esb_prx, esb_ptx are modified and used.
Transmitter : nRF52832
Receive : nRF52840_DK
Senders...
hello
I have once again issues when I want to write a 'long" characteristic e.g. 85 bytes.
1) if I use a smaller MTU e.g. 23 or 50, I received corrtectly the User Memory...
I would like to design a BLE-controlled electronic device. My requirements are:
1- Very low power consumption. (Less than 200uA in IDLE mode)
2- Slow periodic BLE advertising...
We are a module manufacturer and have used the 52810 as a serial port transparent transmission module.
1. Our customer reports that when we put "More service uuid" into...