Arduino Radio Spectrum Analyzer prototype on a breadboard: Difference between revisions

From NURDspace
Line 18: Line 18:


I chose to create a Java GUI using JFreeChart to read the data from the Arduino using an FTDI cable on a serial port (or actually USB) and visualize that in the GUI. The program can be found on [https://github.com/dolfandringa/arsa Github].
I chose to create a Java GUI using JFreeChart to read the data from the Arduino using an FTDI cable on a serial port (or actually USB) and visualize that in the GUI. The program can be found on [https://github.com/dolfandringa/arsa Github].
[[File:arsa_screenshot.png]]
[[File:Arsa_screenshot.png]]


==Assemble everything on a custom PCB==
==Assemble everything on a custom PCB==

Revision as of 23:38, 27 January 2013

NURDspace Project
link=File:{{{Name}}}.jpg
Participants
Skills
Status
Niche
Purpose
Tool
Location
Cost
Tool category

{{{Name}}}Property "Tool Name" (as page type) with input value "{{{Name}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. Property "Tool Image" (as page type) with input value "File:{{{Picture}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. {{{Picture}}} {{#if:{{{Tool}}} | [[Tool Owner::SmokeyD | }} {{#if:{{{Tool}}} | [[Tool Cost::{{{Cost}}} | }}

I am building a Radio Spectrum Analyzer which measures signal strenght in the 2.4GHz band, using a CYWM6935 module and Atmega 328 MCU. I want to set it up in several steps:

Atmega328 on a breadboard

Connecting the CYWM6935

Programming the Atmega328

Creating desktop software for visualization

I chose to create a Java GUI using JFreeChart to read the data from the Arduino using an FTDI cable on a serial port (or actually USB) and visualize that in the GUI. The program can be found on Github. Arsa screenshot.png

Assemble everything on a custom PCB