03/19/17

ESP-DSC Works Not Well!

So yesterday I was all happy that I got my prototype ESP-DSC working. This ended up being short lived as I realized this morning that while it does technically work, the ESP8266 can’t keep up with two medium resolution (2,500 CPR) encoders.

Ironically, I found out that the code was too slow when I started to optimize the code and I realized that the code I has was very very conservative. My original optimization was to speed it up, but maintain that conservative ethos. I figured while I was editing the code, I might as well also add a test to see if the ESP-12F was dropping interrupts… Continue reading

03/16/17

New low cost digital setting circles: ESP-DSC

So a few years ago, I announced TeensyDSC, project that brings telescope digital setting circles to the iPad and Android devices using WiFi. I’ve been using my TeensyDSC successfully with my telescope and SkySafari on an iPad for a few years, but one thing always bothered me about it: the “COGS” (cost of goods sold) of the TeensyDSC was really expensive: nearly $100. A lot of that cost was in two parts: the Teensy 3.1 ($20) and RN-XV WiFi module ($35).
Continue reading

11/23/14

TeensyDSC – it works!

So last night I was finally able to test my custom digital setting circles setup on my AD12… it worked great!  I used the Astrosystems 10K encoder kit with the TeensyDSC and SkySafari on my iPad.  Here’s the photos of my setup:

My Digital Settings Circles setup using SkySafari on the iPad

My Digital Settings Circles setup using SkySafari on the iPad

Alt encoder and Wireless DSC module powered by a USB battery pack

Alt encoder and Wireless DSC module powered by a USB battery pack

 

 

11/17/14

A working basic TeensyDSC board

I recently got my first generation PCB in the mail from OshPark and I’m happy to say that the board works just like I had planned! I was able to do some basic testing using 10,000 step encoders, but due to the power of the Teensy 3.1 board and being able to use interrupt driven decoding there shouldn’t be any problem handling 100,000 step encoders if you so desired. The good news is that the board did a great job of reporting the position of the encoders to Sky Safari Pro running on my iPad via a wireless WiFi connection!

Renderings of the board I actually ended up using:

teensydsc-top-v0.5

teensydsc-bottom-v0.5

Photos of the board with the necessary components installed:

TeensyDSC Simple (populated) Top

TeensyDSC Simple (populated) Bottom

Notice there are some missing parts on the PCB.  That’s because so far I’ve only soldered on the parts necessary to power it via USB.  The missing parts are for powering it via 12V DC.

It also fits nicely in this small plastic enclosure I have:

2014-11-17 21.50.29

2014-11-17 21.48.12

As you can see, this board is smaller and much simpler then the earlier board I designed. I did this because it wasn’t going to be possible to fit the original board in the small plastic enclosure I had picked out and most of the features I wasn’t actually going to use/need and I wanted to focus on getting the basic DSC features tested and working.