element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Smarter Life
  • Challenges & Projects
  • Design Challenges
  • Smarter Life
  • More
  • Cancel
Smarter Life
Blog SmarterLife Challenge - geocar update
  • Blog
  • Forum
  • Documents
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: camuyano
  • Date Created: 8 Nov 2013 1:12 AM Date Created
  • Views 916 views
  • Likes 1 like
  • Comments 8 comments
  • psoc4
  • smarter_life_challenge
  • gecar
  • smarter_life
  • psoc
Related
Recommended

SmarterLife Challenge - geocar update

camuyano
camuyano
8 Nov 2013

This has been a great week, I got to install the PSoC Creator and downloaded my first program. Started with the sample capacitance from the demo and right away moved into what will be part of my project.

First I dropped a UART box in the designer, changed the baud rate and moved into the C part. Used an UART example and the documentation for the tool to guide me. I took me about half an hour or so to get it running but that was very quick for me considering this was my first time using this device.

For testing I used a USB to serial TTL dongle from my PC, opened the virtual serial port created for this device using putty and started typing. By using the PSoC debugger pretty fast I could make it run. Then moved in with the bluetooth adapter. From the PC side, changed the USB to TTL for a USB bluetooth dongle. And same procedure with putty obtaining flawless result.

Here is a picture of the PSoC with the bluetooth device. I decided to use the lower pins just because of my Arduino background. The UART using as of now is a software serial, which works like a charm.

My next step this week is getting some code in the Android that communicates with the PSoC. The Android code should not take long. Moving with the Android since where I am now I have limited components.

Once I get home back from my trip I plan to hook up more devices to the PSoC. Cannot wait to see it collecting GPS data and recording it to a SD card.

image

The resistors on the bread board are just left overs from past projects. All connections are straight, just VCC, GND, TX and RX.

This is an amazing device and I will try to push it to the limit, to get as much as I can from it. Pretty sure it can handle all that I need from it and more.

It might be my lack of experience with other boards but this one feels like a nice product to work with. The designer works good, the board was just plug and play and there is a fair amount of documentation and growing.

Good luck to the rest of the participants and to everyone using this board. Future posts will have code and more details.

  • Sign in to reply

Top Comments

  • camuyano
    camuyano over 12 years ago in reply to vsluiter +1
    Of course. I will put it together and upload it. The bluetooth that I am using is Module HC-06 Master for Arduino ( http://www.ebay.com/itm/Wireless-Serial-4-Pin-Bluetooth-RF-Transceiver-Module-HC-06-Master…
Parents
  • DAB
    DAB over 12 years ago

    Hi Javier,

     

    It sounds like you are making good progress.

    I know that business trips can be a mixed bag.  Sometimes you get plenty of time to do your projects and other times, you get sucked into distractions and get nothing done.

     

    Keep positive.

     

    DAB


    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • camuyano
    camuyano over 12 years ago in reply to DAB

    DAB,

    Thanks for taking your time to read our posts. For sure a lot of distractions. However I completed my goals for the week. I was able to put together a few lines of Android code that sends a character to the PSoC and got the same character in capital letter echo from the PSoC. In two nights off that got. Now I am back at home. And there is much more to do. Since there is so much time to do and I want to do it all, I will write in a game plan (I do not like project plan, feels like working) for the project in order for me to check out tasks from the list.

    Today I am trying to get wifi done to the PSoC, this is a little harder for me since it is a module that I have never use. The web is full of samples, so I hope to get it going and post about it so others may get it easier.

     

    Very positive!!, oh yes.

    Javier

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • camuyano
    camuyano over 12 years ago in reply to DAB

    DAB,

    Thanks for taking your time to read our posts. For sure a lot of distractions. However I completed my goals for the week. I was able to put together a few lines of Android code that sends a character to the PSoC and got the same character in capital letter echo from the PSoC. In two nights off that got. Now I am back at home. And there is much more to do. Since there is so much time to do and I want to do it all, I will write in a game plan (I do not like project plan, feels like working) for the project in order for me to check out tasks from the list.

    Today I am trying to get wifi done to the PSoC, this is a little harder for me since it is a module that I have never use. The web is full of samples, so I hope to get it going and post about it so others may get it easier.

     

    Very positive!!, oh yes.

    Javier

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube