The Progression of Kit278 January 03, 2014 07:46AM |
Registered: 9 years ago Posts: 62 |
Re: The Progression of Kit278 January 03, 2014 08:28AM |
Registered: 9 years ago Posts: 176 |
Re: The Progression of Kit278 January 03, 2014 08:45AM |
Registered: 9 years ago Posts: 14,659 |
Re: The Progression of Kit278 January 03, 2014 08:47AM |
Registered: 9 years ago Posts: 66 |
Re: The Progression of Kit278 January 03, 2014 08:59AM |
Registered: 9 years ago Posts: 14,659 |
Re: The Progression of Kit278 January 03, 2014 09:33AM |
Registered: 9 years ago Posts: 176 |
Re: The Progression of Kit278 January 03, 2014 09:46AM |
Registered: 9 years ago Posts: 14,659 |
Re: The Progression of Kit278 January 03, 2014 10:03AM |
Registered: 9 years ago Posts: 176 |
Re: The Progression of Kit278 January 03, 2014 10:11AM |
Registered: 9 years ago Posts: 14,659 |
Re: The Progression of Kit278 January 03, 2014 11:55AM |
Registered: 9 years ago Posts: 14,659 |
Re: The Progression of Kit278 January 03, 2014 12:18PM |
Registered: 11 years ago Posts: 116 |
Re: The Progression of Kit278 January 03, 2014 12:42PM |
Registered: 9 years ago Posts: 14,659 |
Re: The Progression of Kit278 January 08, 2014 09:25AM |
Registered: 9 years ago Posts: 62 |
Re: The Progression of Kit278 January 08, 2014 09:58AM |
Registered: 11 years ago Posts: 116 |
Re: The Progression of Kit278 January 08, 2014 10:11AM |
Registered: 9 years ago Posts: 62 |
Re: The Progression of Kit278 January 08, 2014 10:30AM |
Registered: 9 years ago Posts: 14,659 |
Re: The Progression of Kit278 January 08, 2014 11:24AM |
Registered: 9 years ago Posts: 62 |
Re: The Progression of Kit278 January 08, 2014 11:44AM |
Registered: 9 years ago Posts: 119 |
Quote
victors
DC
No ping. Currently it is dead. But the green light comes on so I agree it might be some lose connection somewhere. I will check it out under the microscope later tonight.
The other problem I have is that the SD socket is busy packing up. I have only removed and inserted an SD about 3 times and the last time I had to pull it out with a pair of pliers. So I reckon that avenue will soon be buggered as well. Did I mention before that I don't particularly like this controller ? ;-(
This is why I think I need to design my own controller and get away from all this sadness.
Re: The Progression of Kit278 January 09, 2014 04:47AM |
Registered: 9 years ago Posts: 62 |
Re: The Progression of Kit278 January 09, 2014 05:30AM |
Registered: 9 years ago Posts: 66 |
Re: The Progression of Kit278 January 09, 2014 05:34AM |
Registered: 9 years ago Posts: 119 |
Quote
victors
Paul
I did not have the time I wanted to "play" with the machine but I did check out the SD socket this morning. You are correct, there is quite of bit of roughness on the enclosure. Scraped some off. Then I started taking it in and out several times. Seems to be working better. There might be something in there.
Yes, I know it is a Push-Push type. I use the GSM SIM version a lot. For a stationary system like this I would rather use a full sized SD card and friction fit. Infact I might just put one externally on a breakout. Both my laptops have full size SDcard readers and I will get a multi-reader for my big PC as well. This beats fiddling with a screwdriver and tweezor to get it in and out as well as inserting it in the USB or full SD adapter.
Quote
victors
I hate PICs ;-) One of my friends (who studied with me) works at Microchip. A while back we had a chuckle about how bad the PIC architecture is, especially for larger projects. I use PICs very selectively. They do have their place but when it comes to structured C/C++ projects there is no comparison between a PIC and e.g. an ARM processor. Atmel, in general, is a fairly good manufacturer. Until quite recently I used a lot of their 8051 products. It seems their RISC products are more popular that the older generation micros, like the 8051. I have had the opportunity to do many projects on PICs and then re-do them on e.g. 8051. No matter what Microchip claims their final executable code ends up a lot bigger than other CPUs (sometimes 4 to 1 ratios). The PIC instruction sets have features that allow you to write extremely small and efficient sections of code, but as soon as you try to do C stuff it fall apart (frame pointers, memory access, local variables, recursive functions etc...). At the moment I am a great fan of the 8 bit 8051 compatible chips from SiLabs. On average they run 12 time faster per same clock and some of them clock up to 100MHz. Silabs also makes from generic micros to very specialised versions (e.g. Si1000 RF, F350 24 bit ADC). I also work a lot with different types of ARM processors. This seems to be the way to go. Even Intel makes ARM processors now. I have a little 32bit NXP LPC ARM-based CPU board that runs 40MHz on very little power. This concept works because ARM only keeps to the IP design and lets the silicon guys do their thing. But on Altera FPGAs I use NIOS2 a lot (softcore CPU). Friggen awesome. Not that fast but you can design just about anything else on the same chip. I recently bought a few MicroSemi SmartFusion2 kits. The ones I bought has a 50 000 logic element FPGA, 160MHz ARM CPU, 2x DDR controllers, Ethernet, CAN and lots, lots more. And all the dev tools are free. These chips are still $160 but the smaller ones are much, much cheaper. But for me to "remake" the Duet I will stick to a simple F345 (Silabs) running at 25MHz. Lots of I/O, very easy to program and extremely error/fault resistant. I use these on high speed trains with shaky power supplies and they have been going strong for 18 months now.
Quote
victors
I hate IDEs. Just about everything I have to do now involves IDEs like Eclipse. I still like command line compilers. When I get to a site I just want to copy the compiler to a PC and type "cc -o program.exe program.c" and get the program executable seconds later. But if this means that I need the IDE to get my version of the Duet working then maybe I should just go for it.
Quote
victors
I still need to check out the solder joints on my Duet board. I don't think any chip is damaged (tried to operate within ESD guidelines). So I believe the Ethernet problem might be a loose connection and I think the firmware needs some serious attention.
Re: The Progression of Kit278 January 10, 2014 04:11AM |
Registered: 9 years ago Posts: 62 |
Re: The Progression of Kit278 January 10, 2014 04:58AM |
Registered: 9 years ago Posts: 66 |
Re: The Progression of Kit278 January 10, 2014 05:13AM |
Registered: 9 years ago Posts: 176 |
Re: The Progression of Kit278 January 10, 2014 05:33AM |
Registered: 9 years ago Posts: 62 |
Re: The Progression of Kit278 January 10, 2014 05:59AM |
Registered: 9 years ago Posts: 176 |
Re: The Progression of Kit278 January 10, 2014 05:59AM |
Registered: 9 years ago Posts: 66 |
Re: The Progression of Kit278 January 10, 2014 07:12AM |
Registered: 9 years ago Posts: 119 |
Quote
dieterzar
If it crashed, X2 most likely got killed with interference, just looking at a photo of the board online here at work. Can't see the bottom but I notice a distinct lack of ground plane around the ARM chip and X2. At least it appears so from the photo and almost no through holes around the ARM to a bottom ground plane. Looks like a simple two layer board. Might need to fit a metal stand off shield around the arm chip in that case that covers X2 too? Seen this done before on boards.
Dieter
Ormerod #257
Re: The Progression of Kit278 January 10, 2014 07:40AM |
Registered: 9 years ago Posts: 66 |
Re: The Progression of Kit278 January 10, 2014 07:42AM |
Registered: 9 years ago Posts: 191 |