Benutzerbeiträge
Aus DL8RDS Wiki
(neueste | älteste) Zeige (nächste 50 | vorherige 50) (20 | 50 | 100 | 250 | 500)
- 01:16, 7. Nov. 2009 (Unterschied | Versionen) . . (+1.809 Bytes) . . N First Steps on Arduino (New page: == General Notes == I have started to occupy myself with the Arduino platform as part of the project "A Microcontroller Operated SWR Meter". Since I noticed that my occupation vastly ...)
- 01:11, 7. Nov. 2009 (Unterschied | Versionen) . . (-1.317 Bytes) . . A Microcontroller Operated SWR Meter
- 01:10, 7. Nov. 2009 (Unterschied | Versionen) . . (+1.236 Bytes) . . N Evaluate an analog value through the ADC on an Arduino (New page: And after making a connection to /dev/ttyUSB0 with 9600 bit/s and handshake off, I was able to read the Hello by every second. So also the serial connection is damn simple. The next bit wa...) (aktuell)
- 01:10, 7. Nov. 2009 (Unterschied | Versionen) . . (-1.219 Bytes) . . A Microcontroller Operated SWR Meter (→Evaluate an analog value through the ADC)
- 01:10, 7. Nov. 2009 (Unterschied | Versionen) . . (+396 Bytes) . . N Controlling Serial Output on the Arduino (New page: My next experiment was to send stuff to the serial console back to the computer. Here I tried out some code from the book "Manuel Odendahl, Julian Finn & Alex Wenger. Arduino. Pysical Com...) (aktuell)
- 01:10, 7. Nov. 2009 (Unterschied | Versionen) . . (-378 Bytes) . . A Microcontroller Operated SWR Meter (→Controlling Serial Output)
- 01:09, 7. Nov. 2009 (Unterschied | Versionen) . . (+470 Bytes) . . N Controlling digital Output with the Arduino (New page: * http://www.arduino.cc/en/Tutorial/Blink int ledPin = 13; // LED connected to digital pin 13 void setup() { // initialize the digital pin as an output: p...) (aktuell)
- 01:09, 7. Nov. 2009 (Unterschied | Versionen) . . (-450 Bytes) . . A Microcontroller Operated SWR Meter (→Controlling digital Output)
- 01:09, 7. Nov. 2009 (Unterschied | Versionen) . . (+599 Bytes) . . N Evaluate an analog value through the ADC on the Arduino Nano (New page: Yes, and because I like it small, there's the Arduino Nano. I did roughly the same again based on the Nano. In this case I connected the input from the Poti with the delay of the LED LOW. ...) (aktuell)
- 01:08, 7. Nov. 2009 (Unterschied | Versionen) . . (-570 Bytes) . . A Microcontroller Operated SWR Meter (→Doing the same on the Arduino Nano)
- 01:08, 7. Nov. 2009 (Unterschied | Versionen) . . (+897 Bytes) . . N Controlling the Arduino over the serial connection (New page: 2009-09-19 The following program is there to demostrate how I can talk to the Arduino over the serial interface: After sending a character "B", the blinking goes off, and after sending a ...) (aktuell)
- 01:08, 7. Nov. 2009 (Unterschied | Versionen) . . (-894 Bytes) . . A Microcontroller Operated SWR Meter (→Controlling the Arduino over the serial connection)
- 01:07, 7. Nov. 2009 (Unterschied | Versionen) . . (+1.025 Bytes) . . N Controlling an LCD display with the Arduino (New page: 2009-09-25 After a short setback due to the misunderstood role of the poti that drives the contrast of the lcd panel, I tried it again and I was now successful in driving my LCD panel. I'...) (aktuell)
- 01:07, 7. Nov. 2009 (Unterschied | Versionen) . . (-1.005 Bytes) . . A Microcontroller Operated SWR Meter (→Controlling an LCD display)
- 01:07, 7. Nov. 2009 (Unterschied | Versionen) . . (+788 Bytes) . . N Writing stuff to the LCD display with an Arduino (New page: Yes, and this made me curious if I can also print the digitized value of the poti voltage to my LCD screen. I modified the program a little: #include <LiquidCrystal.h> int potiPin = 0...) (aktuell)
- 01:06, 7. Nov. 2009 (Unterschied | Versionen) . . (-770 Bytes) . . A Microcontroller Operated SWR Meter (→Writing stuff to the LCD display)
- 01:05, 7. Nov. 2009 (Unterschied | Versionen) . . (-1 Byte) . . Reading a value from the I2C port with an Arduino (aktuell)
- 01:05, 7. Nov. 2009 (Unterschied | Versionen) . . (+2.424 Bytes) . . N Reading a value from the I2C port with an Arduino (New page: Just to make things complete, I'd like to paste my most recent experiment here. It's about controlling the I2C pins by reading from a temperature sensor and displaying it over the serial ...)
- 01:05, 7. Nov. 2009 (Unterschied | Versionen) . . (-2.406 Bytes) . . A Microcontroller Operated SWR Meter (→Reading a value from the I2C port)
- 01:04, 7. Nov. 2009 (Unterschied | Versionen) . . (+16 Bytes) . . A Microcontroller Operated SWR Meter (→Talking to the network)
- 01:04, 7. Nov. 2009 (Unterschied | Versionen) . . (0 Bytes) . . K Talking to the network with an Arduino (Talking to the network moved to Talking to the network with an Arduino)
- 01:04, 7. Nov. 2009 (Unterschied | Versionen) . . (+52 Bytes) . . N Talking to the network (Talking to the network moved to Talking to the network with an Arduino) (aktuell)
- 01:04, 7. Nov. 2009 (Unterschied | Versionen) . . (+1.898 Bytes) . . N Talking to the network with an Arduino (New page: Well, even this is most certainly no longer related to my SWR meter project, I just find that it's sooooo cool, so I will simply present some code here: #include <Server.h> #include <E...)
- 01:03, 7. Nov. 2009 (Unterschied | Versionen) . . (-1.895 Bytes) . . A Microcontroller Operated SWR Meter (→Talking to the network)
- 01:03, 7. Nov. 2009 (Unterschied | Versionen) . . (+781 Bytes) . . N Controlling a PWM over I2C (New page: Pulse Width Modulation is a way to control the production of voltages. The hardware that is being used here is a BV4237: * http://www.byvac.com/bv/bv4237.htm The below given code sample ...) (aktuell)
- 01:03, 7. Nov. 2009 (Unterschied | Versionen) . . (-779 Bytes) . . A Microcontroller Operated SWR Meter (→Controlling a PWM over I2C)
- 01:02, 7. Nov. 2009 (Unterschied | Versionen) . . (+151 Bytes) . . Reading Input from an I2C ADC (aktuell)
- 01:00, 7. Nov. 2009 (Unterschied | Versionen) . . (+181 Bytes) . . N Reading Input from an I2C ADC (New page: This might be helpful: * http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1231672744 But... I have not yet been successful to wake up my BV4237 ADC. It simply doesn't want to work.)
- 00:59, 7. Nov. 2009 (Unterschied | Versionen) . . (-178 Bytes) . . A Microcontroller Operated SWR Meter (→Reading Input from an I2C ADC)
- 00:59, 6. Nov. 2009 (Unterschied | Versionen) . . (+225 Bytes) . . Building an extremely small ARPS Tracker
- 00:10, 6. Nov. 2009 (Unterschied | Versionen) . . (+122 Bytes) . . Building an extremely small ARPS Tracker
- 03:48, 5. Nov. 2009 (Unterschied | Versionen) . . (+57 Bytes) . . Building an extremely small ARPS Tracker (→Project plan)
- 03:47, 5. Nov. 2009 (Unterschied | Versionen) . . (+164 Bytes) . . Building an extremely small ARPS Tracker (→Other data)
- 01:06, 5. Nov. 2009 (Unterschied | Versionen) . . (+117 Bytes) . . Building an extremely small ARPS Tracker (→Data)
- 01:05, 5. Nov. 2009 (Unterschied | Versionen) . . (0 Bytes) . . N Datei:OT1SMT Belegung.png (aktuell)
- 01:05, 5. Nov. 2009 (Unterschied | Versionen) . . (+37 Bytes) . . Building an extremely small ARPS Tracker (→Other data)
- 22:58, 4. Nov. 2009 (Unterschied | Versionen) . . (+25 Bytes) . . Building an extremely small ARPS Tracker (→Other data)
- 22:58, 4. Nov. 2009 (Unterschied | Versionen) . . (+1.421 Bytes) . . Building an extremely small ARPS Tracker (→Data)
- 22:55, 4. Nov. 2009 (Unterschied | Versionen) . . (+5 Bytes) . . Building an extremely small ARPS Tracker (→Ingredients)
- 22:54, 4. Nov. 2009 (Unterschied | Versionen) . . (+467 Bytes) . . Building an extremely small ARPS Tracker
- 22:48, 4. Nov. 2009 (Unterschied | Versionen) . . (+638 Bytes) . . N Building an extremely small ARPS Tracker (New page: == Project goal == This project has the goal to assemble a lowest possibly imaginable power saving and absolute supercompact highly packed APRS traching transmitter. == Ingredients == At...)
- 22:43, 4. Nov. 2009 (Unterschied | Versionen) . . (+533 Bytes) . . Experiments with Trimble's Lassen IQ (→Here comes the LassenIQ)
- 22:43, 4. Nov. 2009 (Unterschied | Versionen) . . (-628 Bytes) . . Experiments with Trimble's Lassen IQ (→Pinouts for the LassenIQ)
- 22:42, 4. Nov. 2009 (Unterschied | Versionen) . . (+872 Bytes) . . Experiments with Trimble's Lassen IQ
- 22:36, 4. Nov. 2009 (Unterschied | Versionen) . . (+68 Bytes) . . Projects
- 02:20, 4. Nov. 2009 (Unterschied | Versionen) . . (0 Bytes) . . N Datei:Db0bul greeting.wav (aktuell)
- 02:19, 4. Nov. 2009 (Unterschied | Versionen) . . (+62 Bytes) . . The Echolink Node DB0BUL
- 16:34, 3. Nov. 2009 (Unterschied | Versionen) . . (+143 Bytes) . . A I2C controlled, LCD enabled Thermometer (→Program) (aktuell)
- 01:20, 3. Nov. 2009 (Unterschied | Versionen) . . (+27 Bytes) . . A I2C controlled, LCD enabled Thermometer (→Tests)
- 01:19, 3. Nov. 2009 (Unterschied | Versionen) . . (+146 Bytes) . . A I2C controlled, LCD enabled Thermometer (→Tests)
(neueste | älteste) Zeige (nächste 50 | vorherige 50) (20 | 50 | 100 | 250 | 500)