After resoldering the board also the PI is powered now by the Nanosound and switching on / off is working.
Iām looking forward to the new version of the plugin. (just backed it on kickstarter)
I checked the docu to Nanoamp^2. If i understood right the āpower buttonā for Nanoamp^2 switches GPIO27, is that right ?
As i stated in an earlier post the PI was not powered by the Nanosound - before i resoldered the board.
Now everything is working and i have fun with the board. Great project.
Iām eagerly waiting for the first beta of the plugin v2.
Canāt start new thread, just want to update: The LED display problem still exist!
Already update the plugin to version 1.3.1, Volumio start to play for a period of time, OLED will go blank again, have to turn off and on to make it work.
Sound is not affected.
A little comment of the OLED display message, I donāt think the bitrate is actually useful, the font size is too small to display the Chinese characters, maybe let the IP address show permanent in the corner is more useful. Function button can be used to show the details of the song (KHz / Bitrate).
We have NanoSound leaving turned on for over a week, and we are unable to reproduce issue your described (using v1.3.1 plug-in, volumio v2.310)
May I know if you are playing anything in particular when the OLED go blank? How long did you leave it on approximately ?
We will look into making the font slightly bigger. Regarding the IP/bit rate , we will be revising the layout / control as a whole in v2 of the plug-in.
Well, I didnāt monitor the screen but doing something else while listening, but it takes more than an hour before it stop updating. Iāll pay more attention when playing, also I only play FLAC I created myself, FLAC format should be 1.3.1 and 1.3.2. Most of the file with ReplayGain tag and album art, some of them have lyrics.
Just found an update of Volumio, will keep watching for problems.
1.3ā³ OLED is very small. Can you recommend a larger display?
Apparently only I2C displays can be used on GPIO pins. The pins for SPI are used for the buttons 1, 4 and 5.
I also thougt about using a Nextion tft, but the tx pin is used by the power switch.
If you can find any i2C displays which has a python driver, it would probably work with smaller changes to the display code.
Let us know if you see anything in the market interesting.
Iām one of the Kickstarter backers that received my NanoSound several weeks ago, but just got around to setting it up.
Got it assembled per the instructions and installed Volumio with the appropriate settings and plug-in. OLED screen works and shows track being played, along with progress. Problem is, Iām getting no sound out of neither the RCA line outs or the audio jack.
I“m using the nanomesher plugin on volumio,
is it possible to change the function of the buttons ? don“t need volume buttons, but forward and rewind would be nice !
Would help, if you could tell me where the related files on my pi are located.
Kind regards,
So⦠I got a Nanosound via Kickstarter and added on the Amp. Just got a RPi and installed everything. Downloaded the Volumio image via the nanomesher website and installed it on a brand new 16GB microSD. Plugged everything in and hit the power button on the Nanosound and⦠nothing. At least, nothing on the screen. Various LEDs light up, but nothing on the screen. Perhaps I missed a step somewhere? Iām new to the RPi, so thatās probably part of the problem.
Any advice you can offer would be greatly appreciated.
It sounds like you have not installed the Nanosound plugin. You can either follow method 1 below to install the Nanosound volumio plugin or use method 2 to install using the preconfigured image.
Actually, method 2 is what I did⦠I downloaded the 11-30 img and installed it on a brand new 16GB microsd card.
More info: I plugged in a monitor via HDMI and can now see (on that monitor, not the built-in screen) the boot sequence and messages and can log in there. Is it possible that the latest preconfigured image might have left out or disabled the plug-in? I had previously downloaded an image dated 11-16, would it be worth giving that a try?
Thanks for this great plugin.
Because the hardware already existed, I use the plugin with hifiberry dac +, 6 buttons and an oled display. All this I will integrate into a āportableā housing with a rechargeable battery.
At nanodac_oled.py I made some adjustments for my taste. Larger font for title. Button3 shows next to the IP address now the date and time.
If webradio plays, then the text scrolls in the field āartistā. Some radios send informations and so itās easier to read.
Some time ago I found the file oled.py at github.com/nanomesher/Nanomesher_NanoSound. The file looks promising. It looks as if you want to integrate a menu.
draw.text((5, 2), "> Internal",font=font1, fill="white")
draw.text((1, 16), "> NAS",font=font1, fill="white")
draw.text((1, 32), "> USB",font=font1, fill="white")
draw.text((1, 48), "> Playlist",font=font1, fill="white")
I tested oled.py but it does not work.
What are your plans for this, will a menu be realized someday? A menu with all the stuff in volumio.local/browse would be really great.
Thanks for your complement about the Plug-in. Regarding the menu items, yes, making NanoSound a better and more standalone player is in our plan but it is still early stage. Stay tuned for more details! thanks