PaulTech 2 Posted May 10, 2014 Share Posted May 10, 2014 Element14 and RS don't seem to be stocking this if yet, shows up in the list but no stock. Thanks for the sizes now get on with ordering. An article did mention it was also for TX but they may have been confused with the TX/RX ready bit in the intro, it really meant it was suitable to go on a TX as the receiver. And of course I did get a bit excited until I re-read the app sheet again,, trying to figure out how it was possible to do that on so few I/Os Quote Link to post Share on other sites
chicken 630 Posted May 10, 2014 Author Share Posted May 10, 2014 Element14 and RS don't seem to be stocking this if yet, shows up in the list but no stock. Well, at least Element14 Australia says under availability "75 deliver in 6 - 7 working days from our UK warehouse" http://au.element14.com/jsp/displayProduct.jsp?sku=2414377&action=view&CMP=GRHB-FINDCHIPSAP1-1004809 Good luck, let me know if you have any questions or issues. Quote Link to post Share on other sites
chicken 630 Posted May 12, 2014 Author Share Posted May 12, 2014 For those struggling finding the radio IC: The Si446x (60/61/63/64) transceivers seem to be software and pin-compatible with the receive-only Si4362 that I used. http://www.silabs.com/products/wireless/ezradiopro/pages/si446x.aspx I saw that for example Digikey has a few Si4460 in stock. http://www.digikey.com/product-search/en/rf-if-and-rfid/rf-transceivers/?k=si4460 Quote Link to post Share on other sites
jimeney 3 Posted May 20, 2014 Share Posted May 20, 2014 So.. dAISy looks like just what I'm looking for. I live within minutes of the sea, and have been looking at a non-sdr way of receiving AIS signals. I know you're toying with making this a commercial product, but whilst this is going on, would you be prepared to provide me with a pre-release version for a suitable 'donation'? I would happily beta test, helping improve the device - the ultimate goal will be to use the AIS feed to know when something interesting is heading out across the Solent, so I can take our little one out to see it sail past (and there's something cool about having the receiving equipment rather than just using marinetraffic.com or something else similar). Quote Link to post Share on other sites
chicken 630 Posted May 21, 2014 Author Share Posted May 21, 2014 @@jimeney @@petertux @@bluehash and others, due to recurring requests I added a poll to this thread. What's the interest in buying dAISy and in what shape? dAISy USB in its current form for US $50, tested & shipped, no antenna ($16 extra), no case. dAISy BoosterPack (to be designed) for US $20, tested & shipped, basically a tidied up version of the original POTM entry. Quote Link to post Share on other sites
bluehash 1,581 Posted May 21, 2014 Share Posted May 21, 2014 @@chicken A price point of $25 to $35 would be very reasonable... for the USB version. This is the hobbyist amount range. I'd imagine the people using this would be happy to get a low cost finished version than fiddling around with BoosterPacks. You should also do some research( or have already done ) on currently available products. Quote Link to post Share on other sites
chicken 630 Posted May 21, 2014 Author Share Posted May 21, 2014 Thanks for the feedback @@bluehash, that's why I'm asking. Unless we're talking about selling off extra or old prototypes, $25-$35 is not realistic for the USB version. Electronics assembly and filling out customs forms are not my preferred past time and therefore building units with the purpose to sell should cover more than just BOM and postage. Happy to collaborate on a lower cost BoosterPack. Including a BNC connector, the BOM would be $6-7. Quote Link to post Share on other sites
PaulTech 2 Posted May 26, 2014 Share Posted May 26, 2014 There is another AIS USB receiver on the market, http://www.radargadgets.com/buyais.htm , a little more expensive. If I didn't have plans to build all 3 AIS receivers then the $50 option would be great. 2 will be AIS , the other as a general data receiver. Quote Link to post Share on other sites
petertux 40 Posted May 26, 2014 Share Posted May 26, 2014 dAISy USB in its current form for US $50, tested & shipped, no antenna ($16 extra), no case. the pins near the usb port are by any chance a combination of GND, RST, TEST, VCC, RX and TX ? it would be nice to see a schematic if possible. Quote Link to post Share on other sites
chicken 630 Posted May 26, 2014 Author Share Posted May 26, 2014 the pins near the usb port are by any chance a combination of GND, RST, TEST, VCC, RX and TX ? it would be nice to see a schematic if possible. Yes, the pin header breaks out the usual LaunchPad pins. They are TX, VCC, TST, RST, GND, RX from left-to-right. I will send you a PM about the schematic. Quote Link to post Share on other sites
gmtii 11 Posted May 30, 2014 Share Posted May 30, 2014 hi Adrian, Really enjoyed your great project, congratulations! I'm trying to do my homework porting it to 5529 LP (as original LP uart in linux is a pain and my setup is a rpi running 24x7 sharing AIS data ). Got all hw right initialized (I think) and it outputs some info at UART but then stops in 1-2 minutes (red led stops blinking) ... hw is ok as it works fine with original LP. dAISy 0.2 started y chicken 1 Quote Link to post Share on other sites
chicken 630 Posted May 30, 2014 Author Share Posted May 30, 2014 Hi @@gmtii I'm always thrilled hearing about someone else picking up this project. Did you design your own board or did you go with the original breakout board? As for the bug: I very rarely observed hangs with the breakout on the G2553. But only after several minutes, and without the garbled text output. It got much worse with dAISy USB, except for a very specific version of the software. As soon as I change something completely harmless (like increasing a buffer size or adding/removing debug code), it crashes almost immediately.. but only if there are ships nearby and USB is connected. Having no reception at home makes debugging a slow process of trial and error. My current theory is, that some of my code causes memory corruption, main suspects being FIFO or NMEA encoding. Still, I never see garbage text as in your example. So I'm not sure if we're chasing the same issue. In your case, I'd try to comment out reporting of dBm and see if it improves things. Will look at your diff later today. Quote Link to post Share on other sites
chicken 630 Posted May 30, 2014 Author Share Posted May 30, 2014 @@gmtii can't see anything wrong with your code. I relied on the MSP430Ware libraries when migrating to F5508, but that shouldn't make much of a difference once you got it up and running. Do you have logic analyzer or scope? Would be interesting to see if the Si4362 still sends a data clock on GPIO 3. If not, a lost bit in the SPI communication could have caused an error condition -> lower the SPI clock speed. If the radio still sends data I fear you're battling the same issue as I currently do (MSP430 crashing due to memory corruption.. at least I could rule out USB library as culprit on my side). Also, did you try a slower baud rate to get rid of the intermittent garbage output? 38400 should be plenty for AIS. Quote Link to post Share on other sites
gmtii 11 Posted May 31, 2014 Share Posted May 31, 2014 here are some captures; seems ok to me... Thanks Quote Link to post Share on other sites
chicken 630 Posted May 31, 2014 Author Share Posted May 31, 2014 Do you have captures after it stops working? If you can reproduce the issue while running the CCS debugger, it would also be interesting to look at the packet handler state it got stuck in (ph_state). Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.