Show Posts
|
|
Pages: [1] 2
|
|
8
|
Using Arduino / Networking, Protocols, and Devices / Arduino Fio SPI pins and datasheet
|
on: February 11, 2013, 01:14:18 am
|
|
Hello,
The following line is from the arduino website: SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication, which, although provided by the underlying hardware, is not currently included in the Arduino language.
Does this mean the SPI pins do not work for Arduino Fio. I want to use the Arduino Fio with NRF24L01+ which requires SPI communication.
Can anyone please advise where I can get the datasheet for Arduino FIO
|
|
|
|
|
10
|
Using Arduino / General Electronics / Re: Arduino mega 2560 crystal oscillator
|
on: January 31, 2013, 02:52:14 am
|
|
I am doing my research under wireless sensor network and as such the cost and power consumption are very important. Therefore the only option could be replacing the resonators with crystal oscillators. Using a external clock would increase the cost and power consumption of the sensor nodes.
|
|
|
|
|
13
|
Using Arduino / General Electronics / Re: Arduino mega 2560 crystal oscillator
|
on: January 27, 2013, 11:46:45 pm
|
|
Yes, I assume a resonator is used on the one I am using as I have taken one micro controller as the ref and measured the skew and its gives me ppm error of upto 1000ppm.
I was trying to study the relation between the applied voltage and crystal skew. But it seems the board has resonator which is not very accurate. How can I solve this problem. My aim was to obtain less than 5ppm error with the arduino without using any external clock.
|
|
|
|
|