BASCOM-AVR : GPS data filtering : REPLY
Hi Regarding the pcb that was mentioned early January - well at last a few photos to show what is happening . Still need a lot of work on the display and layout during use . The green led is a 1pps...
View ArticleShare your working BASCOM-AVR code here : GPS Functions : REPLY
Hi Regarding the pcb that was mentioned early January - well at last a few photos to show what is happening . Still need a lot of work on the display and layout during use . The green led is a 1pps...
View ArticleBASCOM-AVR : ESP8266 WIFI to serial board gets NTP time : REPLY
Wilfred. Now I got my own module I see what a small miracle this esp8266 is. Thanks for your code. It gives a good head start. Have fun Ben Zijlstra
View ArticleBASCOM-AVR : ESP8266 WIFI to serial board gets NTP time : REPLY
Hi Ben, Here's some more info https://nurdspace.nl/ESP8266
View ArticleShare your working BASCOM-AVR code here : GPS Functions : REPLY
Hi nicofer, nice work Are you going to be selling these? put me down for a couple. 8) Also what speed are you running the gtop comms at? I'm using same module but I cant get it to work at 115200, only...
View ArticleBASCOM Project Blog : Building a Webserver with a Wiznet W5100 : REPLY
Hi Paulvk, After 3 more days of working on this, I set cdebug to 1 in the code. The info sent from the arduino to the serial port said that index.htm is missing. I searched all the zip files I...
View ArticleBASCOM Project Blog : Building a Webserver with a Wiznet W5100 : REPLY
Hello teccs The meters require support for flash to be loaded on to your computer. I have been busy for a few months getting and installing two solar systems so have had no time to work on the server....
View ArticleBASCOM-AVR : LCD - something wrong : NEWTOPIC
Hi, I use LCD with ST7565R driver 128*64. I use glcdEADOGM128x6.lbx. Almost all is OK but at left side of LCD are shown some random pixels. Can anybody told me what is it ? I tested 3 LCD with the...
View ArticleBASCOM-AVR : LCD - something wrong : REPLY
Hi, we need more info like what mcu , crystal , on pcb or breadboard (long wires) , did you update bascom ?
View ArticleBASCOM-AVR : LCD - something wrong : REPLY
check your LCDAT x and y parameters, my guess is you are using 0 and not 1 as minimum value.
View ArticleBASCOM-AVR : config ADC : NEWTOPIC
Hello, Using 2.0.7.5 Config ADC = Single , Prescaler = 8 , Reference = internal In a arduino_uno file this works fine, but if i use such a line in a attiny85.dat file, i got the error code 12 unknow...
View ArticleBASCOM-AVR : LCD - something wrong : REPLY
The same problem is after CLS When I rotate screen then are these pixels on the same place. Connection of LCD is as short as possible. All texts sent to LCD are OK. I have rotated screen with Const...
View ArticleBASCOM-AVR : config ADC : REPLY
Hi ,try this for 1.1V reference [code:1:e4b826c552] Config Adc = Single , Prescaler = 8 , Reference = INTERNAL_1.1 [/code:1:e4b826c552]
View ArticleShare your working BASCOM-AVR code here : GPS Functions : REPLY
Hi Thanks - yes , there will be a few pcb's for those who would like to experiment , maybe with a few odd parts until my stock dries up . I want to make one or 2 changes to the pcb before I set them...
View ArticleShare your working BASCOM-AVR code here : GPS Functions : REPLY
[quote:f28bc8d32b] I still need to decide on std mega128 (4k ) with an external usb bridge or a USB1287 cpu with more memory ( 8 k ) and internal USB - any feedback ? [/quote:f28bc8d32b] Yeah, but...
View ArticleShare your working BASCOM-AVR code here : GPS Functions : REPLY
Time and date stamp. [code:1:52960ee772] '' plusneg 0=minus 1=+gmt Function Timestamp(timezone As Word , Plusneg As Byte)as String Local Timez As String * 8 : Local Datez As String * 8 Local Tmp As...
View ArticleShare your working BASCOM-AVR code here : GPS Functions : REPLY
odometer pretty much working - matches car odo (+/-) 200m over a 32k drive but sometimes goes pear shaped with a massive jump could be because I'm not yet doing checksum on the parser??...
View ArticleBASCOM-AVR : LCD - something wrong : REPLY
Because ST7565R is a controller of 65x132dot, you must have an offset to the waterside of the dot address if you invert the screen. In Const Eadogm_rotate = 1, if garbage comes out, it might be good...
View Article