Go to advanced search

by fulvio
Thu Oct 25, 2012 10:54 am
Forum: Troubleshooting
Topic: Siri Proxy
Replies: 49
Views: 19987

Re: Siri Proxy

esmadja wrote:Got it working, I needed the sym link.

Has anyone got siriproxy running on boot?
Nope, no luck getting this working. Did you figure it out yet?

Also what symlink change did you make to get it working?
by fulvio
Mon Oct 22, 2012 11:19 pm
Forum: Bare metal, Assembly language
Topic: UART read not working (sometimes)
Replies: 2
Views: 1536

Re: UART read not working (sometimes)

Hmm, I'm having a similar problem over here: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=31&t=20660&p=200147 Keep in mind I can always make a serial packet send successfully, however on the receiving Arduino end I always receive a packet with illegal characters instead of the expected text pac...
by fulvio
Mon Oct 22, 2012 10:37 pm
Forum: General programming discussion
Topic: Sending serial packets from UART breakout board.
Replies: 7
Views: 15347

Re: Sending serial packets from UART breakout board.

Okay, no luck with the strange character issues. I've tried all sorts of different baud rates (both slower and faster).

One thing I haven't tried is with a power supply - I've only tried with a USB connection to power the Pi. Could it be a power issue maybe?
by fulvio
Mon Oct 22, 2012 3:53 am
Forum: General programming discussion
Topic: Sending serial packets from UART breakout board.
Replies: 7
Views: 15347

Re: Sending serial packets from UART breakout board.

And I think your Raspberry Pi currently isn't booting, because it cant find the partition on the SD card. Be sure to keep everything in /boot/cmdline.txt on a single line. Okay, those modifications to /boot/cmdline.txt seemed to work after a reboot! I have written python and ruby code to send a ser...
by fulvio
Sun Oct 21, 2012 11:36 pm
Forum: General programming discussion
Topic: Sending serial packets from UART breakout board.
Replies: 7
Views: 15347

Re: Sending serial packets from UART breakout board.

And in your python code, you're writing to /dev/ttyUSB0. That's when you have an Arduino or other USB to serial device plugged in a USB port. To send and receive serial data on the Raspberry Pi GPIO pins 14 and 15 using wiringPi for example, yes, that's /dev/ttyAMA0. Yes, that was mentioning that t...
by fulvio
Sun Oct 21, 2012 10:49 pm
Forum: General programming discussion
Topic: Sending serial packets from UART breakout board.
Replies: 7
Views: 15347

Sending serial packets from UART breakout board.

I purchased the following breakout board from ModMyPi: https://www.modmypi.com/shop/slice-of-pi-raspberry-pi-breakout-boad I can't seem to be able to send serial packets to an Arduino using /dev/ttyAMA0 on this breakout (if that's even correct since there's no real documentation on how to actually s...
by fulvio
Wed Oct 17, 2012 11:22 pm
Forum: General programming discussion
Topic: Slice of Pi and Xbee
Replies: 2
Views: 1661

Slice of Pi and Xbee

I have purchased a "Slice of Pi" from ModMyPi: https://www.modmypi.com/shop/slice-of-p ... akout-boad I have an Xbee module that I'm placing on this breakout. I have been using a USB breakout board to send serial packets from the Xbee to an Arduino. This was always working just fine by sending a pac...
by fulvio
Wed Oct 17, 2012 5:46 am
Forum: Beginners
Topic: Backup SD
Replies: 62
Views: 88991

Re: Backup SD

Did someone resolve the issue with capacity of different SD cards?

I'm having the same problem migrating an image originally backed up from a Sandisk SDHC 8gb and restoring to a Micro SDHC 8gb (I'm using a ModMyPi SD to Micro SD converter).
by fulvio
Mon Oct 15, 2012 2:17 am
Forum: Troubleshooting
Topic: Cannot ping local network (Wifi only)
Replies: 4
Views: 4476

Re: Cannot ping local network (Wifi only)

UPDATE: This is my Wifi "ifconfig": pi@raspberrypi:~$ ifconfig eth0 Link encap:Ethernet HWaddr b8:27:eb:d9:1b:40 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0...
by fulvio
Mon Oct 15, 2012 12:34 am
Forum: Troubleshooting
Topic: Cannot ping local network (Wifi only)
Replies: 4
Views: 4476

Cannot ping local network (Wifi only)

I have setup Wifi using a USB dongle. I can SSH into my Pi now that's not connected via ethernet to prove that Wifi works. Pinging Google works just fine and I can surf the web, check email, etc. The problem is that I can't PING the IP address of devices connected to the same Wifi network. The probl...
by fulvio
Thu Sep 27, 2012 5:19 am
Forum: Troubleshooting
Topic: Siri Proxy
Replies: 49
Views: 19987

Re: Siri Proxy

After a few hours I got this working.

No, don't ask how.
by fulvio
Thu Sep 27, 2012 12:34 am
Forum: Troubleshooting
Topic: Siri Proxy
Replies: 49
Views: 19987

Re: Siri Proxy

This is more of a detailed output of the error I'm getting: pi@raspberrypi:~/SiriProxy$ rake install --trace ** Invoke install (first_time) ** Execute install siriproxy 0.3.0 built to pkg/siriproxy-0.3.0.gem rake aborted! Couldn't install gem, run `gem install /home/pi/SiriProxy/pkg/siriproxy-0.3.0....
by fulvio
Wed Sep 26, 2012 11:54 pm
Forum: Troubleshooting
Topic: Siri Proxy
Replies: 49
Views: 19987

Re: Siri Proxy

Thanks for the detailed installation instructions. I followed them to a tee however when I run: rake install siriproxy 0.3.0 built to pkg/siriproxy-0.3.0.gem Couldn't install gem, run 'gem install /home/pi/SiriProxy/pkg/siriproxy-0.3.0.gem' for more detailed output So then I run: rvmsudo gem install...
by fulvio
Tue Sep 25, 2012 5:42 am
Forum: General programming discussion
Topic: Demo Competition?
Replies: 16
Views: 4719

Re: Demo Competition?

This is a brilliant idea!
by fulvio
Tue Sep 25, 2012 5:31 am
Forum: Troubleshooting
Topic: Siri Proxy
Replies: 49
Views: 19987

Re: Siri Proxy

esmadja wrote:Do you have the image you used? Or instructions on how to create the image?

Thanks,
Did you ever find an image?
by fulvio
Tue Sep 25, 2012 5:30 am
Forum: Troubleshooting
Topic: Siri Proxy
Replies: 49
Views: 19987

Re: Siri Proxy

Has anyone got Siri Proxy working on Raspbian “wheezy”?

Is following https://gist.github.com/1428474 pretty much all you need to do to get it working?

Go to advanced search