mbeals 74 Posted January 29, 2014 Share Posted January 29, 2014 I picked up one of those on Amazon a few weeks back as well. Unfortunately I get crap reception from my apartment window. Still a lot of fun though. I'm thinking about picking up a second one to do trunk-tracking Quote Link to post Share on other sites
petertux 40 Posted January 29, 2014 Share Posted January 29, 2014 I don't mind minicom, but I need something a bit more special-purpose. I suspect it will want to have a GUI someday, but since the meat of it is POSIX C, all the GUI needs to be is the GUI. That is the only way, I've found, to allow a good degree of independence of platform, independence of library version (I'm looking at you, Qt), and independence from having a damn terminal app that is a 36MB application and eats 100MB RAM. not sure what you try to do there, but I found that it's easy to talk to /dev/tty{S,USB}[0-9] once you ready the port with stty. see this for an example [1]. also you remind me of the best terminal I have ever used: terminate v5. it had ALL the features for ALL your fidonet needs otherwise I find minicom is great. have you tried compiling it statically for slightly better 'platform independence'? [1] https://github.com/rodan/solar-sensor/blob/master/server/ss_daemon.c Quote Link to post Share on other sites
petertux 40 Posted January 29, 2014 Share Posted January 29, 2014 I am trying to design a smallish gps + gprs tracker [1]. as usual because I'm unhappy with the one I bought on the internets. writing the software for this will take forever tho. also I have no idea how to properly route the RF traces toward the antennas. a lot of reading has to be done ... [1] https://github.com/rodan/tracy Quote Link to post Share on other sites
jpnorair 340 Posted January 29, 2014 Share Posted January 29, 2014 writing the software for this will take forever tho. also I have no idea how to properly route the RF traces toward the antennas. a lot of reading has to be done ... [1] https://github.com/rodan/tracy If you do these things, the reference design should work as advertised. 1. Do what you can to copy the reference circuit layout, that will simplify things. 1b. Don't put inductors parallel to each other. Put them in a straight axial line, or perpendicular. Otherwise you get transformer behavior. 2. Use a 4 layer board. Just do it. Ground layer right under RF filtering components. 3. vias connecting ground layers... all over the place, but particularly at edges. You do not have nearly enough in that image. How are you connecting to the antenna? That is another list of considerations. petertux, tripwire, GeekDoc and 1 other 4 Quote Link to post Share on other sites
bluehash 1,581 Posted March 18, 2014 Author Share Posted March 18, 2014 Bumpity bump. Quote Link to post Share on other sites
enl 227 Posted March 18, 2014 Share Posted March 18, 2014 Grading papers and having a beer (or, more accurately, distracting myself from grading papers. Students are doing pretty good, but decoding vector calculus proofs takes a mental toll...) Oh, in general.... Working on an articulated tail, neck, and head. Too many servos! If I ever get anywhere with it, I will post. Right now, still mocking up test system. I can't wait for next haloween...... tripwire 1 Quote Link to post Share on other sites
dubnet 238 Posted March 18, 2014 Share Posted March 18, 2014 Calculus....arghhhh Quote Link to post Share on other sites
mbeals 74 Posted March 18, 2014 Share Posted March 18, 2014 Still writing firmware for the radio telemetry boards. I have the UART buffers built and added AT command support to let the MCU command the radio. Now I just need to formally decide how I want to handle the start up handshaking with the base station. Quote Link to post Share on other sites
enl 227 Posted March 18, 2014 Share Posted March 18, 2014 @dubnet: Calculus if fun! Algebra if the pain. Hardest part by far. Quote Link to post Share on other sites
dubnet 238 Posted March 19, 2014 Share Posted March 19, 2014 @enl When first exposed to calculus I had it pegged as esoteric and questionably relevent. Then again I was a university freshman, what did I know? Quote Link to post Share on other sites
cubeberg 540 Posted March 19, 2014 Share Posted March 19, 2014 Working on code for my secret project Had a busy weekend introducing my kids to Mythbusters and Cosmos as well. Quote Link to post Share on other sites
Druzyek 36 Posted March 19, 2014 Share Posted March 19, 2014 Testing how random numbers generated with a 555 fed to the Timer 0 clock are for my next project. Also, trying to hack walkie talkies to transmit text for the same project. I'm trying to glue a small bolt to copper clad so I don't have to drill holes but the epoxy that I got is not very strong. Quote Link to post Share on other sites
enl 227 Posted March 19, 2014 Share Posted March 19, 2014 @Druzyek: Have fun with the epoxy. Keys are clean, tooth, and proper mix. Light scuff both parts where attachment to occur, clean -- denatured alcohol is good preclean for most epoxies -- then work proper mix epoxy onto both surfaces with applicator stick before joining to insure good coverage. If mix is off, strength is off. Copper side will regrow oxide very quickly that will inhibit bond. Scuff, clean, bond one after the other. No rush, but a few minutes is best time frame. Don't forget to build a small fillet around the bolt head. More surface area and out of plane both improve strength (out of plane makes it tougher for a separation from the material to run). Then give plenty of time for full strength. Usually at least 12 hours, 24 is better. Quote Link to post Share on other sites
RobG 1,892 Posted March 19, 2014 Share Posted March 19, 2014 @@Druzyek, you should try edge holding supports https://www.adafruit.com/products/1116 http://www.essentracomponents.co.uk/locking-corner-edge-circuit-board-support http://www.essentracomponents.co.uk/specialist-spacers http://www.richco-inc.com/products/circuit-board-hardware.html bluehash and zeke 2 Quote Link to post Share on other sites
zeke 693 Posted March 21, 2014 Share Posted March 21, 2014 I am getting ready to send two new board designs to a board fab house. It is a dev board for the synapse wireless rf200 radio module and a daughter board to prototype on. I used the sick of beige 100mm x 62mm for this design. Cases are only $3.20 CAD from seeedstudio. bluehash 1 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.