Loading...
  Show Posts
Pages: 1 2 3 [4] 5 6 ... 464
46  Products / Arduino Due / Re: CAN interface on: May 17, 2013, 08:15:51 am
Thanks Collin80, I think I did my due diligence with the design but I've never used CAN so it makes sense to ask those that have.

Mind you the same applies to just about everything on this board smiley

I've replaced the RS resistors with two digital pots, mostly because I was desperate for some more CPU pins and doing that freed up 4 of them.

_____
Rob
47  Products / Arduino Due / Re: [SOLVED] Makefile for the Due on: May 17, 2013, 07:55:28 am
That makes sense, AFAIK all register access with CMSIS is performed through structures that mimic the physical registers, anything that packs the structs will cause havoc.


______
Rob
48  Using Arduino / General Electronics / Re: My serious fail with ribbon cable on: May 17, 2013, 12:06:08 am
Quote
You're thinking of IDE as Integrated Development Environment.
Quite right, at my age one's memory doesn't go back that far smiley

______
Rob
49  Using Arduino / General Electronics / Re: My serious fail with ribbon cable on: May 16, 2013, 10:20:17 pm
Quote
the 80 conductor ribbon cable version of an IDE cable.
What is this cable? The IDE is software it doesn't really have a cable, but if it did it would be the USB cable.

Oh hang on, IDC. Ok as vasquo says it's easy to make your own, get the parts and squeeze the halves onto the cable in a vice.

_____
Rob
50  Using Arduino / General Electronics / Re: Connect single UART Tx to 2 UART Rx on: May 16, 2013, 10:15:28 pm
Quote
will using RS485 be a good solution?
Yes but there may be simpler ways, EG just tri-state buffers or software control of the IO pins.

What is distance and speed of the link?

______
Rob
51  Using Arduino / Microcontrollers / Re: Goldilocks = Arduino Uno + 1284p on: May 16, 2013, 11:06:14 am
Quote
Because of the lack of reverse current protection in the regulator chip, we need to use a jumper to select the power source.
Can you bump the regulator output a bit and pass it through a schottky diode?

Quote
Does anyone see a requirement to have a 5V 3A continuous supply on an Arduino platform?
3A might be nice but if you currently have 2.4A I would think that's enough. It's heaps better that any standard Arduino.

______
Rob
52  Products / Arduino Due / CAN interface on: May 16, 2013, 11:00:14 am
As some will know I am working on a new Due-style board, it will have both the SAM's CAN ports broken out to transceivers with the current circuit being as follows.



Are there any CAN experts here that can comment on this and/or suggest modifications?

NUP2202W1 is an ESD protection device.

MCP4242 is a digital pot, I may use that instead of the resistors to set the slew rate.

______
Rob
53  Using Arduino / Project Guidance / Re: Arduino powered occupancy sensor on: May 16, 2013, 10:50:45 am
Another problem with this sort of project is reliably detecting the human, a PIR will only detect movement, if they sit still for 5 minutes it will think they have left the room.

_____
Rob
54  Products / Arduino Due / Re: Arduino Due micros() resolution on: May 16, 2013, 10:47:45 am
One can only assume that the guys writing the code got it right and a function called micros() actually has a resolution of 1uS. If that was not the case I'm sure we would have heard about it by now.

Quote
if the prescaler is 64 in the stock Arduino code,
I'm not familiar with the code but the hardware is totally different, any prescaler referred to in AVR code will have no bearing on ARM code. On an ARM I would think they are reading the systick counter directly.

______
Rob
55  Using Arduino / Networking, Protocols, and Devices / Re: Thumbs way down for Arduino WiFi shield. Read before you buy on: May 16, 2013, 02:35:36 am
Documentation is one of the most neglected fields IMO, probably because not many people like doing it at any time much less at the end of a project when you want to get to the next fun thing.

I'm one of the few that actually enjoys documenting things.

______
Rob
56  Development / Other Hardware Development / Re: discussion on supporting the TI CC3000 WiFi module on: May 16, 2013, 02:31:22 am
No questions but I'm interested in how you go, that looks like a nice module.

______
Rob
57  Using Arduino / Programming Questions / Re: reading Vin pin on: May 16, 2013, 02:29:01 am
Quote
I just need to signal low voltage
Then use a supervisor chip or a comparator.

_____
Rob
58  Using Arduino / Project Guidance / Re: Turn Arduino on and off with tactile button on: May 16, 2013, 02:27:15 am
latching relay or some clever work with FET or two.

I think Retrolefty had posted a good circuit using a relay before.

______
Rob
59  Using Arduino / Microcontrollers / Re: Goldilocks = Arduino Uno + 1284p on: May 15, 2013, 10:30:36 am
Looking good.

Quote
5V 3A peak with up to 28V input.
How do you get 3A with such a small inductor?

_____
Rob
60  Using Arduino / Programming Questions / Re: Determining RAM used at a given time on: May 14, 2013, 08:23:55 pm
Quote
I'm curious how fragmentation of RAM is dealt with. It's probably more info than my brain will handle though.
It's not dealt with at all, so your brain should be able to handle the process smiley

Typically in an embedded system you should malloc() only when configuring the program at the start and never again.

______
Rob
Pages: 1 2 3 [4] 5 6 ... 464