Posts

Showing posts from August, 2012

bootloader bootcount feature request - Raspberry Pi Forums

hello, i've been working u-boot , pi allow a/b/recovery partition scheme. u-boot has bootcount , altbootcmd allow booting alternative partition or recovery partition after x boot attempts. but, i've been struggling u-boot , custom compute module using emmc. wondering it possible bootcount , altbootcmd feature added default pi bootloader seems have no trouble using our custom compute module , emmc. around lines of in fat boot partition file called bootcount.txt with ------------- bootcount=n maxbootcount=3 altbootconfig=config_alt.txt ------------------ where: bootcount increment on each boot, os edit value back 0 on successful boot. maxbootcount specifies max boot attempt in if bootcount greater number bootloader use config altbootconfig instead of default config.txt add ability implement recovery partitions. -dorian i have nothing bootloader development. bootloader has ability write (modify) files? think has implemented reading part simplicity

JACLPlus 1.0.12 and Joomfish1.7 and Artio Joomsef 2.1.0 - Joomla! Forum - community, help and support

hi, i using jaclplus , joomfish , artio joomsef unfortunately links translated wrong. for example default link is: website.com/sk/firma , when click on english language should website.com/en/company instead of shows website.com/sk/firma. when uninstall jacl plus works fine. , when leave jaclplus installed , uninstall artio joomsef works fine well. think problem somewhere between jacl , joomsef can't find solution. have ever seen problem? Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Raspberry pi interfaced with arduino

hi i thinking of project raspberry pi, due capacity issues, main controller in charge of 1 or 2 arduinos. in 1 specific scenario, raspberry reach out web server read user-configured lights-on/lights-off time.  data in raspberry , have transferred arduino in charge of lights. i'm guessing 1 option raspberry somehow notify arduino.  options notifying arduino? spi, uart, i2c, digital pin going high or low, start. Arduino Forum > Using Arduino > Project Guidance > Raspberry pi interfaced with arduino arduino

Moved>>Error msg after patch 1.0.12 > 1.0.13. joomla.php line 697 & 1414 - Joomla! Forum - community, help and support

hi, i use one. upgraded using patch 1.0.12 1.0.13 on site. after ftp transfer of files page displays error message: code: select all checkinputarray( $_env ); checkinputarray( $_get ); checkinputarray( $_post ); checkinputarray( $_cookie ); checkinputarray( $_server ); if (isset( $_session )) { checkinputarray( $_session ); } } ?> object * @param string template name * @param string field name * @param int value of field * @param string optional template variable name */ function yesnoradio( &$tmpl, $template, $name, $value, $varname=null ) { $a = array( pathtml::makeoption( 0, 'no' ), pathtml::makeoption( 1, 'yes' ) ); pathtml::radioset( $tmpl, $template, $name, $value, $a, $varname ); } } /** * provides secure hash based on seed * @param string seed string * @return string */ function moshash( $seed ) { return md5( $globals['mosconfig_secret'] . md5( $seed ) ); } /** * format backtrace error * @since 1.0.5 */ function mosbacktrace() { if (function_exist

ADSAMD21G18 Programming Problems

Image
hello, i working on custom board featuring atsamd21g18 have problems programming it. which pins of atmel-ice have connect pins of µcu? and settings have select in arduino ide? thanks in advance, felix;) here do. not same sam ignore pin numbers, connection should same think. Arduino Forum > Using Arduino > Microcontrollers > ADSAMD21G18 Programming Problems arduino

Récupérer les inputs d'un joystick analogique - Raspberry Pi Forums

bonjour à tous ! comme vous avez pu le lire, je cherche récupérer les inputs d'un joystick analogique via une raspberry, histoire de pouvoir coder en python et non en c (étant un néophyte total et absolu en ce domaine). je sais seulement qu'il me faudra utiliser un convertisseur analogique numérique (et je dois encore voir comment cela s'utilise). l'objectif est de contrôler un bras mécanique via le joystick et donc de passer par la carte. je ne sais pas du tout ci cela est possible, toutes les pistes que j'ai trouvé font seulement état de capter quels inputs sont utilisés (que ce soit les boutons, le hat ou les axes) afin de les utiliser dans un logiciel tel un jeu. je ne sais pas non plus du tout comment coder tout cela pour contrôler un appareil physique. bien sûr je ne cherche que des conseils et indices pour y arriver, je ne cherche pas un programme tout fait (surtout que c'est dans le cadre scolaire, donc il faut que je cherche quand même, projet de ppe d

IRW is not working some times in PI3 board, - Raspberry Pi Forums

hi all, using raspberry pi3 board , lirc version 0.9.0. issue details: when use remote, getting output command "mode2 -d /dev/lirc0" irrecord -d /dev/lirc0 ~/out.conf nano ~/out.conf the output of file below # please make file available others # sending < lirc@bartelmus.de > # # config file automatically generated # using lirc-0.9.0-pre1(default) on mon aug 26 11:58:56 2013 # # contributed # # brand: finalrecord6.conf # model no. of remote control: # devices being controlled remote: # begin remote name finalrecord6.conf bits 32 flags space_enc|const_length eps 30 aeps 100 header 8998 4438 1 585 1664 0 585 533 ptrail 588 repeat 8995 2242 gap 108241 toggle_bit_mask 0xc3474721 begin codes key_a 0x33b850af key_b 0x00fa5fa0 key_c

Brewery

hi want use teensy 3.1 on micro brewery. im not sure current drive peripherial devices. i need connect: 1x 4channel relayboard w opto ( circuit ) 3x ds18b20 1x l298 1x raspberry pi w 7" display on uart ? 28j60 ethernet module modbus communication i wanted power them external power supply . i plained put fuse on 1x 2a (rpi) 1x 500ma (teensy) 1x 2a (ds18b20, relayboard, l298) about relayboard: i measured current on relay board, takes 15-20ma if connect digital optoisolated inputs 5v. can use 3.3v too? can attach io pins devices directly teensy 3.1 or need put resistors between? about l298,: i have read there burned 2 teensy conecting similar board. they wrote voltage spikes on 5v line. im not shure if external power source can handle that, need overvoltage protection? they suggested use resistors on digital pins of l298. i think serial communication between rpi , teensy work whitout problems. the communication between rpi , teensy modbus, because wanted use somthing codes

WiFi101 Shield library error

i working on project control motors on web server. wifi101 library has example called simplewebserverwifi turn on , off led. tested out example , works fine. assumed tweaking code give me planning do. altered code , i'm getting 'printwifistatus' not declared in scope error. advice? attatched altered code. you missing } close loop the last } have closes  " if (client) {   // if client," hitting ctrl-t on pc or cmd-t on mac indent code , see void printwifistatus() { not indented left, means wrong Arduino Forum > Using Arduino > Project Guidance > WiFi101 Shield library error arduino

How to run GUI application at boot - Raspberry Pi Forums

hello, have working gui application (pyqt4), have started @ boot of rpi. instructions links below followed no luck @ all. app in "/home/pi/project/master_06.py". https://www.dexterindustries.com/howto/ ... pberry-pi/ https://www.dexterindustries.com/howto/ ... t-startup/ doing wrong? regards none of guides link suitable starting gui program. start program before x-server , desktop has loaded program fails start. viewtopic.php?t=131760 raspberrypi

CS3Extend will conflicts wih CS3?

hello, i have installed in pc (windows xp home) photoshop cs3 normal version, , i'm interested in upgrading cs3 extended. i install trial version, i'm afraid 2 programs conflict, if don't run them together. i can install cs3 extended trial version in external hard dusk, if can help. thanlk in advance reply. best regards > i'm afraid 2 programs conflict i'm sure will! > install cs3 extended trial version in external hard disk won't work. you'll end neither working. dual boot answer (or computer). More discussions in Photoshop Windows (read only) adobe

Using phone battery to power a plane.

Image
hello, i'm trying mount arduino on falcon rc plane fly using cellphone (via bluetooth), problem haven't got original battery i'm trying find light-weight 1 use it. i've tested mc power lab 3003 , works @ maximum speed 5.0v , 3.11a. the plane has 2 dc motors, no flaps, no slats. turn speeds 1 of them depending on side go to. my actual question if can use nokia lumia 605 battery power motors. have tested half-charged 1 of motors, worked (the 4 seconds tested it). will burn, explode, heat or suitable? its characteristics are: nokia bl-5h 1839mah 3.7v 6.8wh li-ion and question, use arduino motor shield (designed 2dc motors, 2 servos , 1 stepper) handle plane's motors? thanks in advance. you need ask question on model airplane forum. it usual model airplanes draw huge current batteries keep down battery weight. if at, example, hobby king website see lipo batteries have c rating - such 15c or 20c. means can safely deliver current equal 15 (o

Thread: Agere HDA PCI express Ubuntu modem driver‏

i using ubuntu 9.10 , kernel version 2.6.31-16-generic. modem lsi pci express based on sv92ex modem controller. have tried upto agere driver version 2.1.80 , still modem doesn't work. have tried kernel version 2.6.31-14-generic. error message after installation given below: -> wvdial: internet dialer version 1.60 --> initializing modem. --> sending: atz --> sending: atq0 --> re-sending: atz --> modem not responding. if restart system again need run "make module" , "make install" every time. there driver same. pls. help. new bee linux. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Agere HDA PCI express Ubuntu modem driver‏ Ubuntu

Pi3 Wifi DNS not working - Raspberry Pi Forums

hello pi community i'm trying move pi3 on using wifi , have connected wifi network not able internet connection. using jessie light , wifi on dhcp. if try ping www.google.com ethernet connected works fine code: select all ping www.google.com (172.217.25.36) 56(84) bytes of data. 64 bytes syd15s02-in-f36.1e100.net (172.217.25.36): icmp_seq=1 ttl=55 time=58.5 ms 64 bytes syd15s02-in-f36.1e100.net (172.217.25.36): icmp_seq=2 ttl=55 time=57.8 ms if reboot, disconnect ethernet cable, ssh in on wifi get code: select all ping: unknown host www.google.com here result of sudo route -n code: select all kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth0 0.0.0.0 192.168.1.1 0.0.0.0 ug 303 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255

string comparison

arduino: 1.6.5 (windows 7), board: "arduino uno" serialevent.ino: in function 'void loop()': serialevent:37: error: invalid conversion 'char' 'const char*' [-fpermissive] in file included c:\program files\arduino\hardware\arduino\avr\cores\arduino/arduino.h:25:0,                  from serialevent.ino:20: c:\program files\arduino\hardware\tools\avr\avr\include\string.h:125:12: error:   initializing argument 1 of 'int strcmp(const char*, const char*)' [-fpermissive]  extern int strcmp(const char *, const char *) __attr_pure__;             ^ invalid conversion 'char' 'const char*' [-fpermissive]   report have more information with   "show verbose output during compilation"   enabled in file > preferences. serialevent:37: error: invalid conversion 'char' 'const char* your 'rack'-variable char (one character). scrcmp() method can compare 2 instances of char* (pointer nul

Thread: !!plz help me!! firefox bookmarks not displaying image

Image
please me im begging i've been trying fix month now. can see attached image ones seem work facebook , ubuntu forums. i've made sure pages load way , show image next address bar in tab once bookmark it doesn't display attached images screenshot.jpg (96.2 kb, 12 views) hi, happen when drag icon onto bar manually too? -silver fox Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] !!plz help me!! firefox bookmarks not displaying image Ubuntu

How to make basic pages? - Joomla! Forum - community, help and support

i'm getting familiar joomla! on local pc. i'm trying set couple of basic pages show products , services offer. want pages controlled top menu. don't want make these products , services in article format. there simple way make basic page view? there module can add on this? wouldn't mind dealing html nice use wysiwyg (sp?) editor. thanks all! -chris hi, you can follow below steps: 1) create articles: @ administrator side, content/article manger/new set tittle products , section uncategorised, published yes, front page no, enter content of article in article editor. can set other parameters parameter(advance) save article. 2) create new article services above. 3) menus/top menu/new/articles/article layout set tittle products, display in : top menu, publish : yes, in parameter(basic) select article : product , created. save menu item , refresh front end. Board index Joomla! Older Version Support

Arduino as capacitance meter

hi all,      i using arduino uno finding out through capacitance can measure more wide range of capacitance know.      because link referred below, have mentioned can measure 10nf 100uf.      the capacitance measured using analog comparator of atmega328.  http://embedded-lab.com/blog/making-a-digital-capacitance-meter-using-microcontroller/   in link, using pic16f628a microcontroller having analog on chip comparator same atmega328p in arduino uno.   so, how can implement in board?     try this Arduino Forum > Using Arduino > Project Guidance > Arduino as capacitance meter arduino

upgrade won't recognize old serial

i have photoshop cs on macbook pro , have since bought upgrade version of cs3. when go through process register upgrade, prompts me photoshop cs serial. have entered not recognize , not let me register upgrade. ideas??? i'm starting bit angry i've spent money , can't use these new features. where copying cs serial number from? have use serial number appears on install cd. cannot use serial number appears on splash screen in in photoshop cs because number deliberately truncated 4 digits in order discourage software pirates. More discussions in Photoshop Macintosh (read only) adobe

Rainbowduino

bonjour j ai acheté un shield rainbowduino et une matrice 64 leds j'ai trouvé des scketches pour des jeux de couleurs et qui fonctionnent j ai trouve également une appli sous processing (elle date de 2009) qui permet de créer ses,propres jeux de couleur en affichant à l écran jusqu 10 matrices . il s agit de mtxcontrol le transfert sur le shield est ok mais c est sur processing oû il me dit qu il manque des librairies ! merci de votre aide giloris hello  je ne connais pas , mais j'ai trouvé ceci quote rainbowduino.h fourni avec le firmware mtxcontrol sur ce lien que tu devrais lire dans son ensemble ici Arduino Forum > International > Français (Moderators: jfs, Snootlab) > Rainbowduino arduino

Problem with Lakka - Raspberry Pi Forums

Image
hello ! buy raspberry pi3 following advices of tutorial on youtube https://www.youtube.com/watch?v=vzvzv7orgta . follow steps. impossible access lakka computer (windows 10 pc). lakka doesn't appear on side menu beside other devices. help. get lakka here: http://www.lakka.tv/get/linux/ raspberrypi

analog read

 i want read 2000 analog samples in 1 second , print total samples on serial monitor.. can use time sensitive while loops what functionality of milliseconds=millis();  millis()-10 millisseconds+=10; go ahead. yes can use time sensitive while loop, tho loop might well you hard pressed *store* 2000 values in uno, mega might work better. Arduino Forum > Using Arduino > Programming Questions > analog read arduino

also massive attack attempts to my joomla sites , IPS output inside - Joomla! Forum - community, help and support

an intrusion has been detected. packet has been dropped automatically. details intrusion alert: message........: shellcode x86 noop details........: http://www.snort.org/pub-bin/sigs.cgi?sid=648 time...........: 2007:08:16-23:41:37 packet dropped.: yes priority.......: 1 (high) classification.: executable code detected ip protocol....: 6 (tcp) source ip address: 89.171.148.82 (kw6.zory.msk.pl) this going joomla sites , on ports 443 just info ... don't know if relevant actual case, maybe usefull... infos: shellcode x86 noop summary a series of nop instructions intel's x86 architecure detected. impact as part of attack on remote service, attacker may attempt to take advantage of insecure coding practices in hopes of executing arbitrary code.  procedure makes use of nops. detailed information the nop allows attacker fill address space large number of nops followed or code of choice.  allows "sledding" attackers shellcode. affected systems all x86 based systems attack sc

Periodically rename an image? - Raspberry Pi Forums

i have set raspberry pi ftp server receive images ip cameras make timelapses with. problem if cameras reboot, reset image file name , images end getting mixed up. there option on ip camera upload image fixed filename overwritten , wondering how set script rename image every minute pi's time , date , image being renamed every minute, camera can't overwrite , create new image.jpg again. happen is, ip camera uploads image.jpg, pi renames time , date.jpg, camera uploads image.jpg again can't overwrite because renamed image.jpg created again , cycle repeats every minute. https://people.gnome.org/~veillard/gamin/python.html raspberrypi

Thread: VmWare and Ubuntu

alright, of i'm writing virtual box windows xp sp3 (vmware7) host os of ubuntu 9.10. works fine except have server running server 2003 has multiple folders shared out. when try transfer things on work bit , give me error "the networked drive no longer available." isn't issue i'm trying address, think has main problem i'm having. i'm trying install ups worldship, keeps telling me lan administrator hasn't been configured on drive know on. i'm guessing sort of connection needs made between virtual os , network drives. guidance appreciated. oh ps. have virtual box set bridged...had on nat , both gave same results Forum The Ubuntu Forum Community Ubuntu Specialised Support Virtualisation [ubuntu] VmWare and Ubuntu Ubuntu

Unable to open administrator page - Joomla! Forum - community, help and support

i'm not able open backend. when enter username , pswd, following error. any appreciated. error is: warning: require_once(/home/jdiporg/public_html//administrator/components/com_admin/admin.admin.php) [function.require-once]: failed open stream: no such file or directory in /home/jdiporg/public_html/administrator/index2.php on line 69 fatal error: require_once() [function.require]: failed opening required '/home/jdiporg/public_html//administrator/components/com_admin/admin.admin.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jdiporg/public_html/administrator/index2.php on line 69 thank you what happens if remove leading slash on absolute , relative paths in configuration.php? (meaning /home/...). can see frontpage no problem , no errors? Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Thread: Ubuntu on Mac mini only sees 3GB of 4GB how do I get it all?

on mac mini running 9.10 x86 i'm getting 3gb of 4gb installed. put in pae kernel , still sees 3gb , know i'm running pae kernel that's not problem. out there had luck getting mac see of ram? thanks. you might wanna ask x86 forum guys. Forum The Ubuntu Forum Community Ubuntu Specialised Support Apple Hardware Users [ubuntu] Ubuntu on Mac mini only sees 3GB of 4GB how do I get it all? Ubuntu

Undefined Offset? - Joomla! Forum - community, help and support

hi there, finally got round installing rc of j!1.5 , noticed funny "error" @ top of every page: code: select all notice: undefined offset: 2 in /var/www/html/joomla15/libraries/joomla/event/plugin.php on line 80 it's latest nightly build using of today perhaps has been fixed or maybe it's server issue. comment on this? thanks, arthur fixed in latest nightly build. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Thread: Another "Naive" Antivirus thread

Image
howdy, i'm looking opinions on best antivirus software linux is(or unix systems in general). did search topic , of posts not helpful. i'm information assurance major , i'm aware of current state of malware , linux, please don't tell me not necessary or turn silly debate. lot of "filesharing" , i'm networked windows clients (which may or may not sharing files with), have use this. i'm gana spending more time messing firewalls , such(which i'll have bunch of people tell me should focus on in thread..) once done finals, , in classes next semester. these things i'm looking for: -virus detection rate. if can tell me experience av software going catch viruses um, 'stuff' i'm downloading, extremely helpful. -functionality , options. ability centrally manage things on network pretty cool, though it's not necessary i'll using on 1 or 2 machines. ran panda , sounds have decent central management functions.

Sobre el bus I2C y sus limitaciones.

Image
hola todos. os voy contar un poco en lo que consiste el proyecto que tengo en mente. estoy diseñando un "automata tonto" con arduino como corazón del sistema. digo tonto por que en realidad no va realizar (de momento) ninguna acción importante. este automata se comunicará con el ordenador través de rs485, con modbus como protocolo, y será este el que decida lo que se ha de hacer. el mayor problema es que desconozco el número total de entradas o salidas que voy necesitar y por eso estoy pensando en hacerlo modular. digamos que es una especie de tarjeta de entradas/salidas modular para el ordenador. quiero poner una base que es una cpu (arduino/atmega), que será la que tenga la comunicación rs485 y despues añadir modulos según se necesite. que necesito entradas pues un modulo de entradas, que necesito salidas, pues un modulo de salidas. además tendrá la fuente de alimentación. será esta cpu quien conecte los modulos. aprovechando que tengo unos mcp23017 y que puedo co

Thread: accessing sites which require subscription

two questions: how access sites full tilt poker once ive downloaded them? how create shortcut sites these on desk top the download @ full tilt poker windows program. might work wine. each site of type have own answer. suggest googling: "full tilt poker" linux , other sites. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] accessing sites which require subscription Ubuntu

[SOLVED] Arduino Zero Eagle Library

hi i trying search arduino 0 and/or pro eagle library. have schematic , board files. attached file properties samd21g18a-aut. please me out. regards hi armbot, if you're trying extract zero's parts library, run "exp-lbrs.ulp" file. you can in eagle clicking on orange ulp (user language program) icon in toolbar. Arduino Forum > Using Arduino > Microcontrollers > [SOLVED] Arduino Zero Eagle Library arduino

Offset Perimeter Color outside

hi everyone! take @ image please http://www.ossosso.com/public/scambio/shoot3.jpg this same image applied 3d model 3dsmax: http://www.ossosso.com/public/scambio/shoot2.jpg what i'd eliminate white areas around model modifying image photoshop. tweaking uv editor 3dsmax it's quite long , tedious , not precise, , i've lot of model, i'm trying automate process. well, i'm thinking modify image photoshop said, creating sort of "offset" in out direction of perimeter color of swimsuit, few pixel, not much. is there way similar? thank much. turn off anti-aliasing when saving image. More discussions in Photoshop Windows (read only) adobe

LCD Display

hallo miteinander ich arbeite einem projekt für die schule. ich habe einen arduino uno mit dem zusatzshield fluxamasynth shield v.3. desweiteren habe ich potenziometer die ich einbinden werde um töne und lautstärke zu verändern. die benötigten bibliotheken sind eingebunden und erste töne kommen raus. dazu versuche mir ein menü auf einem display( lcd module sd card reader) aufzubauen. es soll 3 menü punkte geben. musik 1 o musik 2 musik 3 neben den menü punkten soll ein kreis stehen. mittels 4 taster ich up/down/in/out ermöglichen. nun weiss ich nicht recht wie ich das verwirklichen soll. code: [select] #include <spi.h> #include <tft.h>            // arduino tft library #define cs   10 #define dc   9 #define rst  8 tft screen = tft(cs, dc, rst); const int buttonpin = 2; int buttonstate = 2; void setup() {  // initialize screen  screen.begin();    pinmode(buttonpin, input);  // make background black  screen.background(0,0,0);  // set text color white  screen.stroke(

Thread: Installing in another drive.

i had karmic installed option "install along windows xp side side". have emptied drive ubuntu alone. want install ubuntu in empty space , delete installed ubuntu "installed along xp side side". if try install installer detects installed karmic , windows. can do? thank help. nobody ? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [SOLVED] Installing in another drive. Ubuntu

Joomla Image Scroller Module - Joomla! Forum - community, help and support

joomla image scroller module description:     module can display images specified folder navigation bar scroll through them.     each image can given name & linked url.     images have named 1.jpg, 2.jpg & on  in order want them displayed.     based on virtual paginate script @ dynamic drive     have used client wanted module scrol through cover pages of print publication. we'd feedback on this. lot of ideas image effects etc in pipeline. i would, if have link download from. Board index Other Forums Open Source Products for Joomla!

Reading data from SD CARD .txt file, last byte wrong

hello trying read number sd card .txt file. used function below data last byte wrong. number 2345. code: [select] float test = 0.0; //global variable //inside setup() below file textdata = sd.open("something.txt"); if(textdata) {    while(textdata.available())    {      float textread = textdata.read() - '0';      test = test * 10 + textread;     } } the number 234112.00. then noticed in .txt file. after 2345 there empty line. quote 2345 <-- empty line here when deleted empty line got exact number (2345.00). does empty line return w/c messed first result? quote does empty line return w/c messed first result? yes; read data , includes carriage return and/or line feed. solution: read databyte variable, check if it's not '\r' or '\n' , next add test variable (after subtracting '0'). Arduino Forum > Using Arduino >

Cannot get Shadow to work in CS4

i have found strange problem cs4, if load file, create background of solid colour, , paste in masked image, new image appears ok, , sure enough can see in center of background. if try add shadow top layer, nothing appears?? if try same thing in cs3 works! know if there reason this, or if doing wrong? wondering if there memory issue or if there setting somewhere need check out. seem happen when working large images, have though tried loading 1 of these images , reduced 800 x 800 pixels, still nothing happens. love find working solution if out there can point me in right direction appreciate it... if helps have noticed none of layer styles work in cs4???? More discussions in Photoshop Windows (read only) adobe

Gertboard with Pi2 Jessie - Raspberry Pi Forums

i pulled out gertboard, , plugged pi2 running jessie. have enabled spi raspi-config menu. have not used gertboard time, , on pi b+ tried dtoa.c sample, in preparation project want work on. seems hang in code: select all write_dac() function. have there been changes/updates gertboard software, or there reason doesn't work on pi2? go , try further tests, thought there may existing answers. edit: tested code: select all gpio gbw 0 128 writes dac successfully, there software issue. have there been changes/updates gertboard software, or there reason doesn't work on pi2? biggest change raspberry-pi i/o has been while ago when added device tree. i'll honest: never understood how worked can no longer 'just' access of i/o devices. raspberrypi

unable to get agetty to work at 115200 baud - Raspberry Pi Forums

i have rpi3b , i'm running raspbian stretch. goal login via usb-to-serial adapter using ssh @ 115200. working @ 9600. when attempt login @ 115200, no prompt appears. ssh session blank. have done following: 0. apt-get update, apt-get upgrade, apt-get dist-update done. 1. /boot/config.txt contains enable_uart=1 2. agetty used service: execstart=-/sbin/agetty --keep-baud 115200,38400,9600 %i $term 3. /dev/ttyusb0 explicitly set 115200: sudo stty -f /dev/ttyusb0 115200 4. know /dev/ttyusb0 working @ 115200 because if connect minicom /dev/ttyusb0, can send , receive characters @ 115200. ideas solution or next step? regards,radiokk6 raspberrypi

Photoshop CS3 doesnt open more than one photo

i have win xp + adobe cs 3 standard installed on pc: when open more 1 photo @ same time photoshop cs3, application close. i have 2 pc same configuration , have same problem. note have adobe cs2 installed + upgrade adobe cs 3. if use photoshop cs 2 dont have trouble. thanks, i have similar - win xp sp3 + cs3 std - work on 1 photo on closing try open 2nd & not complete request due program error - uninstalled cs2 - no More discussions in Photoshop Windows (read only) adobe

Thread: multiple IPs single hostname in /etc/hosts

perhaps silly q but, correct, please, have hostname contradictions this? in /etc/hosts file ... 12.34.56.1 hostname 12.34.56.2 hostname ..there localhost , ipv6 entries in there too. have consequences with, say, using box openvpn svr (about set up). seems me thing couldn't do, "ssh bloke@hostname" somewhere else, using ip instead no big deal. network tests fine. far. 1 ip eth0, other ra0. er, guess don't need both though. delete 1 maybe? machine 9.10 64bit desktop. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] multiple IPs single hostname in /etc/hosts Ubuntu

PROBLEM IN SEND PICTURE TO TELEGRAM (WHEN MOTION DETECT) - Raspberry Pi Forums

this python program problem. when motion detect, usb camera snap picture. did not send telegram apps. can solve problem. code: select all import sys import os import time import random import telepot import rpi.gpio gpio subprocess import call gpio.setmode(gpio.board) gpio.setwarnings(false) gpio.setup(38,gpio.in) chat_id = 1 bot = telepot.bot(token= '423913668:aaettvpzkuyaolpmcw7wlln7ktn5fvllzau') while true: i=gpio.input(38) if i==0: #when output motion sensor low print "no intruders",i elif i==1: #when output motion sensor high print "intruder detected",i call(["fswebcam","image.jpg"]) bot.sendmessage(chat_id=chat_id, text="some activity detected past 5 seconds!") bot.sendphoto(chat_id=chat_id,photo=open("/home/pi/telegrambot/image.jpg")) bot.message_loop(handle) print 'i listening...' while 1

interfacing serial port output gsm module with raspberry pi3 - Raspberry Pi Forums

Image
hi guys i`m having sim 800a gsm module has serial port output pin. can please tell me how can interface module raspberry pi3. i`m having rs232 usb converter.can use interface pi3. webp.net-compress-image (1).jpg (13.5 kib) viewed 55 times raspberrypi

Thread: applications doesnt open or edit

Image
i cant open applications , cant open edit application problem happen when in edit menu , in other/ unistalling crhome (chrome on wine not linux {it unistall in menu still appears } , want able ... try refresh if helping nothing happens need ? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] applications doesnt open or edit Ubuntu

Incorrect Web Display of Images

images have uploaded not display same photosop viewed in browser (viewed in safari, or firefox on apple cinema display os10.4.11) . web images appear de-saturated , bit washed out. (i use adobe rgb 1998) i'm print imaging specialist, not web pro. enhancing large number of images various web galleries & have web images appear intended them. prefer not add compensating curve. exporting images "save web" not help. neither converting srgb. the short answer still seems be: 1) calibrate monitor 2.2 gamma, d65/6500 (check here first, @ 1.8 apple default) 2) convert srgb before save web (or imageready) 3) don't embed icc profiles this subject still has goofy pitfalls explain here -- 1.8 mac gamma, high-gamut monitors, mac osx/colorsync -- above 3 tips safest moves , represent professional workflow http://www.gballard.net/psd/go_live_page_profile/embeddedjpegprofiles.html More discussions in Photoshop Macintosh (read only) adobe

Thread: Can't locate menu.lst in GRUB folder

Image
ok going change boot order in menu.lst file when noticed don't have file called menu.lst in /boot/grub/ dir. how come? confuses me grub works, there isn't menu it... lovely. thanks. posted jakekimpton ok going change boot order in menu.lst file when noticed don't have file called menu.lst in /boot/grub/ dir. how come? confuses me grub works, there isn't menu it... lovely. thanks. grub 2 (installed default in karmic 9.10) works different legacy grub. see this thread complete listing of differences , how deal it. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Can't locate menu.lst in GRUB folder Ubuntu

Thread: boot sequence stuck on unreadably distorted X dialog, but I don't want X

Image
out of seemingly nowhere, after did apt-get update && apt-get upgrade , boot sequence no longer finishes. gets stuck on believe x-based gui dialog (not curses-based), screen unreadably distorted (as if each horizontal row of pixels has been shifted different amount). first of all, nothing x-based should happen @ all. hate gui-based login, splash screens, starting x when don't have to, etc. (and here's reason why). therefore, unstalled gdm (don't know why turning service off didn't acomplish anything, in jaunty), , use nosplash boot option. login @ console... i'm used calling runlevel 3 in other distros. so, might able stop reading here , answer this: possibly giving me x-based gui when normal boot sequence doesn't involve x @ all? when hold power button reset, displays correctly split-second before system resets. looks dialog single ok. hitting enter (on separate try, while it's messed up) apparently brings dialog.

Timer/counter 2

Image
hi every one, i trying use timer/counter 2, output (oc2a) following code :     ddrd |= (1<<pb3);     // timer 2 activation     prr &=~(1<<prtim2);     // timer/counter2 clocked i/o clock     assr &=~(1<<as2);         //set initial timer value     tcnt2=0;         //place top timer value output compare register a     ocr2a=255;     // set fast pwm mode     // , make toggle pb3/oc2a pin on compare match     tccr2a |=(1<<com2a1);     tccr2a |=(1<<com2a0);         tccr2b |=(1<<wgm22);     tccr2a |=(1<<wgm21)|(1<<wgm20);      // set prescaller 1024 , start timer     tccr2b |=(1<<cs22);     tccr2b |=(1<<cs21);     tccr2b |=(1<<cs20);     // ocie2a: timer/counter2 output compare match interrupt enable     timsk2 |=(1<<ocie2a); with no success. the oscilloscope on pin pb3 (oc2a) (arduino pin 11) shows no signal @ all. what wrong or missing code ? thank help. ddrd?

CS4 not installing

hi there, i have been trying install photoshop cs4 extended day no success. have windows vista home premium, , more enough space on computer, have deleted existing version of cs2, , keeps coming , saying checking system profile (or that) , have tried again , comes several errors, first 1 main_file_version. second 1 product_registry_parent. , last 1 product_registry_key. trying install student eddition, , have sent in application adobe already. computers, running hole me, , need photoshop have shoot tomorrow , need edit it. welcome! thanks! lucy since user user forum, not adobe support, , only way user reply if had same problem and had solution, may need contact adobe in - adobe general support 800-833-6687 in - adobe install problems 800-642-3623 More discussions in Photoshop Windows (read only) adobe

Converting CS4 Pano to .qtvr

hello, i trying find out how export or convert cs4 panorama quicktime vr. have information on this? thank you! sarah i don't think that's possible. qtvrs collection of frames in specific sequence, responding user input toi retain illusion of environment, rather physically stitched files ps produces them. without dedicated authoring plugin/ tool, there no way create such content. mylenium More discussions in Photoshop Windows (read only) adobe

Best book or course - Raspberry Pi Forums

for beginners, there excellent thread ( viewtopic.php?f=91&t=4751 ) , of course, excellent guide at: https://www.raspberrypi.org/documentation/ wanted know there pdf form book, detailed theory how works such "for dummies"..... suggestions welcome. the part of raspberry pi organisation publishes magpi magazine has range of 'books.' magazine, can downloaded free pdfs. https://www.raspberrypi.org/magpi/issues/ raspberrypi

I am new at arduino and ı don't know what happened

i ve been working arduino uno ad no matter ı try ı can't download sketch board.i used download sketches no problem few hours ago.it fell table 10 cm above table. the leds on board emmitting light.please help:(  ps.sory mistakes. go "tools" @ top left of ide program (the program use make sketches) , select board type , port arduino connected to. if arduino configured, port automatically have name of arduino next it Arduino Forum > Using Arduino > Installation & Troubleshooting > I am new at arduino and ı don't know what happened arduino

PS CS4 GPU performance

running intel q6600 , geforce 6200 latest drivers. logitech mx revolution wireless mouse, wacom bamboo fun tablet. i installed ps cs4 last night. whenever bridge or ps running gpu enabled, have choppy mouse performance/poor accuracy. frustrating. if minimized, mouse performance poor. close both, mouse performance crisp. i know low end graphics card, 2 stuff! quadros work better? can tell me if problem set up, or expected? thanks much! eric vogel More discussions in Photoshop Windows (read only) adobe

Desperately ned help with menu - Joomla! Forum - community, help and support

i thoroughly confused 1.5's built in menu. i have written article , added meu item it. the menu type defaults 'section layout'. when try 'change type' see 'section layout' menus - why section layout menus replicated 10 times , article layout menus? see attached screenshot is there alternative menu system available? developers - reallly need @ because current menu system confusing , not fit purpose. if cant work out clients stand no chance. i'm looking solution same problem...  i've had more options before, seem have vanished , noone knows why... Board index Joomla! Older Version Support Joomla! 1.5 Administration 1.5

Thread: Can't change resolution back

ubuntu goof, changed graphic resolution , settings accommodate hd tv 22" monitor. did not notice background , menu drop downs had changed in process. have huge background graphic , no drop down menus showing, thing can click on 2 icons on desktop cannot change resolutions or terminal program. help! you can terminal pressing alt+f2 , entering "gnome-terminal" - hth! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Can't change resolution back Ubuntu

No input but output

hi guys. input not exist. but if run coding, got output on serial monitor. other analogpin same. so think arduino problem. my arduino arduino ethernet arduino usb 2 serial converter. how can fix problem? thank reading question. any advice or comment welcome. int analogpin = 1; void setup() {   serial.begin(9600); } void loop() {   float reading = analogread(analogpin);   float voltage = reading / 204.6;   serial.print("reading=");   serial.print(reading);   serial.print("\t\tvolts=");   serial.println(voltage);   delay(500); } ing=222.00      volts=1.09 reading=222.00      volts=1.09 reading=222.00      volts=1.09 reading=222.00      volts=1.09 reading=222.00      volts=1.09 reading=222.00      volts=1.09 reading=222.00      volts=1.09 reading=220.00      volts=1.08 reading=219.00      volts=1.07 reading=220.00      volts=1.08 reading=221.00      volts=1.08 reading=221.00      volts=1.08 reading=221.00      volts=1.08 reading=221.00      volts=1.08 reading

Vanishing point problems?

i using cs3 on 8 core mac pro 16gb ram , 6 drive raid scratch. right running leopard had same problem tiger. having issues vanishing point, 90% of time after message "the operation not completed". happens couple of seconds after select plugin. know can sensitive large files, files around 500mb. tried flattening files , still got same message. if copy flattened file , paste new document vanishing point work, if continue work on file end getting message again. 5 layers , file size of 13"x16" @ 240dpi. if open same file in cs2 vanishing point works. have 2 other macs, 2.5 quad g5 , dual 2.0 g5. have same problem on these computers well. of course tried of usual fixes, repair permissions, trash prefs, etc., , still have same issue. did create , select new blank layer before going in vanishing point? More discussions in Photoshop Macintosh (read only) adobe

Neighborhood Association Site ??? - Joomla! Forum - community, help and support

i attempting setup site our neighborhood association.  ideally, i'd have forum, calendar publishing/reserving facilities (clubhouse, tennis courts, etc), picture gallery, neighborhood map, few static areas pool rules , such, , neighborhood directory everyone's address , phone numbers, under single sign-on (that integrated/related top dfirectory). any thoughts on how hard or not develop?  anyone have similar used starting point?  anyone willing build like me on cheap?  ;-) thanks. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

sprintf causing weird serial issues?

hi all, i'm working on project need formatting string, having weird bugs decided start isolating parts of project find out might causing issue. part of project uses sprintf function format char array me. know arduino not support floating points numbers default sprintf, working integers , char[] right now. the issue have found serial output start using sprintf goes crazy! it'll work fine before, call on function if not printing data serial output goes crazy! my thought maybe serial library uses sprintf? i've posted code shows happens. this code prints gibberish serial monitor code: [select] void setup() { serial.begin(19200); } void loop() { int tempreset = 5263; char sincereset[] = ""; sprintf(sincereset, "since reset", tempreset); serial.println("hello"); } this code works fine! code: [select] void setup() { serial.begin(19200); } void loop() { int tempreset = 5263; char sincereset[] = ""; //sprintf(sincer