Various : Schematic Software ... : REPLY
Hello, You can use EAGLE, or KiCad once your scheme is, you can design your PCB, and the icing on the cake you can have a 3D view. Best regard
View ArticleBASCOM-AVR : Measuring Voltage and Current with the TI INA219 : NEWTOPIC
Hi! I need to measure voltage and current to build a small powersupply. I don't want to buy these small panel-meters from china, I want to create my own circuit with a nice display etc. I have found...
View ArticleBASCOM-AVR : demo version : NEWTOPIC
hi can i program a microcontroller whit a short code in demo version of bascom? thanks [b:3a45d591ca][color=red:3a45d591ca](BASCOM-AVR version : 2.0.7.6 , Latest : 2.0.7.6...
View ArticleShare your working BASCOM-AVR code here : ATMEGA with 433 Mhz Modules...
Hello everyone, Does someone have a BASCOM code share to drive RAdio Modules 433 Mhz in RADIOMETRIX reference TX2 (Transmitter) and RX2 (Receiver). The aim being to transfer data via radio using the...
View ArticleBASCOM-AVR : RS232 between 2 AVR's : NEWTOPIC
Hello everybody, I'm trying to set up rs232 communication between two atmega168's. Eventually I'm looking to send single numbers from the master to the slave, without checking whether they are...
View ArticleBASCOM-AVR : BASCOM-AVR not saving state or settings : REPLY
Hello! i have exactly the same problem. Bascom 2.0.7.7, Windows 8.1, i do have access to xml file and all rights. ANy other clues? Thanks!
View ArticleBASCOM-AVR : RS232 between 2 AVR's : REPLY
when using PRINT which will send a CRLF at the end, make sure the INPUT will look for CRLF as well. Have a look at CONFIG INPUT. when using printbin , use inputbin as counter part. it is much more...
View ArticleAVR-DOS : Error 233/226 : NEWTOPIC
Hello, I try Hkipnik's code [url]http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&t=11754&start=0[/url]. LCD works fine but i have still problem with SD...
View ArticleBASCOM-AVR : BASCOM-AVR not saving state or settings : REPLY
most odd. i can not reproduce it on my win VM. But i just checked and see that despite the update i did, it is still 8.0 I will update to 8.1 and then see if i can reproduce the problem.
View ArticleBASCOM-AVR : BASCOM-AVR not saving state or settings : REPLY
Well, some things are happening in W8.1, which didn't in W8.0...for instance, i have Atmel AVRISP MKII clone programmer at home and it doesn't work in W8.1 anymore (despite all updates installed), so...
View ArticleBASCOM-AVR : BASCOM-AVR not saving state or settings : REPLY
Does it still work with avr studio? That is important. The original driver must still work otherwise bascom can not use it with libusb either.
View ArticleBASCOM-AVR : BASCOM-AVR not saving state or settings : REPLY
I updated to 8.1 but it all works just fine. All settings are stored. I wonder if you created an on line account when you updated to 8.1 ? I use a local account. To which path does the xml data folder...
View ArticleBASCOM-AVR : RS232 between 2 AVR's : REPLY
Hi Albert, Thanks for the help! I will try it this afternoon and let you know if it worked out:) Cheers!
View ArticleBASCOM-AVR : A Weird One, RTC : NEWTOPIC
Hi Guys, Now I think I'm a fairly logical bloke, but this one has me stumped. I bought 4 of those DS1307 + 24C32 EEprom boards off the internet. When they arrived and unpacked one out of the...
View ArticleBASCOM-AVR : A Weird One, RTC : REPLY
here is the way to test what is wrong : - connect a chip from RS to a breadboard with the usual setup (no battery) and just gnd,vcc, scl , sda, and low freq. xtal and possible pull up. then run the...
View ArticleBASCOM-AVR : BASCOM-AVR not saving state or settings : REPLY
xml file is in the same folder, yes. And i use local account, too - i hate that online m$ account, although update to 8.1 forces you to sign-in when updating. Fortunately you can sign-off immediatley...
View ArticleBASCOM-AVR : BASCOM-AVR not saving state or settings : REPLY
yes the MS account was not so nice but it is simple : just select 'create new account' and then you get an option to use an existing account. when someone has the same problem : try to remove the xml...
View ArticleBASCOM-AVR : A Weird One, RTC : REPLY
Hi Mark, Thanks for the reply, Did exactly what you said, Completely new chip from RS (out of the packet), New Xtal, Gnd & VCC on a breadboard. not recognized. Connected a 3.3V to the Pin 3 batt...
View ArticleBASCOM-AVR : A Weird One, RTC : REPLY
with the new chip from RS : does the xtal have 12.5pF load capacity? instead of using 3V for VBAT, connect it to ground for tests. The chip should work like any other i2c chip. you might want to check...
View ArticleBASCOM-AVR : Measuring Voltage and Current with the TI INA219 : REPLY
I have a similar set of projects 3 power supplies to fix up I have written code for some ICs to measure voltage, current and temperature they are in the blog section...
View Article