Author |
Message |
Topic: WizNet5100 and webserver |
krolikbest
Replies: 12
Views: 579
|
Forum: BASCOM-AVR Posted: Wed May 20, 2020 7:38 am Subject: WizNet5100 and webserver |
Ok, thanks. Time to study. |
Topic: WizNet5100 and webserver |
krolikbest
Replies: 12
Views: 579
|
Forum: BASCOM-AVR Posted: Tue May 19, 2020 6:55 pm Subject: WizNet5100 and webserver |
Hi,
currently i'm developing a project its aim is to collect some datas from PLCs (Modbus RTU) and want to display this results on some webpage. Hardware is Arduino Uno and hat - wiznet5100. Modbu ... |
Topic: Doubt with editor |
krolikbest
Replies: 2
Views: 250
|
Forum: BASCOM-AVR Posted: Wed Apr 22, 2020 8:44 pm Subject: Doubt with editor |
something1, something2 ,_
something3, _
something4 |
Topic: Arduino and w5100 |
krolikbest
Replies: 8
Views: 534
|
Forum: BASCOM-ARDUINO Posted: Wed Apr 08, 2020 7:47 pm Subject: Arduino and w5100 |
Ok, have found the cause why doesn't it work at home - ethernet cable. Despite other devices work on this one, my Uno with W5100 didn't. After changing to brand new is fine it took me only 20 hour ... |
Topic: Arduino and w5100 |
krolikbest
Replies: 8
Views: 534
|
Forum: BASCOM-ARDUINO Posted: Tue Apr 07, 2020 4:43 pm Subject: Arduino and w5100 |
shield: https://allegro.pl/oferta/modul-sieciowy-arduino-w5100-mikrosd-avr-ethernet-8877580603?utm_feed=aa34192d-eee2-4419-9a9a-de66b9dfae24&utm_source=google&utm_medium=cpc&utm_campaign=_ ... |
Topic: Arduino and w5100 |
krolikbest
Replies: 8
Views: 534
|
Forum: BASCOM-ARDUINO Posted: Tue Apr 07, 2020 9:14 am Subject: Arduino and w5100 |
Hello
definitely something is wrong with w5100. checked examples from directory /samples/w5100/ping_spi.bas (changed regfile and crystal - Arduino and
Config Tcpip = Noint
) and couldn't get it ... |
Topic: Arduino and w5100 |
krolikbest
Replies: 8
Views: 534
|
Forum: BASCOM-ARDUINO Posted: Mon Apr 06, 2020 1:57 pm Subject: Arduino and w5100 |
Thanks for your reply, in few hours will test it. |
Topic: Arduino and w5100 |
krolikbest
Replies: 8
Views: 534
|
Forum: BASCOM-ARDUINO Posted: Sun Apr 05, 2020 8:42 pm Subject: Arduino and w5100 |
Hello,
below my code
$regfile = "m328pdef.dat"
$crystal = 16000000
$baud = 19200 ' use baud rate
$hwstack = 128 ... |
Topic: helb about serial to usb converter |
krolikbest
Replies: 5
Views: 683
|
Forum: Various Posted: Sun Feb 23, 2020 7:30 pm Subject: helb about serial to usb converter |
Why not to use ready to go "uart to usb converters"? |
Topic: Recomendation for graphic LCD/TFT |
krolikbest
Replies: 16
Views: 1344
|
Forum: BASCOM-AVR Posted: Fri Jan 10, 2020 11:40 am Subject: Recomendation for graphic LCD/TFT |
Very nice work according to the published video Maybe i'll also be interested in such displays.. |
Topic: sh1106-i2c |
krolikbest
Replies: 8
Views: 615
|
Forum: BASCOM-AVR Posted: Fri Jan 03, 2020 9:03 pm Subject: sh1106-i2c |
Hello,
actually i'm a bit confused. I lowered crystal to 8MHz (normally 16MHz) and then I could use waitms till 300 ms. if crystal is 16MHz i couldn't use waitms higher than 2ms.
I noticed that ... |
Topic: sh1106-i2c |
krolikbest
Replies: 8
Views: 615
|
Forum: BASCOM-AVR Posted: Thu Jan 02, 2020 5:36 pm Subject: sh1106-i2c |
Hi Mark,
tested this code:
$regfile = "m328pdef.dat"
$crystal = 16000000
$hwstack = 40
$swstack = 40
$framesize = 40
$lib "i2c_twi.lbx"
$lib "glcdSH1106-I2C.lib&q ... |
Topic: sh1106-i2c |
krolikbest
Replies: 8
Views: 615
|
Forum: BASCOM-AVR Posted: Thu Jan 02, 2020 2:38 pm Subject: sh1106-i2c |
Thank for your reply. Yes I've read about ssd1306-i2c but I use library for sh1106-i2c. basically it works but when it comes to execute "wait" statement then oled screen is blank and rest of the progr ... |
Topic: sh1106-i2c |
krolikbest
Replies: 8
Views: 615
|
Forum: BASCOM-AVR Posted: Wed Jan 01, 2020 7:03 pm Subject: sh1106-i2c |
Hi
first of all- Happy New 2020 and perhaps first question in 2020
have graphic lcd 1.3 inch with driver sh1106 i2c.It has 4 pins:
-vcc (3.3v to 5v) ->connected to 5v of arduino
-grnd ... |
Topic: Aluminium robot arm. |
krolikbest
Replies: 6
Views: 618
|
Forum: BASCOM Project Blog Posted: Fri Jun 14, 2019 10:12 pm Subject: Aluminium robot arm. |
I know. This is caused by too small transmission ratio. I don't want to change setup of timer1 which is my square wave generator. Servos should work as fast as possible (to avoid jittering), transmiss ... |
|