Posts

not able to open .spdf doc

hi i not able open 1 of .spdf doc on windows vista. have installed oracle irm unsealer software sealed media. have adobe reader 8.2.1 installed on windows vista. plz let me know how can make work. many in advance forgot add: below error. adobe reader couuld not open '0071546472[1].spdf' because either not supported file type or because file has been damaged (for example, sent email attachement , wasn't correctly decoded) More discussions in Acrobat Reader adobe

Thread: loop devices

hi using losetup use files block devices. created file 'test' , fired command - losetup /dev/loop0 test under reboot, mapping of loop device lost. can make loop devices persistent , how ? also, there other way can use regular files block devices ? when reboot, did "device" disappear? if not, can use /etc/fstab in usual way, add line follows: code: /path/to/device /path/to/mountpoint none loop 0 0 that might work? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [all variants] loop devices Ubuntu

Cannot use variables sent via I2C in my slaves void loop

i decided use i2c connect 2 arduinos split load between them. master receive data esp8266 wi-fi module , transmit slave use data reference point pİd controller. cannot use received data. İt's stuck in void receiveevent(howmany) function. idea on how call int received there main void loop? i'm sure it's noob questions, i've searched days , couldn't find answer or example uses void loop. thanks sounds variable scope problem. it's difficult tell description though. show code. :-) Arduino Forum > Using Arduino > Programming Questions > Cannot use variables sent via I2C in my slaves void loop arduino

Stepper motor not working

my stepper motors shake , whine don't move have used volt meter current runs through motor, tested wires current runs through it, looked @ connections work, marlin board should work because lcd screen works. else missing. could fried place when first wired switched negative , positive wires realised did , changed right. quote any 1 know problem is. your main problem - based on overwhelming information - no advice here unless bring in position you, -> 1. read , follow rules in "how use forum" (see url in signature below). 2. please provide relevant information of hw/sw can have @ , position understand problem(s) lies. 3. if post sketch, use code tags ('</>') , place code between them. Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) > Stepper motor not working ...

Icon issue with gifs (SOLVED) - Joomla! Forum - community, help and support

Image
hi hope can me have real issues gif icons not showing on site. have installed few modules , icons not show @ all. example at x http://webcom.aftonhi.co.uk/index.php?option=com_adsmanager&page=show_all&text_search=&order=0&expand=0&itemid=0 check out default icon image not showing, not 1 not show , seems gifs dont show????? i hope can assist me.     i have tried few modules , issue not 1 particular module seems website issue. i tried viewing gif outside joomla site , shows lost real problem. johnny any here lads..? forum rules prohibit bump messages, permitted give more information issue, have been in case. in looking @ site, unable detect sign of "missing" gif file, , took word "default" mean referring header, that's jpg. can't see? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

SN74LS08N and SN74LS05N doesn't work?

a complete newbie question here: i've got logic gates texas instruments , understand why left circuit doesn't work while right 1 works (and.jpg) , why not-gate doesn't work @ (not.jpg). here datasheets: sn74ls08n (and) sn74ls05n (not) show image of wiring. . Arduino Forum > Using Arduino > General Electronics > SN74LS08N and SN74LS05N doesn't work? arduino

Mikrofon analog Read funktioniert nicht

Image
hallo! ich habe vor das ich einen klatschsensor mache, da ich sowieso noch ein mikrofon für meinen arduino rumliegen habe. jetzt wollte ich erstmal ganz einfach die werte des mikrofons einlesen lassen und dann mit dem seriellen monitor probieren ob das funktioniert. aber es sendet immer nur werte im bereich 0-3. hier das mikrofon: bei dem kleinem schrauben hab ich auch schon in beide richtungen sehr lang gedreht und es hat sich nichts verändert. ich habe a0 mit dem ersten analogen pin verbunden a0, g mit gnd und + mit den 5 volt. was das d0 ist weiß ich nicht. und hier den code: code: [select] int mikropin = 0; int mikroausgabe = 0; void setup() {   serial.begin(9600); } void loop() {   mikroausgabe = analogread(mikropin);   serial.println(mikroausgabe); } so, ist das mikrofon einfach kaputt(die led mikrofon leuchtet noch.) oder mache ich falsch? lg motzi:) ich hatte mir zwei exakt aussehende geräusch-sensoren gekauft, da ich die dazu nutzen...