- Netduino Forums
- → Szymon's Content
Szymon's Content
There have been 108 items by Szymon (Search limited from 05-July 24)
#2584 LCD Library
Posted by
Szymon
on 21 September 2010 - 08:21 PM
in
Project Showcase
#3779 LCD Library
Posted by
Szymon
on 11 October 2010 - 07:13 PM
in
Project Showcase
Secondly the Fritzing wiring diagram on Szymon's blog page is slightly incorrect w.r.t. the SPI port:
SHCP = PIN 13 (not 12)
STCP = PIN 10
DS = PIN 11
Thanks for spoting this. In earlier version I sent data to shift register all in managed code, but later I switched to hardware SPI and thus had to move clock input pin to SPCK (pin 13).
Edit: I have updated the diagram in the blog post.
#2426 LCD Library
Posted by
Szymon
on 18 September 2010 - 04:03 PM
in
Project Showcase
#1886 LCD Library
Posted by
Szymon
on 07 September 2010 - 06:05 AM
in
Project Showcase
#1783 LCD Library
Posted by
Szymon
on 05 September 2010 - 07:46 PM
in
Project Showcase
Or just cheat and get a SerLCD from Sparkfun. ;-)
Meh, that would be no fun. Besides I didn't wanted to wait for the order ;-)
#1216 Netduino Fritzing part
Posted by
Szymon
on 24 August 2010 - 10:56 AM
in
General Discussion
#1399 Best Hobby Oscilloscope
Posted by
Szymon
on 27 August 2010 - 05:36 AM
in
General Discussion
If you can afford it, I suggest the Rigol DS1052E. It has the bandwidth and sampling rate needed for most microcontroller project.
There was some hack to double the sampling rate to 100Mhz (but it no longer works with new firmware)
http://www.eevblog.c...100mhz-ds1102e/
I found it on http://www.dealextre...ls.dx/sku.30573
But what you think about this one? http://www.dealextre...ls.dx/sku.36153
If you are just going to look at digital signals, you can consider USB logic analyzer. There are a few companies that makes them.
I was thinking to buy this one http://www.saleae.com/logic/features/. Is it good enough?
#2008 OneWire ALPHA
Posted by
Szymon
on 09 September 2010 - 09:19 AM
in
Beta Firmware and Drivers
Does anybody from those who downloaded the firmware and possibly tried it have any feedback? How should I interpret the silence, with regard to initial eager requests? Please let me know whether it works or not with your device, so I can fix possible problems and publish the code. Thanks in advance.
Hi CW2,
I finally got to look at this. I uploaded your firmware and tested with one DS18B20 sensor. I'm happy to report that it works fine with your demo app :-)
Did you managed to implement the search function? I think this is the only important thing missing from the native code. I compare it to arduino version http://www.pjrc.com/...bs_OneWire.html
The Skip and Select methods can be implemented in managed code because it only sends a command with WriteByte. We can also compute the Crc.
I can send you my version of Micro DallasTemperature library if you want to test it.
Edit: Oh, and I would definitively move the managed OneWire class to another assembly (at least until it makes to official firmware). Having two versions of the same assembly totally messed my project references.
- Netduino Forums
- → Szymon's Content
- Privacy Policy