I know that this is a typical topic here at the Processing forum, anyway, I would ask you if you know any method to upload a Processing sketch to the Iphone.
I've found some possible solutions:
1. Upload an sketch to a website.
2. Use P5Nitro.
3. Use the Processing.js available at Itunes for free.
I would upload a voice recognition sketch that uses STT and TTS libraries that communicates with an Arduino.
I am trying to monitor the RSSI of the Xbee series 2 in processing. Unfortunately, iosample.getRssi() doesn't work. Has anyone done something similar? Sharing the code?
Hi!!
I've developed a program to communicate two Xbee's. I can read a lot of parameters.
Now I would measure the reliability of my communication, and one of the parameters I would measure is the loss packet rate. To do it, I realize that the isError function is not properly what I want, because doesn't analyze actually the if the received packet is good. You can read the description of this function:
public boolean isError()
Indicates an error occurred during the parsing of the packet. This may indicate a bug in this software or in the XBee firmware. Absence of an error does not indicate the request was successful; you will need to inspect the status byte of the response object (if available) to determine success.
Do you have any idea to implement what I want to do?
I've had some troubles with the Xbee Api library, actually with the function:ioSample.getSupplyVoltage();
It doesn't work good, because the value it returns it is not the real supply voltage. In fact, when I review the sample with the XCTU, I can see the correct value in the frame, but this value is not the same that I get with the funcion ioSample.getSupplyVoltage()...
I don't know how it works and if there is any other options...
Hello; I want todisplay thebattery voltageof myXbee sensor. In mysensor, furthermore, I havea temperature sensor. To configure the Xbee, I have programmedV+FFFF to the Xbee's(thus ensuring that I alwayssendthe valueof the voltage)The problemis that it seemsthat each framecontains only asample and isonlyon the temperature. Has anyone done anythingsimilar? Thanks in advanceAnton