The breadboard shield is a nice offering and surprised me as it kind of opened the door for audrino projects. I just got hold of an audrino and a ethernet shield. I was impressed with how easy it...
Type: Posts; User: Chip Cox
The breadboard shield is a nice offering and surprised me as it kind of opened the door for audrino projects. I just got hold of an audrino and a ethernet shield. I was impressed with how easy it...
Let me start by saying that I would love to give you a sample program of this, but my sample program works fine. What is happening is that when I send a time to the VFD, it displays, but blinks in...
Thanks, the brilldea one looks promising. The other constraint I forgot to mention is that I only have 4 pins left to use. So I'm pretty much tied to a 3 wire serial setup I think.
I just recently switched from cable to Directv. Great, except the boxes don't have clocks on them. We got so used to the clocks on the cable boxes we don't have any wall/desk clocks any more. So I...
Ok, this is a very elementary question and it's not as much about the spinneret as the web server loogic, and I am making the assumption that you are reading in the data before you try to parse it,...
Wow, thanks, I hadn't thought about that one. I'll give that a try today!!! At least I will if my wife doesn't add anything else to the honey-do list. <grin>.
I have a moderately sized program ( larger than yall probably want me to post here 1300+ lines ) and I'm running into what I believe is a memory leak. I'm looking for a tool that would help find it....
Awwwwesome !!!!!!!
It sure would be nice to be able to be able to load and unload code dynamically when not in use. For example, in the spinneret program I am working on , there is a hefty chunk of code associated...
I'm currently working on a spinneret project and it involves two propellers talking with each other. While I work between them, I'm continually having to unplug one usb cable and then plug in the...
I need some debugging help. I have tried the sample code in this thread and it works wonderfully. I integrated it into my larger code body and it worked fine. Then I did something. Unfortunately...
Hmmmm, they aren't timing out. That give me somewhere to look.
Thanks
Did you post the question in the spinneret forum?? I don't want to duplicate it over there if it's already been asked??
Yes, I will either display the message on a serial terminal , or to a LCD. I understand that the lights are off when the RJ45 connector is not plugged in. In my case the spinneret is connected to...
Has anyone looked into anything regarding link detection. I want to display an error if there isn't a cable plugged in or if the other end isn't plugged in for example.
Thanks
Did you ever get a response on this and how to use the card detect??
Thanks,
I could have sworn I tried that at one point or another. Guess I was looking at it for to long <grin>.
put this in the category of nice to have for the next version of the spinneret. Could we have a switch that would allow us to either use a pre-configured known unique vendor supplies mac address, or...
It's always the easy things that give me problems.
I'm trying to pass an byte array of integers to a module
CON
_clkmode = xtal1 + pll16x
_xinfreq = 5_000_000
I'm missing something here I know, so please bear with me. In order for the spinneret to talk over ethernet, you have to set the MAC address to what's on the bottom of the card. If you don't or...
Thank you for pointing out the "W" issue. That was it.
Ok,
This should have been simple. I'm trying to write some information out to an SD card and then read it with my PC to verify it's there. To do this I'm taking the approach that I want to...
Well, I just spent $11 and about 3 hours learning something about MicroSD cards. All MicroSD cards are not made the same. I went up to my local Radio Shack and bought a 4 GB MicroSD card. Turns...
It's a simple cisco vlan. ports set to general. put it in place to keep the kids from chewing up all the bandwidth playing xbox and watching netflix. I switched out the hub just for grins and it...
What was the issue with the uncooperative ethernet switch?? I'm having problems getting a DHCP address assigned ( keeps timing out ). I am running through a 5 port linksys hub and a managed cisco...