Sending array from arduino to of
Hey Guys, I am tryng to send an array with values from my Arduino to OF with simple ofSerial functionality and without using firmata.I am getting data into my app but I am a bit stuck how to handle...
View ArticleSending array from arduino to of
Check out ofxSerial (also requires https://github.com/bakercp/ofxIO). Particularly check out the https://github.com/bakercp/ofxSerial/tree/master/example_packet_serial (uses COBS or SLIP encoding to...
View ArticleSending array from arduino to of
Also, in case you want to use the built-in ofSerial with Arduino, I just pushed an example from my class using Arduino / ofSketch (which is just header-only openFrameworks code)....
View ArticleBicubic 2d interpolation on an unregular grid
ah ok. yes then this should be a pretty good approximationreally interested to see how it goes, i'm really interested in using PTZ cameras as high res camera devices as long as your training data is...
View ArticleBicubic 2d interpolation on an unregular grid
about this part of your reply: elliotwoods: up the order of the polynomial fit (e.g. 4th order) you mean i can get pan and tilt as outputs from the same nPolyfit?i thought i will have to do 2 separate...
View ArticleSlower renderer? (ofGLProgrammableRenderer)
Using ofMesh, I got 30fps no matter what renderer I chose, even when I created over 10,000 lines! The programmable renderer never caused any problems either for me. But this time, I had to draw so...
View ArticleSending array from arduino to of
Hey bakercp, thanks for the fast reply!I tried the last solution and getting errors while compiling on arduino.seems the types are not correct. any quick ideas on this?I tried to convert the String to...
View ArticleSending array from arduino to of
Do you have the latest version of Arduino? Could you post your code?
View ArticleSending array from arduino to of
Yes, im am sending a string like following from arduino. Thats works fine: String index = String(1); String val = String(random(1024)); Serial.print(index + "," + val); Serial.println(""); But when...
View ArticleSome errors when generating iOS projects (git checkout)
Hey Did you get any fix to the soundInputStream stuff? I'm getting the same build errors on iOS. Thanks
View ArticleBuilding PoCo for win_cb via apothecary in openFrameworks git?
This is in a git-bash.exe shell on Windows: MYNAME MINGW32 /z/PATHTO/openFrameworks/scripts/apothecary ((16eca45...)) $ ./apothecary -t win_cb update poco ----- poco ----- Downloading "poco" SHA==...
View Article0.9.0 Release Candidate 1
hey, yeah this release is pretty big, we have a new platform and are dropping the default IDE in one of the supported platforms, codeblocks to substitue it with qtcreator. usually when we release an...
View ArticlePi tracker, my first project
Hi,I have put source code and hardware design on Github. I compiled them on raspberry pi B+, because the RAM of A+ is not enough to compile. A codeblock project is included in the folder.Have fun....
View ArticleOF on ubuntu, Poco throwing error while compiling
arturo: ... the nightly builds ..., you can find them below the normal downloads I was trying to find nightlies here (what I think are the normal downloads): http://openframeworks.cc/download/ but I...
View ArticleOF on ubuntu, Poco throwing error while compiling
those are quite old, i've just fixed the last issue (fingers crosed : ) and it should be ready in some minutes, the correct location is the downloads page
View ArticleOF on ubuntu, Poco throwing error while compiling
arturo: and it should be ready in some minutes, the correct location is the downloads page Thanks @arturo - it is indeed ready, I was getting a 404 inside an iframe on...
View ArticleLinker errors, building Win/MinGW/CodeBlocks of Nightly v20150422?
I use CodeBlocks 12.11, but at the moment, I replaced its toolchain executables (compiler) to refer to mingw-w64\i686-4.9.3-posix-dwarf-rt_v4-rev1\mingw32, which is to say, g++ version 4.9.3....
View ArticleThe source code of Pi_Tracker is available
Hi,I have put source code and hardware design on Github. I compiled them on raspberry pi B+, because the RAM of A+ is not enough to compile. A codeblock project is included in the folder. The video is...
View Article