fm_receiver icon indicating copy to clipboard operation
fm_receiver copied to clipboard

Results 2 fm_receiver issues
Sort by recently updated
recently updated
newest added

Проект очень понравился, но при первом включении не происходит настройка на прописанную частоту, просто белый шум, пока не переключишься на другую станцию, при последующих включениях уже всё хорошо, РДС тормозит(либо...

In the file "FM.cpp" the Wire.requestFrom() is followed by Wire.endTransmission() in two places. At this moment in line 145 and 186. You may remove those extra Wire.endTransmission(). Explanation: [Common-mistakes#2](https://github.com/Koepel/How-to-use-the-Arduino-Wire-library/wiki/Common-mistakes#2)