Posts

Warning 20225

i'm trying install acrobat 6 std, , receive below error: ____________________________________________________________________________ warning 20225: adobe acrobat 6.0 unable create new item: adobe pdf converter. adobe pdf printer may unavailable. getlasterror: cannot create file file exists. ____________________________________________________________________________ acrobat still installs successfully, unable print pdf. any suggestions? happens version 7 also. More discussions in Acrobat Reader adobe

can we use arduino library for atmel studio ?

hello there, want use 32bit microcontroller project , need 32 bit mcu atmel. i using arduino uno etc wondering how can use sensors ds1820 temperature sensing or water flow meter because know them use in arduino need libraries wondering if libraries can work in atmel studio 32bit mcu ? and if can't use them can alternative ? please explain,thanks in advance. peace. libraries works atmel studio must written specific controller, e.g. uno (atmega328p) , onewire - no problem. specific 32 bit mcu? Arduino Forum > Using Arduino > Microcontrollers > can we use arduino library for atmel studio ? arduino

Arduino Nano Speicher erweitern

Image
hallo liebes arduino team, ich bin seit kurzer zeit stolzer besitzer eines arduino nano´s. da ich auf youtube ein richtig cooles projekt gefunden habe, wollte ich es nach bauen: https://www.youtube.com/watch?v=d_qblfiqk-o&feature=youtu.be so jetzt habe ich ein bisschen herum getüftelt und habe festgestellt, dass der arduino für große skripte wenig speicherplatz hat. kann man den speicher rigendwie erweitern oder gibt es boards die besonders viel speicher haben ? kann man auch mit einem rasberry pi ein projekt wie oben machen und ist es schwer? ich würde eigentlich lieber bei arduino bleiben aber ich brauche hald mehr speicherplatz oder wisst ihr irgendwelche tricks ich habe auch keine notizen in meinem script... vielen dank schon mal für eure antworten das beispiel, das du nachbauen willst ist doch mit einem nano gebaut. genügt der speicher, wenn man es effektiv baut. gruß tommy Arduino Forum ...

Is there a known issue changing SD card very often?

i own microsd card adapter ams1117 , lvc125a on it. testing project changed sd card between arduino , windows pc. use safe way remove windows. after few changes (more 20) sd card won't work, eigher in windows nor arduino. the microsd card class 10, 8 gb sandisk. greetings gerd so what's safe way remove arduino? arduino projects aren't written allow card removed, can end corruption there. have safe way of closing card before removing it? (powering off arduino unsafe in context.) i never heard of card becoming unusabe though. it's corrupted files windows can fix. Arduino Forum > Using Arduino > Storage > Is there a known issue changing SD card very often? arduino

LCD updating data from DHT11

hi everybody, i'm doing final school project , can't understand how auto-updating result on lcd. the code following: code: [select] #include <dht11.h> dht11 dht; #define dht11_pin 4 #include <wire.h> #include <lcd.h> #include <liquidcrystal_i2c.h> liquidcrystal_i2c  lcd(0x3f, 2, 1, 0, 4, 5, 6, 7); void setup() {   // activate lcd module   lcd.begin (20, 4);   lcd.setbacklightpin(3, positive);   // lcd.setbacklight(low);   //delay(1000);   lcd.setbacklight(high);   lcd.home();   lcd.print("umidita'     temp"); } void loop() {    lcd.setcursor(2, 2);     int chk;     chk = dht.read(dht11_pin);    // read data}     // display data     lcd.print(dht.humidity, 1);     lcd.print("%      ");     lcd.print(dht.temperature, 1);     lcd.print(" gradi "); ...

My copyright notice is not printing out, when using the page print Icon - Joomla! Forum - community, help and support

Image
hello, concerning when printing page. when use browser print button print page things on page print off, , positioned @ top right of page copyright notice have placed @ bottom of template , bit of text template makers link print out. but when publish print icon/text on page, , use print out page, there no copyright notice on page print out. there close window text printed @ bottom of page sows in print preview screen, perhaps if copyright not going print when using page print icon perhaps is  possible change close window text copyright"" etc, not know locate it. hope can help. kr, hi the print function pulls in content of page.  copyright notice part of template, not content. the workaround can think of add copyright notice bottom of content, or try approach: http://forum.joomla.org/index.php/topic ... #msg176407 regards brendon Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0....

Thread: Ubuntu + Multi User Terminal Server

morning all, know of packages that'll turn ubuntu karmic multi-user terminal server environment? i'm trying 10 or more thin clients nothing more tsclient installed connect ubuntu server allows multiple gui connections. far i've tried using xvnc excellent allows 1 user login @ time. in advance. as far know there no way of setting rdp server on ubuntu. may want setting ubuntu ltsp server if clients have network boot capability. https://help.ubuntu.com/community/ubuntultsp Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] Ubuntu + Multi User Terminal Server Ubuntu