dust collector transciver

Budget
Posted: 4 year ago
Opened
Description
/* This is for my dust collection gate transciver prodject. GATE CODE
* user input varibles
* tool name (CNC)
* high and low setting for the servo (between 0 and 180, low and high)
*
* set buton to low
* set sensor to low
*
* main loop
* wait for sensor or botton change. (high or low)
*
* loop (CNC) on
* if the sensor or button reads high than
* move servo to high
* transmit open and (CNC) ( wait for responce from reciver that message was recived )
* if message not recived continue to blink at slower rate (lets user know message was not recived)
* return to loop (CNC) on
* if message was recived than blink led several times (lets user know message was recived)
* than turn on led (not blinking) (lets user know when running)
* if button pressed (low) check sensor status
* if sensor reads low than return to loop (CNC) off
* if sensor reads high than do nothing
* return to main loop
*
* loop (CNC) off
* if the sensor changes to low than
* move servo to low
* transmit closed and (CNC) ( wait for responce from reciver that message was recived )
* if message was not recived blink led at slower rate several times (lets user know message was not recived)
* return to loop (CNC) off
* if message was recived than blink led once
* return to main loop
*
List of materials. fot the gate modual
-Arduino nano clone.https://www.amazon.com/gp/product/B07TTN2HMQ/ref=ppx_yo_dt_b_asin_title_o09_s01?ie=UTF8&psc=1
-NRF24L01+ 2.4GHz Wireless RF Transceiver Module.https://www.amazon.com/gp/product/B00O9O868G/ref=ppx_yo_dt_b_asin_title_o09_s00?ie=UTF8&psc=1
Reduce Power Supply Noise. An RF circuit that generates a Radio Frequency (RF) signal, is very sensitive to power supply noise. If not controlled,
the power supply noise can significantly reduce the range you can get. Unless the power source is a stand-alone battery,
there is a good chance that there is noise associated with the generation of the power. To prevent this noise from entering the system,
it is advised to place a 10 µf filter capacitor across the power supply line as physically close to the nRF24L01+ module as possible.
-DAOKI 5PCS 30A Range Current Sensor Module ACS712 Module for Arduino.https://www.amazon.com/gp/product/B00XT0PL20/ref=ppx_yo_dt_b_asin_title_o06_s00?ie=UTF8&psc=1
-RioRand 4 Sets MG995 Metal Gear High Speed Torque Servo RC Parts. https://www.amazon.com/gp/product/B00M8TXSBO/ref=ppx_yo_dt_b_asin_title_o05_s03?ie=UTF8&psc=1
-Include 1 button for on/off
-Include 1 button for reset
-include 1 red led for communicating status.
*/
------------------------------------------------------------------------------------------------------
/* This is for my dust collection gate transciver prodject. RELAY CODE
* user input varibles
* scale of Differential Pressure Sensor "DPS" (?-?)
*
* set button to (false)
* set message to (false)
* set relay to (false)
* give the button a tool name (dust collector)
* make an array (tool names,,,,)
* make an array tool status (false,,,,)
* start display
*
* main loop
* display graph animation of DPS value
* display DPS value
* dislay efficiencyLow on graph (as arrow)
* dislay efficiencyHigh on graph (as arrow)
* dislay current tool name for 5 seconds and then scroll left cycle though tool names that are true(repeat)
* listen for message or button change.
* if button is true ( pushed for less than 1 second)
* return to loop relay on
* if message reads ON get varible tool name (CNC) and insert into array as true
* if message was recived than blink led several times (lets user know message was recived)
* than turn on led (not blinking) (lets user know when running)
* if hold button for 3 seconds set efficiencyLow = get reading from DPS
* than blink led 2 times
* if hold button for 6 seconds set efficiencyHigh = get reading from DPS
* than blink led 2 times
* if any varibles in array are true relay = true
*
*
*
*
List of materials. fot the gate modual
-Arduino Uno R3. https://www.amazon.com/RoboGets-Compatible-ATmega328P-Microcontroller-Electronics/dp/B01N4LP86I/ref=sr_1_1_sspa?crid=2WXDIJTMYPNO7&keywords=arduino+uno&qid=1570903221&sprefix=arduino%2Caps%2C209&sr=8-1-spons&psc=1&spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUExQkU1Q0U0TUJTMzQ1JmVuY3J5cHRlZElkPUEwNTg5NjgwSjkzNkg3UlZDVUMzJmVuY3J5cHRlZEFkSWQ9QTA3MjM4NDAyRjRSWDZWMVdPVDZWJndpZGdldE5hbWU9c3BfYXRmJmFjdGlvbj1jbGlja1JlZGlyZWN0JmRvTm90TG9nQ2xpY2s9dHJ1ZQ==
-NRF24L01+ 2.4GHz Wireless RF Transceiver Module.https://www.amazon.com/gp/product/B00O9O868G/ref=ppx_yo_dt_b_asin_title_o09_s00?ie=UTF8&psc=1
Reduce Power Supply Noise. An RF circuit that generates a Radio Frequency (RF) signal, is very sensitive to power supply noise. If not controlled,
the power supply noise can significantly reduce the range you can get. Unless the power source is a stand-alone battery,
there is a good chance that there is noise associated with the generation of the power. To prevent this noise from entering the system,
it is advised to place a 10 µf filter capacitor across the power supply line as physically close to the nRF24L01+ module as possible.
-Yeeco 30A High Current Relay Output Relay. https://www.amazon.com/gp/product/B00R7TTSMI/ref=ppx_yo_dt_b_asin_title_o05_s02?ie=UTF8&psc=1
-Diymore Breakout Board MPXV7002DP Transducer APM2.5 APM2.52 Differential Pressure Sensor. https://www.amazon.com/gp/product/B01MCVOZJO/ref=ppx_yo_dt_b_asin_title_o07_s00?ie=UTF8&psc=1
-MakerFocus 2pcs I2C OLED Display Module 0.91 Inch I2C SSD1306. https://www.amazon.com/gp/product/B079BN2J8V/ref=ppx_yo_dt_b_asin_title_o05_s00?ie=UTF8&psc=1
-Include 1 button for on/off
-Include 1 button for reset
-include 1 red led for communicating status.
*/
Skills:
C++
Category
Source: guru.com

Add a bid

days

Similar freelance jobs

safe 
...
2 weeks ago
safe$7
Hi Robert P. , I noticed your profile and would like to offer you my project. We can discuss any details over chat....
safe 
"Hello, I need to create a website based on a . psd design file. Please also specify the timeframe within which you can complete this. Technical requirements: Layout (not pixel-perfect, but close to it) Responsiveness (the website should properly adapt to different screen sizes and devices) Clean code......
safe 
Project Title: Delphi Code Feature Creation Using delphi: Check to see if this already exsits, if not: create a shedulled task to start my program on PC startup with highest permissions, with no password or prompt. program is called for example: C:\Program Files (x86)\Myfolder\myprogram. exe If it already......
9 months ago
safe 
I want to create a program for customers and sellers to be able to use, to create a template for there artwork and be able to size them to there specific needs. And be able to download them as pdf or png files. This program will benefit the clothing industry with the industry i am in....
9 months ago
safe 
Hi, I am not quite sure if what I am asking is possible but within my University degree there is a calculator program which only works on the HP Prime prime calculator, I own a Casio fx-CG50 AU. I was hoping to have this program converted into a format which is compatible with my Casio calculator, all......
9 months ago
safe 
I am looking for a skilled C++ developer to help with a real-time object detection system for my project....
9 months ago
safe 
Project Title: Correct Rcpp armadillo code Overview: I am seeking a skilled developer to fix a compilation error in my Rcpp armadillo code. The code is currently throwing a compilation error, and I need it to be resolved promptly. Requirements: - Proficient in Rcpp and armadillo library - Strong understanding......
9 months ago
safe 
Project Description: - I am looking for a freelancer who can combine all the columns of 2 rows with similar values in Telerik Reporting. - The combined data needs to be displayed in a table view. - Ideal skills and experience for this job include: - Proficiency in Telerik Reporting. - Strong understanding......
9 months ago
safe$250
Bonjour Dmytro M. , j'ai remarqué votre profil et je souhaite vous proposer mon projet. Nous pouvons discuter des détails via le chat....
safe 
Hello, I am looking to develop a unity soccer game with moves like score hero 1. Map with 1-3 stars achievments 2. engine to make the goals like i want 3. smooth game play 4. IAP , shop , buy lives 5. lives to play 6. finger smoothness touch 7. the level will be added automticlly to the map 8. rewind......
9 months ago
safe 
Project Title: Bootloader For Renesas RL78 mcu Description: I am looking for a skilled developer to create a bootloader for the Renesas RL78 mcu. The ideal candidate should have experience with Renesas RL78 mcu and be familiar with the development environment. bootloader code is ready need help for run......
safe 
I am using EMA´s (50/75/100/200),two Stoch (5/5/5 and 5/3/3), RDX Indicator and the Indicator "The Arty". For Short Positions the Prive has to be under the 200 EMA (the 100EMA under 200, 75 under 100, 50 under 75, NOT crossing) and for Long Positions over the 200 EMA ( 100 over 200, 75 over 100, 50 over......
9 months ago
safe 
My project involves using an Emotional Stroop Task to measure and assess attentional bias towards emotional stimuli. To do this, I will be using the Drift Diffusion Model which is an analytical model to study the human decision making process. My study will need to include 90 participants in order to......
safe 
I am looking for a WPF Developer for a long term project....
9 months ago
safe 
I'd like to extract tables from pdf invoices files. At this stage i really only want the products that are in the tables on the invoices. The only information i would like from the invoices is supplier date (received) location received. Within thetables i require stock code, product item, the unit measurement......
9 months ago
safe 
Im creating a config using 'openbullet 1. 4', everything added successfully, due i have 3 years of using openbullet, but this request i never faced it before!...
9 months ago
safe 
This position is responsible for verifying data quality reports and queries, correcting errors and also tracking them....
1 year ago
safe 
We are currently looking for developer to contact us on developing integration/plugin for below listed platform. Please drop me message on which plugin you're able to develop. Please send similar plugin portfolio of your previous work. The plugin need to ready for uploading to marketplace . ActiveCampaign.......
2 year ago
View all