element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • 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
Design For A Cause 2021
  • Challenges & Projects
  • Design Challenges
  • Design For A Cause 2021
  • More
  • Cancel
Design For A Cause 2021
Blog Open Source EMDR Machine #11. An update on Software Application
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: ilvyanyatka
  • Date Created: 21 Jun 2021 5:16 PM Date Created
  • Views 2475 views
  • Likes 7 likes
  • Comments 2 comments
  • android
  • android project
  • android development
  • google_play_store
  • health care
  • c#
  • open source emdr machine
  • freeware
  • microsoft store
  • microsoft visual studio code
  • c#.net
  • design for a cause - design challenge
  • .net
  • play_store
  • medical
  • design for a cause
  • design_for_a_cause_2021
  • play store
Related
Recommended

Open Source EMDR Machine #11. An update on Software Application

ilvyanyatka
ilvyanyatka
21 Jun 2021

Open Source EMDR Machine. The Whole Blog.

 

    • Where to get it
    • The Workflow. A Short Tutorial
      • The First Screen
      • The Second Screen
      • The Third Screen

 

An update on Software Application

 

Where to get it

 

Update: I finally published the App on Google Play Store, for Android 11 or later versions. You can download it here.

 

I also published it on Microsoft Store. You can download it here or just search the Microsoft Store for "EMDR App".

 

Both versions are free and without any adds.

 

 

If you want to compile it yourself, you can find the code on GitHub

 

If you don’t trust Microsoft Store and want to do sideloading of compiled code, here is a detailed description on how to do it: Packaging And Side Loading Windows 10 UWP Apps (Except that in Visual Studio 2019 you need to select Publish, not Store menu item)

 

I developed it on Windows 10, .NET 4.8 version, but I am pretty sure you can recompile it on lower .NET versions

 



The Workflow. A Short Tutorial

 

The First Screen

 

The first screen allows the user to choose if he wants to use the PC version or Arduino version. The PC version runs solely on the user's computer, while the Arduino version runs an electronic machine thru WiFi. The electronics part of this version is described here.

 

If the user chose the PC version next on the screen he can select bilateral stimulation by Sound, Light or both.

 

image

If the user chooses the Arduino version he has an option to type an Arduino IP address. Communication with Arduino is done thru WiFi and default value in this textbox is corresponding Arduino static IP.

 

image

After selecting the stimulation type, the user can press the Preview button.

 

The Second Screen

 

On the second screen for the PC version at the top panel users can adjust size, speed and duration of sound and select a color. In the bottom panel the ball is moving so the user can see his changes right away.

 

image

For the Arduino version, it can set LED range, brightness and speed. He will see the changes right away as well.

 

image

There is a Back button to go to the First Screen to adjust settings there if needed.

 

The Third Screen

 

Clicking anywhere in the bottom panel makes the top Options panel disappear, so the client can really focus on the ball moving on the black screen and the sound.

 

image

Another click will make the ball stop, so the therapist can temporarily stop the processing session and ask client questions. Another click will bring the Options panel back, showing the Second Screen. Another click makes Options disappear and so on.

  • Sign in to reply

Top Comments

  • cjodrey
    cjodrey over 4 years ago +1
    Hey, that's really cool. I hear this kind of software costs a lot of money! It's great that you're providing this for free.
  • ilvyanyatka
    ilvyanyatka over 4 years ago in reply to cjodrey +1
    Thank you! I have more ideas for applications like this in mind. I am coding another one now, but it will be pure software.
Parents
  • cjodrey
    cjodrey over 4 years ago

    Hey, that's really cool. I hear this kind of software costs a lot of money! It's great that you're providing this for free. image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • ilvyanyatka
    ilvyanyatka over 4 years ago in reply to cjodrey

    Thank you! I have more ideas for applications like this in mind. I am coding another one now, but it will be pure software.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • ilvyanyatka
    ilvyanyatka over 4 years ago in reply to cjodrey

    Thank you! I have more ideas for applications like this in mind. I am coding another one now, but it will be pure software.

    • Cancel
    • Vote Up +1 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 © 2025 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