Share your working BASCOM-AVR code here : Moving average for INTEGER and...
thanks for sharing Per. Very useful.
View ArticleShare your working BASCOM-AVR code here : Matrix math routines : REPLY
hi Per, Thanks for sharing your matrix code. I know you put a lot of time in it.
View ArticleBASCOM-AVR Old versions : " dxDockErrorPane " problem. : REPLY
کرک معتبر برای فایلتون پیدا کنین
View ArticleBASCOM-AVR Old versions : " dxDockErrorPane " problem. : REPLY
Many thanks for this funny answers jp :lol:
View ArticleShare your working BASCOM-AVR code here : Moving average for INTEGER and...
Hi again Meister Having read your post about "Boxcar integrators" I understand your interest for fast avearging . ;) It is kind of an exotic instrument, but once yo need it, well .. then you cannot...
View ArticleBASCOM-8051 : sw SPI - how to read MCP3004 : REPLY
Nobody :cry: Does Shiftout and Shiftin in Bascom supports multiple variables to be accessed? Something like in Basic Stamp SHIFTOUT MOSI, SCLK, MSBFIRST, [var18,var28,var38].. :idea:
View ArticleShare your working BASCOM-AVR code here : BME280 sensor : NEWTOPIC
BME280 is a combined digital humidity, pressure and temperature sensor. Attached library for I2C mode, but it can be easy adapted for SPI....
View ArticleShare your working BASCOM-AVR code here : Moving average for INTEGER and...
Per, yes, the boxcar integrator works. But rather than making use of tricks to speed up the program, it is based on using the Xmega with its Event and DMA capabilities and its high clock frequency (it...
View ArticleShare your working BASCOM-AVR code here : Use of the MCS I2C Slave Library :...
Alan, why do you initiate a write cycle, if you are not going to write anything? like this: ' I2cstart I2cwbyte &H40 I2cstop ' Also, you do not need the case statement if you read high and low,...
View ArticleBASCOM-AVR Old versions : " dxDockErrorPane " problem. : REPLY
that was in persian language duval JP :P :P
View ArticleBASCOM-AVR : SIM800L GPRS GSM Module : REPLY
Hello toto aliexpress http://www.aliexpress.com/wholesale?catId=0&initiative_id=SB_20151215162225&SearchText=SIM800L+GPRS
View ArticleShare your working BASCOM-AVR code here : BME280 sensor : REPLY
Mrshilov, Thanks for the Lib. Is very nice have all this sensors in one unique module. Paulo
View ArticleShare your working BASCOM-AVR code here : Moving average for INTEGER and...
Thank-you Per for posting the code for calculating Moving Averages for Singles. The example below shows a 3-point Moving Average over 20 data points. Several observations: 1. It seems as if the...
View ArticleBASCOM-AVR : ADC Measurement : NEWTOPIC
Hi, This is my first post here so please be gentle guys.. :wink: I found a simple microcontroller based solar charger here: http://blog.amateurworld.in/archives/36 The software is written with...
View ArticleBASCOM-AVR : ADC Measurement : REPLY
Hallo, OK I'll try and help you a bit:- [code:1:66a0598c6d]Check_adc: For Gp1 = 2 To 5 'Loop through Gp1 (2-5) This is the ADC number we'll read later W_single = 0 'Setup an accumulator For Gp2 = 1 To...
View ArticleBASCOM-AVR : ADC Measurement : REPLY
Thank you so much Ian! It's clear to me now. I tried compiling the code and simulating it in Proteus but it's not working.. I wonder if how will I know the correct fusebit to use if I'll breadboard...
View ArticleBASCOM-AVR : ADC Measurement : REPLY
You should only need to set the correct crystal (Internal 1MHz RC). Just to see if your CPU is running at the correct frequency, just toggle a pin every 1 second, attach an LED to the pin and see if...
View ArticleBASCOM-AVR Old versions : ADC Measurement : REPLY
Hi, It flashes every second as expected.. :P
View ArticleBASCOM-AVR Old versions : ADC Measurement : REPLY
Hello, You can run the code in the Bascom simulator, I've just run it here and it seems to work. Try running on real Hardware. Regards Ian Dobson
View Article