awayfar Posted June 8, 2017 Share Posted June 8, 2017 On 2017/6/6 at 10:59 PM, Fiery said: AIDA64 does support remote connections through WiFi via the RemoteSensor module, but I don't think you'd have a http client on your device Let us know more about the protocol we'd need to use to talk to the mentioned ESP8266 MCU. Thanks for your reply, I think the performence of ESP8266 is too low to make http client work. Frames transmit to ESP8266 via WIFI should work but the bandwitdh consumes high. Another way I think is learn from AX206, transfer graphics by differentia. Recently, I am working on ESP8266 and ILI9488 but no luck, I think 480x320 will provide more display area, I will keep on it and think about the transfer protocol. Thank you for your help. Quote Link to comment Share on other sites More sharing options...
Ataulf Posted January 20, 2018 Share Posted January 20, 2018 Would it be possible to add support for Hama's line of photo frames (just like the now discontinued Samsung displays): https://www.hama.com/product-showcases/digital-picture-frames Thanks a million :-) Quote Link to comment Share on other sites More sharing options...
Fiery Posted January 24, 2018 Author Share Posted January 24, 2018 On 2018. 01. 20. at 6:53 PM, Ataulf said: Would it be possible to add support for Hama's line of photo frames (just like the now discontinued Samsung displays): https://www.hama.com/product-showcases/digital-picture-frames Thanks a million :-) As far as I can understand, that picture frame isn't capable of transferring full bitmap frames from a computer to the digital picture frame. So it cannot be supported by AIDA64 or any other monitoring software. Quote Link to comment Share on other sites More sharing options...
hybsen Posted March 30, 2018 Share Posted March 30, 2018 is there a way to display pc sprecs on "trekstrore surftab breeze 7.0 quad" with android 4.4.2 kitkat? odospace will not find this device on pc. but my samsung woks just fine... Quote Link to comment Share on other sites More sharing options...
Fiery Posted April 1, 2018 Author Share Posted April 1, 2018 On 2018. 03. 30. at 2:22 PM, hybsen said: is there a way to display pc sprecs on "trekstrore surftab breeze 7.0 quad" with android 4.4.2 kitkat? odospace will not find this device on pc. but my samsung woks just fine... We're not the developers behind Odospace, so cannot help you with that. You can however use the RemoteSensor feature with any Android tablets basically: Quote Link to comment Share on other sites More sharing options...
btmouse Posted October 9, 2018 Share Posted October 9, 2018 RoboPeak迷你USB显示屏 http://www.robopeak.com/blog/?p=406 希望得到支持 Quote Link to comment Share on other sites More sharing options...
Fiery Posted October 10, 2018 Author Share Posted October 10, 2018 On 10/9/2018 at 8:29 AM, btmouse said: RoboPeak迷你USB显示屏 http://www.robopeak.com/blog/?p=406 希望得到支持 We've ordered a sample of that display, and will implement support for it as soon as it arrives. I'll let you know in this topic when we have a new AIDA64 beta build that you can test on the RoboPeak display. Quote Link to comment Share on other sites More sharing options...
btmouse Posted October 10, 2018 Share Posted October 10, 2018 33 minutes ago, Fiery said: 我们订购了该显示器的样品,并在它到货时立即实施支持。当我们有一个可以在RoboPeak显示器上测试的新AIDA64 beta版本时,我会在这个主题中通知你。 a happy decision Quote Link to comment Share on other sites More sharing options...
Fiery Posted October 11, 2018 Author Share Posted October 11, 2018 On 6/8/2017 at 7:46 PM, awayfar said: Thanks for your reply, I think the performence of ESP8266 is too low to make http client work. Frames transmit to ESP8266 via WIFI should work but the bandwitdh consumes high. Another way I think is learn from AX206, transfer graphics by differentia. Recently, I am working on ESP8266 and ILI9488 but no luck, I think 480x320 will provide more display area, I will keep on it and think about the transfer protocol. Thank you for your help. Is it possible to somehow stream the bitmap data from a TCP/IP port (of the WiFi layer) into the display? Also, here are 2 projects that may be helpful for you: https://diyprojects.io/esp8266-web-client-sending-data-jeedom-tcp-ip-wireless-json-api/ https://www.dfrobot.com/blog-782.html Quote Link to comment Share on other sites More sharing options...
btmouse Posted October 12, 2018 Share Posted October 12, 2018 LCD2USB is it possible to display symbols like this? Quote Link to comment Share on other sites More sharing options...
btmouse Posted October 12, 2018 Share Posted October 12, 2018 19 hours ago, Fiery said: Is it possible to somehow stream the bitmap data from a TCP/IP port (of the WiFi layer) into the display? Also, here are 2 projects that may be helpful for you: https://diyprojects.io/esp8266-web-client-sending-data-jeedom-tcp-ip-wireless-json-api/ https://www.dfrobot.com/blog-782.html aida64 it’s perfect if it’s compatible with the Arduino board. Quote Link to comment Share on other sites More sharing options...
Fiery Posted October 12, 2018 Author Share Posted October 12, 2018 2 hours ago, btmouse said: aida64 it’s perfect if it’s compatible with the Arduino board. It isn't compatible, but it's mostly because AFAIK it's not possible to write a generic communication protocol for LCD displays that are connected to a PC USB port via Arduino. However, it should be possible to write an Arduino program (sketch) to emulate an existing LCD protocol to make the Arduino+LCD combo compatible with an existing AIDA64 LCD module. Quote Link to comment Share on other sites More sharing options...
btmouse Posted October 15, 2018 Share Posted October 15, 2018 how to use custom character display ? This will make the LCD look cool ! Quote Link to comment Share on other sites More sharing options...
Fiery Posted October 15, 2018 Author Share Posted October 15, 2018 7 hours ago, btmouse said: how to use custom character display ? This will make the LCD look cool ! AIDA64 doesn't support custom characters for external LCD displays. Quote Link to comment Share on other sites More sharing options...
btmouse Posted October 16, 2018 Share Posted October 16, 2018 14 hours ago, Fiery said: AIDA64不支持外部LCD显示器的自定义字符。 oled support custom characters displays? for example: ER-OLEDM032 Quote Link to comment Share on other sites More sharing options...
Fiery Posted October 16, 2018 Author Share Posted October 16, 2018 1 hour ago, btmouse said: oled support custom characters displays? for example: ER-OLEDM032 ER-OLEDM032 is a graphical (dot matrix) display that can display any kind of graphics. With such displays you have way more flexibility than with alphanumeric (character) displays that can only display pre-defined or custom characters. Quote Link to comment Share on other sites More sharing options...
Fiery Posted October 22, 2018 Author Share Posted October 22, 2018 On 10/10/2018 at 1:00 PM, btmouse said: a happy decision We've opened a separate topic for RoboPeak: Quote Link to comment Share on other sites More sharing options...
btmouse Posted October 22, 2018 Share Posted October 22, 2018 9分钟前,菲利说: 我们为RoboPeak开设了一个单独的主题: lol ,i saw you posted the news for the first time. Quote Link to comment Share on other sites More sharing options...
btmouse Posted October 22, 2018 Share Posted October 22, 2018 12 minutes ago, Fiery said: 我们为RoboPeak开设了一个单独的主题: i will look for more possible LCDs for you. Quote Link to comment Share on other sites More sharing options...
Fiery Posted October 22, 2018 Author Share Posted October 22, 2018 5 minutes ago, btmouse said: i will look for more possible LCDs for you. Thank you. Although, it would be best if you owned those displays and really wanted to use AIDA64 on them Quote Link to comment Share on other sites More sharing options...
btmouse Posted October 22, 2018 Share Posted October 22, 2018 8 minutes ago, Fiery said: Thank you. Although, it would be best if you owned those displays and really wanted to use AIDA64 on them i have a Samsung SPF-87h and lcd2usb 2004 used for aida64. and i have an idea if have two of the same models lcd,installed in case different places,e.g. : two 1602 LCD Can they work at the same time? i don't know if you can understand me. my english is bad can only rely on google translate Quote Link to comment Share on other sites More sharing options...
Fiery Posted October 22, 2018 Author Share Posted October 22, 2018 19 minutes ago, btmouse said: i have a Samsung SPF-87h and lcd2usb 2004 used for aida64. and i have an idea if have two of the same models lcd,installed in case different places,e.g. : two 1602 LCD Can they work at the same time? i don't know if you can understand me. my english is bad can only rely on google translate I meant if you request us to add support for a currently unsupported display, it is best if you already own (or plan to own in the near future) the display It's not a huge problem if you don't, for example if you only want to purchase a display when it's already supported by AIDA64. Fortunately implementing support for RoboPeak wasn't too difficult, but there are a lot more challenging devices. Multiple displays of the same kind is only supported for a few displays out there right now. You can use: two Razer LCDs two AlphaCool LCDs three picoLCDs three Saitek LCDs three Trefon LCDs three Cwlinux LCDs three YoctoPuce OLEDs three Crystalfontz LCDs three Aquaero LCDs three LCDInfo LCDs three Phidget LCDs We only enable more than one LCD support (of the same kind) per request, since most users only have one display from a particular vendor. You can however mix any number of displays when they're different kind. For example, you can use one LCD2USB, one Samsung SPF, one Matrix Orbital GX, one RoboPeak, and one EastRising (so 5 displays total, but it can be even more) simultaneously with AIDA64. The only difficulty you will experience with such a setup is the delays in poll rate due to the enermous USB traffic BTW, just as with multiple devices support, hot-plug support and rotation support are also only enabled for a few devices. But they can be enabled for other devices per user request. Quote Link to comment Share on other sites More sharing options...
ReidHao Posted November 27, 2018 Share Posted November 27, 2018 hello..once I have received the display and tested it, I will give you a document with all necessary parameters and commands.But I'm still wondering if I use 3 wires SPI OR 3 wires SPI + 1 GPIO pin for data/command info. online calculator Quote Link to comment Share on other sites More sharing options...
Fiery Posted November 30, 2018 Author Share Posted November 30, 2018 btmouse, beada: Please use this forum for English discussion only. Use private messaging to communicate in your native language. Thank you! btmouse: We're working together with beada to implement native support for their existing hardware in AIDA64. Till then RemoteSensor is the way to go: Quote Link to comment Share on other sites More sharing options...
btmouse Posted December 3, 2018 Share Posted December 3, 2018 On 2018/11/30 at PM6点43分, Fiery said: btmouse,beada: 请使用此论坛进行英语讨论。使用私人消息以您的母语进行交流。谢谢! btmouse: 我们正在与beada合作,为AIDA64中的现有硬件实现原生支持。直到RemoteSensor才是最佳选择: I am sorry, Next time Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.