提交線圖

86 次程式碼提交

作者 SHA1 備註 日期
Kai Lauterbach 0f5896eacb Replaced the adafruit MCP4725 lib by manual Wire write calls. 2024-02-15 09:35:04 +01:00
Kai Lauterbach dbd69c7284 Added genral support for DAC MCP4725 2024-02-14 16:42:47 +01:00
Kai Lauterbach 69ac7c3f8a Added a function which allowes to set the PWM frequency 2024-02-12 11:37:25 +01:00
Kai Lauterbach aa74f4e281 The waveform generator is now configurable by the serial interface and meas script 2024-02-12 11:07:33 +01:00
Kai Lauterbach 56f8161e99 Waveform generator added 2024-02-11 21:56:13 +01:00
Kai Lauterbach 2964460a87 Added a waveform generator 2024-02-11 12:53:13 +01:00
klaute 48f034f0a4 'README.me' ändern
Added a new link to control the ili9341 using a arduino.
2016-11-09 13:34:54 +01:00
klaute fd6e80a746 Some improvements done in the schematics. 2016-10-20 14:46:09 +02:00
klaute d774850054 Update 'firmware/firmware.ino'
Main loop speed increased 10 times.
2016-10-14 21:25:31 +02:00
klaute 461ce740a4 Update 'firmware/firmware.ino'
Bug fixed - the EEPROM read 16 bit value doesn't return a value before (shouldn't the compiler recognize this error!?).
2016-10-14 21:15:43 +02:00
klaute 48c40411d0 Last pins connected to the TFT port. Some parts moved around the schematic. 2016-10-14 16:46:41 +02:00
klaute d8b7b767e2 ILI9351 TFT pinheader connected (incomplete). 2016-10-14 10:47:50 +02:00
klaute 37aef95e34 Send 16/32 bit functions and read 16/32 bit from buffer functions added - to reduce complexity. 2016-10-14 10:21:14 +02:00
klaute d12c75fa00 Complexity of the cc measurement function reduced by using an early return. 2016-10-14 10:08:56 +02:00
klaute 075c570cae Some more duplicat code refactorized / reduced. 2016-10-14 10:02:09 +02:00
klaute 03a0135f20 Some redundant core refactorized. 2016-10-14 09:46:04 +02:00
klaute 6eb1e9a5dd Merge branch 'clk_calib' 2016-10-12 20:33:10 +02:00
klaute 21d5fb58dc Two new functions added to set and get the clock correction factor to the si5351 chip. Also replaced the a0 a1 labels with fwd and ref text. 2016-10-12 20:32:46 +02:00
klaute 458e1f0c2f Added a new pinheader to connect the ili9341 TFT display. 2016-10-12 19:45:01 +02:00
klaute 9ab691f081 'firmware/command_ctrl.ino' ändern
Some for loop frequency range tests added to prevent a overrun of the specified frequence band.
2016-10-10 12:09:02 +02:00
klaute 3f85812f56 'firmware/command_ctrl.ino' ändern
End-value fixed in measurement functionality.
2016-10-10 11:28:09 +02:00
klaute e28075bea9 Debug output removed from measurement script. 2016-10-07 19:57:45 +02:00
klaute 5c71cc6606 Fixed the CSV file output/generation. 2016-10-07 19:55:22 +02:00
klaute 59b82fbb30 The graph is now shown during the measurement progress. 2016-10-07 17:39:14 +02:00
klaute f1ef87a429 Fixed the headline of output CSV files. 2016-10-06 16:13:30 +02:00
klaute 68ba2a0daf Removed some unused scripts - new allband scan script added. 2016-10-06 15:57:04 +02:00
klaute f7735d098d 'tools/all_band_test' hinzufügen
Added a batch file which supports to scan all of the supported ham radio band.
2016-10-05 13:50:12 +02:00
klaute ef5a08ca42 File headed added. 2016-09-29 14:44:29 +02:00
klaute 31b88cb369 RF control added to the meas script. 2016-09-28 19:00:35 +02:00
klaute 7a5140b313 Added missing frequency set calls to the rf generator output. 2016-09-28 15:14:57 +02:00
klaute ac9f77d8d5 Added a commandline parapeter to the meas script to trigger the save default values functionality. 2016-09-28 15:09:52 +02:00
klaute 1e4e3d22d8 Added three new functions to enable/disable clock output and save the current settings as default values to thr EEPROM. The firmware reads out those values on startup. 2016-09-28 14:43:05 +02:00
klaute 6a4c134ca4 Yagi example scan added. 2016-09-27 16:47:08 +02:00
klaute 8b5a859814 Some new sample measurements added. 2016-09-27 16:36:11 +02:00
klaute e98520237d The graphical output of the received data looks better now. 2016-09-27 16:35:25 +02:00
klaute 25114f4350 Some more analog read optimizations done - the measurement should be some kind of noise free. 2016-09-27 16:30:52 +02:00
klaute 82a8606616 More information added to the schematic file. 2016-09-27 16:29:29 +02:00
klaute 59db509512 Some new sample measurements added. 2016-09-26 16:16:45 +02:00
klaute a0bcc0f219 New sample data added. 2016-09-26 16:09:55 +02:00
klaute d470dd9d91 Script output modified to get it much more userfriendly. 2016-09-26 16:01:25 +02:00
klaute 7f9a28061e Marking lowest 5 VSWR point marking operation fixed. 2016-09-26 14:55:40 +02:00
klaute 29a93cfda8 The mathplotlib output modified to show multiple subplots. A new capacitor added to the schematics. 2016-09-26 13:03:52 +02:00
klaute 829871567f Linux serial open bug fixed. 2016-09-25 17:44:41 +02:00
klaute 2ceacc0a90 Labels added to the graphical output. 2016-09-25 17:18:43 +02:00
klaute fdf31f0ce3 Update 'tools/meas.py'
Default impedance value fixed.
2016-09-25 12:03:39 +02:00
klaute 32706429b9 Impedance calculation fixed. Two new sample data files added. 2016-09-25 11:59:06 +02:00
klaute d859ab1aad Serial port naming for windows machines fixed. 2016-09-25 11:14:30 +02:00
klaute 2b9ec977a1 Merge branch 'master' of git.okoyono.de:klaute/SWRMeter 2016-09-25 10:57:27 +02:00
klaute 76cc8a2828 Windows specific serial port open bug fixed. 2016-09-25 10:57:24 +02:00
klaute 8ce6ddc869 Update 'tools/meas.py'
Floatingpoint calculation fixed.
2016-09-24 21:45:37 +02:00