EASY TCP/IP : Wiznet W5500 : REPLY
Hi! thanks for the reply. personally, I find the chip easier from the HW perspective. SPI is the interface I prefer, the chip is smaller and easier to implement on the board etc. those are the main...
View ArticleBASCOM-AVR : Problem with pulsein.lib : NEWTOPIC
this code produced an error by syntax controll. I don't know why. What can I do? (Sorry for my bad english. I hope you understand me) <<< error 61: line 57 label not found [_micro_delay] in...
View ArticleBASCOM-AVR : Problem with pulsein.lib : REPLY
there is no label _micro_delay in the pulsein.lib I advise to check if you use the right version. the one from mcs is 4791 bytes.
View ArticleBASCOM-AVR : Problem with pulsein.lib : REPLY
Hi, my Version is from 17.10.2013 23:16 (4,57 KB) I had updated it yesterday.
View ArticleBASCOM-AVR : Problem with pulsein.lib : REPLY
I had another look. you need to include this in your code : waitus Bpulsein_delay it does not matter where. you use a special variant of the waitus routine because of the variable Bpulsein_delay
View ArticleBASCOM-AVR : Problem with pulsein.lib : REPLY
Thank you, it's allright. Greetings Peter
View ArticleShare your working BASCOM-AVR code here : HX8347A Display fast library : REPLY
Both answers is "No, but with some correction it may be possible.". I've checked SD-Card on SSD1289 in 262k color and will publish it soon. Also I will try ILI9325.
View ArticleShare your working BASCOM-AVR code here : ATXMEGA: Output a triangle wave...
Is there a way to change DACB to DACA? DACB on the XPLain goes to the audio amp and is kind difficult to use as triangle wave output (very tinny tracks). But DACA is routed to header J2. I have tried...
View ArticleShare your working BASCOM-AVR code here : SAMSUNG-S5230 LCD Library : REPLY
After the suggested changes to xmeag overlook these errors: [code:1:380ee6cc6f] Error : 46 Line : 323 Assignment error [SS_SPI_ROM: 0 0: 112] , in File : Samsung-S5230 library.inc Error : 46 Line :...
View ArticleShare your working BASCOM-AVR code here : HX8347A Display fast library : REPLY
thanks so we are waiting :D
View ArticleShare your working BASCOM-AVR code here : HX8347A Display fast library : REPLY
[quote:1f2a49b2d4="albertsm"]Thank you for sharing your great work. There is a big collection now :D Maybe someone can create some nice index page of all LCD drivers. And a remark in general : I hope...
View ArticleBASCOM-AVR : mySmartUSB MK3 & Bascom AVR : REPLY
Thanks, but it is required a programmer called STK500 extended, but i cant find it in the drop down box.
View ArticleShare your working BASCOM-AVR code here : HX8347A Display fast library : REPLY
This is awesome. A video will be on youtube?
View ArticleBASCOM-AVR : The first few Print-statements are not displayed in terminal :...
I am a total beginner to Bascom and Microcontroller-Programming. I have this very simple program: [code:1:afb4de4c32] $regfile = "m8adef.dat" $crystal = 3686400 $hwstack = 40 $swstack = 32 $framesize...
View ArticleBASCOM-AVR : The first few Print-statements are not displayed in terminal :...
I thin you to slow with starting the terminal emulator. Try this; [code:1:79b1cb5a0d] $regfile = "m8adef.dat" $crystal = 3686400 $hwstack = 40 $swstack = 32 $framesize = 60 $baud = 19200 Wait 5 Dim...
View ArticleBASCOM-AVR : mySmartUSB MK3 & Bascom AVR : REPLY
when it requires stk500, you can best chose the stk500 native driver. or use stk500 but that one requires the stk500.exe from atmel avr studio. So simplest would be the stk500 native driver.
View ArticleEASY TCP/IP : Wiznet W5500 : REPLY
i was fighting with this module. have connected it to the stk600. but for some reason one gnd and vcc wire was not enough. just after i had checked wires for the third time, i decided to add another...
View ArticleBASCOM-ARDUINO : Multi-functional shield on Arduino Uno : REPLY
Thanks for sharing Ben. :D Indeed a good idea to create an inc file.
View ArticleBASCOM-AVR Old versions : pins and ports again : REPLY
Thanks you Mark - I did not know that the 1284p had that qirk about toggling ports by writing to the pin until you pointed it out and I have just read the line in the data sheet. Some time ago you...
View ArticleEASY TCP/IP : Wiznet W5500 : REPLY
ahem, just one wire connector did not made good contact. now i can write and ping. Next time i begin to check all connector pins.
View Article