koyanagi.ele
Apr 25, 2014
Thank you for your continued support of Noritake Co., Inc. and its full line of VFD modules and services. Please help us by taking a few minutes to tell us your findings about our product you have received. We appreciate your business and want to improve our products to meet your expectations. We are pleased to offer a free sample of Ethernet board with Lantronix Xport and sample program to communicate via TCP/IP as thanks for your feedback.
Number of Items are limited, we send these samples “First come first serve basis”. Please submit your sample request by May 30, 2014. Please provide us with the following feedback:
|
steve howe
Apr 25, 2014
|
PedroDaGr8
Apr 25, 2014
1) It was a bit unwieldy at first. I had some issues being a bit of a novice programmer. My guess is that for the more advanced programmers it was a bit difficult. 2) Serial 3) I attempted to make a long scale data logger. Showign a variety of values averages and a chart. I suceeded at everything but the chart 4) Arduino 5) Simple graphing would be nice More than anything, more example code for novices to dig into. Maybe better explained example code. Something that helps novices like myself or people even more novice than me get going. |
Chankster
Apr 25, 2014
|
tjb1
Apr 25, 2014
|
freile
Apr 25, 2014
I tried very hard to increase the user-screens past the limit of 4 but was not about to work it out at the time. Up to 8 or so would be nice. Nice and simple font modifiers are always welcome. We could use a lot of subscript and superscript fonts to improve the readability of the status if it was simple to use these modifiers. I tried defining new fonts that were the modified versions that we would need but the was a communication issue with the data from the system being interpreted correctly when we did that. We went back to the previous method of no modifiers. This whole problem could have been a problem with our opaque system. |
tlink
Apr 25, 2014
|
tbloedel
Apr 25, 2014
Please provide us with the following feedback: 1. Did you have problem getting started with the module?
|
prophead100
Apr 25, 2014
|
znm
Apr 25, 2014
|
firehopper
Apr 25, 2014
more arduino ide examples would be nice, along with examples for parallel port use as well.. |
Abecedarian
Apr 26, 2014
|
k
Apr 26, 2014
Did you have problem getting started with the module?
Connector issue---- Serial Connector 2.5mm P 7 pins MAKE:JST Housing TYPE:XHP-7 Contacts TYPE :SXH-002H-P0.6 Noritake :RS-232 DE-9 to 7 pin Kithttp://noritake-vfd.com/sck-ca07pw06-n1.asp |
azer
Apr 26, 2014
How did you connect the display with your device? serial What did you use the display for? prototype for multichannel electronic load Which processor/MCU/OS did you use? psoc 5lp What type of commands would you like to see? ditto the: "The command set is actually quite well-developed, but it could be very handy to have a "terminal mode" which could act as a direct serial display." but I haven't yet come to a point where it'd really have me fantasizing about it. >>>>> I find this forum software to be far more painful to use than the module. |
znm
Apr 26, 2014
[QUOTE=azer]
>>>>> I find this forum software to be far more painful to use than the module.[/QUOTE] Why? |
chipmikro
Apr 26, 2014
|
srpsco
Apr 26, 2014
2) Serial 3) Dashboard notification system 4) Arduino, but considering moving it to a raspberry pi or beagle bone black 5) I didn't find anything missing. |
mike
Apr 26, 2014
Did you have problem getting started with the module?
|
steve1515
Apr 27, 2014
Did you have problem getting started with the module? - No, just need the connector.
How did you connect the display with your device - Serial What did you use the display for? - Prototyping - Large Clock/Messages Which processor/MCU/OS did you use? Arduino and AVR standalone What type of commands would you like to see? - Some kind of font importer. ttf files to code generator with font scaling/editing abilities. |
marzec309
Apr 28, 2014
??? couldn't get that far with display. |
glitchworks
Apr 29, 2014
1) Same problem as everyone else: connectors!
2) Initially I used a RS232 converter with a Linux box, final application will be implemented with the USART on a PIC18 series MCU 3) CTF hacking challenge "waypoint" 4) Perl + Linux initially, will probably offload display management to a PIC for the final version 5) Built-in textmode would be incredibly useful, especially if text entry just placed bitmaps in display RAM. Invert/normal overlay on display RAM would be very cool. |
mike
May 06, 2014
Here's another video of the SCK-3900-512x32H-01, this time being driven from a controller that's more along the lines of what others have been testing here, the 8-bit AVR Atmega32u4. It's configured to receive information from a wireless joystick which is what I'm testing here:
[video]https://www.youtube.com/watch?v=1l_9qzJfjEk[/video] This is using the parallel interface with all font and graphic data being generated on the fly from the onboard flash on the Atmega32u4. The frame rates aren't spectacular but keep in mind this is a $4 8-bit MPU, an $8 ARM Cortex M3 gives nearly 10x performance when using it's external memory interface. If the built-in Noritake commands aren't sufficient for your purpose the parallel DMA interface bypasses them altogether allowing any sort of graphic routines to be realized. |
sertsa
May 30, 2014
Hmm, this slipped under the radar. I did manage to get the display going.
Did you have problem getting started with the module? Similar problems as others, connectors had to be worked around, did not have a 24V supply, but managed to scrounge one up. How did you connect the display with your device serial What did you use the display for? This coincided with experimenting with an RTL_SDR dongle. Used display to show info for nearby aircraft via ADSB. Also used as display for OS load, temp, incoming email, build time for long compiles, etc Which processor/MCU/OS did you use? Linux PC, have plans to drive with Arduino as stand alone display but have not got to it yet What type of commands would you like to see? like the idea of using as a dumb termianl serial mode would be useful, more examples as well, perhaps ability to address at pixel level |