Im working on a word clock project. Using
- arduino (nano) WS2812 with FastLED lib,
- D3231 RealTimeClock with ds3231 lib,
- Bluetooth HC-06 module with SoftwareSerial
I want to use the BT connection to setup the clock. But when receiving data from the BT module, it seems that the received characters are completly random data.
When I comment out the FastLED.show(); line from my sketch, the characters received from the BT module are all correct.
I’ve read some threads about this problem between FastLED and SoftwareSerial in different discussion boards, but there wasn’t a solution I could use.
Any hints on this issue?
