Skip to main content

Messages

This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.

Messages - vulkan35

322
Project logs / Re: Really universal soldering controller
goto set parameters menu

if((BTicks[1].o <= 100) && (BTicks[1].n > 100)){
                        CMode=3;
                        ModeTicks=250;
                        BeepTicks=2;

tell me in which line is registered 4 seconds to display the options menu?
323
Project logs / Re: Really universal soldering controller
Don't messed with SSD1309 displays myself

display OLED 2.42 (china, color green) controller NO NAME spi 10 MHz.
display initialization settings 2.42 page addressing mode.
const unsigned char OLEDInitBuff[31]={
0xAE,     
0xD5,0x80,
0x81,0xFE,
0xAF,
0x20,0x10,
0xB0,
0x00,0x10

after 20 minutes of work:



after 60 minutes of work:



display OLED 2.42 (china, color green) controller NO NAME spi 5 MHz.
display initialization settings 2.42 page addressing mode.
const unsigned char OLEDInitBuff[31]={
0xAE,     
0xD5,0x80,
0x81,0xFE,
0xAF,
0x20,0x10,
0xB0,
0x00,0x10

after 480 minutes of work:



display OLED 1.3" (china, color white) controller SSD1306Z spi 5 MHz.
display initialization settings 1.3" page addressing mode.
const unsigned char OLEDInitBuff[31]={
0xAE,     
0xD5,0x80,
0x81,0xFE,
0xAF,
0x20,0x10,
0xB0,
0x00,0x10

after 120 minutes of work:


324
Project logs / Re: Really universal soldering controller
If display misses even one clock cycle, all following updates will be shifted.


in fact, this is probably what happens with displays 1.54 - 2.42 with an unknown controller.  tested the station for half a day, the controller works fine with the parameter SPI_OPEN_CKP_HIGH, 8
my display initialization settings 2.42

const unsigned char OLEDInitBuff[31]={
0xAE,      
0xD5,0x80,
0x81,0xFE,
0xAF,
0x20,0x10,
0xB0,
0x00,0x10


( ! ) Fatal error: Uncaught exception 'Elk_Exception' with message 'Please try again. If you come back to this error screen, report the error to an administrator.' in /var/www/dangerousprototypes/forum/sources/database/Db-mysql.class.php on line 696
( ! ) Elk_Exception: Please try again. If you come back to this error screen, report the error to an administrator. in /var/www/dangerousprototypes/forum/sources/database/Db-mysql.class.php on line 696
Call Stack
#TimeMemoryFunctionLocation
10.02242456288session_write_close ( )...(null):0
20.02262587912ElkArte\sources\subs\SessionHandler\DatabaseHandler->write( )...(null):0
30.02262588688Database_MySQL->query( ).../DatabaseHandler.php:119
40.06622727456Database_MySQL->error( ).../Db-mysql.class.php:273