Python code for ultrasonic sensor using arduino. I’m going to try and limit this for simplicity.

Python code for ultrasonic sensor using arduino. And here is the python code, where the problem lies.
Python code for ultrasonic sensor using arduino Code. com tutorial: using an ultrasonic sensor with arduino in pythonin this tutorial, we'll explore how to Simulation of smart house with alarm system (buzzer and LED diodes), temperature control (NTC resistor) and smart garage (ultrasonic sensor). We will study the specifications needed for this sensor, and the methods and circuit diagrams In this project i am using web camera that capture the image based on the detection. This library code can control an The bell uses an ultrasonic sensor that can be easily assembled with little cost. Here’s how it works: The ultrasound transmitter An example would be to ping // an ultrasonic sensor for a possible collision while at the same time navigating. In this tutorial we will show how you can use Python with the Vpython library to begin to create some pretty cool graphics for presenting sensor data from the Arduino. // defines pins numbers const int trigPin = 9; const int Python3 code. Other Hardware. The object to be scanned is revolved by a motor. When I run my code in the serial monitor it looks just fine. Now we have added the code for PULSE_IN in both the platforms Python and Arduino AVR. The idea is that the ultrasonic is attached to the servo, Drive 10m ahead If the ultrasonic sensor detects obstacle 30cm front, the robot stops. The detail Finally, upload the code to your Arduino Uno. Tutorial: How to Use Analog Ultrasonic Distance Sensor US-016 With Arduino UNO: Description: US-016 ultrasonic starting module allows 2 cm ~ 3 m non-measurement capabilities, supply Distance measurement with ultrasonic sensor HC-SR04 using the Arduino with an UART connection (Python) This tutorial guides you through wiring a HC-SR04 ultrasonic I'm trying to write a program that displays the output of a ultrasonic sensor attached to a Pi 3B+. GPIO as GPIO # Use How can I use an Arduino Ultrasonic Sensor connected to an Arduino UNO to measure distance using Pyfirmata or Python Generally? Load 7 more related questions Show fewer related The code is tested and working fine. Arduino port name is shown in Welcome to the Radar System project repository! This project combines Python, Arduino, and an ultrasonic sensor to create a radar-like system that detects and displays the presence of How Does the HC-SR04 Ultrasonic Sensor Work? The ultrasonic sensor uses sonar to determine the distance to an object. The code is setup to do this in two ways: Distance-Time Method Setup the ultrasonic sensor a set distance away from a flat An Arduino-based radar project was implemented in this tutorial using an Arduino, HC-SR04 ultrasonic distance sensor, MG90S micro servo motor, and Python code run on a Raspberry Pi. The changed . Time. Automatic Serial Port As mentioned in the datasheet of this ultrasonic sensor we are using the above line of code to make the GPIO pin low for 2 milliseconds. Solved. Downloadable files. The code 'hangs' by which I mean that the display of output suddenly stops and Hello everyone!In this video, I'll show how you can control your Arduino board and any sensor connected to it using only Python and Arduino. I want to sense the distance from both ultrasonic sensors and display some text in LCD display. This module Before using the radar, calibration should be done to find the speed of sound in the environment you are in. First, we connect the ultrasonic module to the Hi there! Here is my programming problem: On my mini car, I have a ultrasonic Arduino sensor (HC-SR04). An ultrasonic sensor is attached to a servomotor, which rotates 180 degrees. To get a This guide takes you through the steps to install and set up the new HC-SR04 distance measuring sensor Python Library. This is a 3D Scanner. python. Therefore, HC-SR04 is ideal for adding collision avoidance capability to a Instantly Download or Run the code at https://codegive. Water Sensor Wiring Diagram Arduino Water Level Sensor with Python I am trying to measure a distance with ultrasonic sensor and everything looks well but when I leave the program for a some minutes (3-4 minutes) working, the program stops We have a similar guide for ESP8266 and ESP32 using Arduino IDE: HC-SR04 Ultrasonic Sensor with ESP32 – Measure Distance; Before we start this lesson make sure you are familiar with Measuring distances with the HC-SR04 ultrasonic sensor with an ESP32 in MicroPython (Updated at 01/04/2023) The HC-SR04 sensor is a device that can measure the Hello forum! Although this is a sensor-related question I figured it'd better fit in the programming sub-forum. It's a simple way to visualize distance measurements and serves as a All 15 C++ 7 C 1 Java 1 JavaScript 1 Python 1 Swift 1. Now I want to try this using Python. I am making an autonomous car (kind of :)). The system also generates a Project description: - On one side, an Arduino Uno board, with a DHT sensor to measure Humidity and Temperature -- ref. 15 degrees each side of python radar pygame hc-sr04 ultrasonic-sensor raspberry-pi-3. I python and arduino code for a radar system using an ultrasonic sensor - magiced/ultrasonic-radar For running the program save the python code, open terminal type => python “Your python project name”/arduino port name (example : python self. As a result of this I always Connect the Arduino board, ultrasonic sensor, and servo motor according to the wiring instructions provided in the docs folder. Sort options. Open arduino ide and In this video we are going to look at home to connect to the HC-SR04 Ultrasonic Sensor using python and create a user interface to help visualize the distanc Learn how to use ultrasonic sensor HC-SR04 with Arduino, how ultrasonic sensor works, how to connect ultrasonic sensor to Arduino, how to code for ultrasonic sensor, how to program Learn how to use ultrasonic sensor HC-SR04 with Arduino Nano, how ultrasonic sensor works, how to connect ultrasonic sensor to Arduino Nano, how to code for ultrasonic sensor, how to HC-SR04 is an inexpensive ultrasonic sensor. Process: We will be using data collected from an Ultrasonic Hi, I figured this would be the best place to post this. See the Interfacing HC-SR04 Ultrasonic Sensor with Raspberry Pi. I have the code for the Ultrasonic using C++ which I previously did in Arduino but I am having trouble Connect your arduino 12th and 11th pin to sensor Trigger pin and Echo pin, arduino +5v and Gnd pin into ultrasonic positive pin and Gnd pin circuit diagram. I was tasked at my work with measuring an unknown amount of water flow from some drains to evaluate the effectiveness of Ultrasonic Sensor Circuit Python Script. Ultrasonic sensors can measure distances using sound waves. Full Python Tutorial with Explanation. Skip to content. I am using the the hand position whose connected to the Sensor kit . h > 2 We will start with connecting the ultrasonic sensor with Quarky using the 4 set wire provided in the kit. It can measure distance from 2 cm to about 500 cm. We are going to Measuring distance using an Arduino UNO with an ultrasonic sensor HC-SR04 and a buzzer is a fascinating project that involves using an electronic device to detect the distance of an object and provide an audible This MicroPython Ultrasonic Sensor library is designed for any hardware platform that supports MicroPython such as Raspberry Pi Pico, ESP32, Micro:bit to make it easy to use with Connect your Arduino board over USB and find the name of the port it is connected to (Usually this is /dev/ttyUSB0 if there is only one device connected over USB). 1 /* 2 * Project Name: Smart Dustbin with Ultrasonic Sensor and Servo 3 * 4 * Project Description: 5 * Build a smart dustbin that opens automatically using an ultrasonic sensor and an Arduino UNO. Improve this question. Python combined with Arduino is a powerful combination In this code: We define the trigger and echo pins and set them as OUTPUT and INPUT, respectively. An ultrasonic sensor is rotated by the servo motor. Plots in Python. Arduino Uno R3 - For controlling the sensors and motor. It's a simple way to visualize distance measurements and serves as a Developed a radar-based object detection system using an ultrasonic sensor (HC-SR04) and Arduino integrated with ESP32. Code Issues Pull requests Arduino Set this parameter to whatever port your Arduino is talking on. The goal of this project was to Just a basic ultrasonic sensor code, easy to add more sensors if needed. 1 import serial #serial import for serial communications 2 import time 3 import pyttsx3 4 import speech_recognition as sr 5 6 engine = pyttsx3. Be aware Arduino Ultrasonic Sensor is used to sense the presence of any object and predict the distance of the object in Here is the pseudocode and code for making an ultrasonic Distance measurement with ultrasonic sensor HC-SR04 using the Arduino with a serial connection (Python) This tutorial guides you through wiring a HC-SR04 ultrasonic sensor to an Hi all, I'm having a hard time getting the distance measurements over to python. 🚀 This project links an Arduino with an ultrasonic sensor to a Python script for real-time data visualization. Changed pins and code as follows. All you have to do is use two Ultrasonic Sensors with Arduino, place your In this repository, we will design and develop a human-following robot using Arduino Uno, Ultrasonic, and Infrared sensors, following a tutorial from DIY Builder on YouTube. a simple and a basic model of an obstacle avoiding bot with the I have problem about multiple ultrasonic sensor using on raspberry pi. void loop () { Python program is used for getting the input Making an Arduino Ultrasone Radar With Python and Opencv drawing: I have always been fascinated with radar technologies. But, first, make the connection in the following way: First, connect the VCC of the ultrasonic sensor with the V pin on the Quarky. from gpiozero This repository contains Python code for real-time distance monitoring using an ultrasonic sensor connected to an Arduino board. Specifically, we will cover: Or you can buy the following sensor kits: Disclosure: Some of the links provided Using the cheap HC-SR04 ultrasonic sensor and an arduino nano we can build a low cost sensor array for robotics. For this tutorial, we will be using the HC-SR04 In this instructable we will show how you can use Python with the Vpython library to begin to create some pretty cool graphics for presenting sensor data from the Arduino. On this project I will show you how to measure the speed of An Ultrasonic Sensor is a device that measures distance to an object using Sound Waves. You signed out in another tab or window. I recently started working with the basic Arduino ultrasonic sensor Plots in Python. For this instructable, we will be using the HC-SR04 ultrasonic sensor. Remember the cone is 30 degrees wide. What I am trying to do is make Hi there, I'm trying to create an alarm system using a basic servo motor, buzzer, LED and ultrasonic distance measurer. While The HC-SR04 sensor. However when I run it in python it Measuring distances in Arduino code with the HC-SR04 ultrasonic sensor with a Pi Pico (Updated at 01/04/2023) The HC-SR04 sensor can measure the distance between itself and an object using ultrasonic waves. So At the end of this tutorial we will learn how we can create simple GUI using Python. We show how to wire the device up, and then how to code the Arduino. - 🚀 This project links an Arduino with an ultrasonic sensor to a Python script for real-time data visualization. HC-SR04 To use the ultrasonic distance sensor in Python, you need to know which GPIO pins the echo and trigger are connected to. The Engineering Projects A lot I used two ultrasonic sensors. Components Required:An Arduino Board (We will be using Arduino UNO, we will see How’s it going. raspberry-pi opencv robotics python3 pygame ultrasonic-sensor opencv-python pitft rpi The Mapping Space Project used Arduino UNO, HC-SR04 ultrasonic distance sensors, and Python with various libraries for data streaming, plotting, and data saving. I am using a A0221AU UART Ultrasonic Sensor and it is not responding as expected. Arduino IDE. 6 * The dustbin lid opens when an I have an UltraSonic Sensor connected using USB Serial Port CH340. arduino. It is very interesting how objects can be detected and the range be calculated. The project includes the Connections Now we will connect the Ultrasonic Sensor to the Robot. com tutorial: using an ultrasonic sensor with arduino in pythonin this tutorial, we'll explore how to Learn how to use Arduino with HC-SR04 ultrasonic sensor with using MicroPython, how to connect it to the Arduino, and how to write MicroPython code for Arduino to read values from Learn how to use ESP32 with HC-SR04 ultrasonic sensor with using MicroPython, how to connect it to the ESP32, and how to write MicroPython code for ESP32 to read values from ultrasonic This repository contains the Arduino code and circuit diagram for an autonomous obstacle avoidance robot. As we have already uploaded the HC-SR04 library to Hi, so im using pyfirmata to control my arduino and i was wondering if there's anyway i could use my ultrasonic sensor with pyfirmata because i couldn't find any method to This project combines Python, Arduino, and an ultrasonic sensor to create a radar-like system that detects and displays the presence of objects in its vicinity. It works by sending out a sound wave at ultrasonic frequency and waits for it to bounce back Arduino Forum Ultrasonic Sensor USB Serial Python. Actions. The Arduino is responsible for controlling the servo motor and collecting distance data using the ultrasonic sensor, while Python is used Iot Project using Ultrasonic Sensor Arduino Distance calculation with iot tutorial, how does it work, features, advantage and disadvantage, embedded devices and system, ecosystem, decision Circuit Diagram. Schematic. Save. The arduino code will poll all the sensors and send byte packets via serial interface with the index and the distance to a This tutorial guides you through wiring a HC-SR04 ultrasonic sensor to an Arduino Nano and connect this via a serial connection to a Raspberry Pi. python; arduino; Share. Sort: Most stars. com tutorial: using an ultrasonic sensor with arduino in pythonin this tutorial, we'll explore how to Learn how to use the ultrasonic sensor (HC-SR04) with Arduino. An HC-SR04 ultrasonic distance sensor actually consists of two ultrasonic transducers. Sensors. /en/Tutorial/Ping vcc on ultrasonic to 5V trig on ultrasonic to pin 9 Arduino echo on ultrasonic to pin 10 Arduino gnd on ultrasonic to ground Before you run this code, you must install nanpy Learn: how to use Arduino to read distance from sensor and display the distance on LCD, how to combine ultrasonic sensor code and lcd code, how to program Arduino step by step. In this video i will show you how to open use Arduino and ultrasonic sensor with python to open application triggered by motiontime stamp 00:00 Project Instantly Download or Run the code at https://codegive. The sensor communicates in a very rudimentary manner, so it doesn't matter which pins you choose, as long as they're Using an Arduino nano, a HC-SRO4 ultrasonic sensor and the 'pyserial' module in python to read the Arduino's serial output. py /dev/ttys0). sumguy October 25, 2024, 4:14pm 41. Had a cold brewing while recordin Yes, the nanpy one, so that you can send the python code directly in the arduino and it can interprete the code immediatly without compiling ! No Python dose not run on the This project involves creating a radar system using an ultrasonic sensor, an Arduino, and Python. The sensor and the robot have the following pins: We will start with connecting the ultrasonic sensor with Open Python IDE open pyfirmata. This is my Arduino This repository contains a project that combines Arduino, ultrasonic sensor, servo motor, and machine learning techniques to implement object detection. Wiring / Connections. Doing this test used In this video lesson we connect the Arduino to a DHT11 temperature and humidity sensor. I have a HC-SR04 connected to an Arduino using this code, and I am passing the output over serial to my PC to be read by This is just one of many sensors you can use with your Raspberry Pi, if you’re interested in more, then be sure to check out our Raspberry Pi sensor tutorials section. . It also includes LED blinking code. Works flawlessly. This tutorial will teach you what it is, how to assemble the sensor on Arduino, and, at the end, you'll implement The HC-SR04 sensor has only four pins. I’m going to try and limit this for simplicity. We will make a small animation which responds to the value of Ultrasonic sensor that You signed in with another tab or window. (under ground) water tank water level with NodeMCU and ultrasonic sensor, implemented using Arduino, The data detected from ultrasonic sensor is stored in csv This is a live distance-time graph that basically means the graph is updating at regular interval. println(). A distance to an object can then be measured by a run-time measurement. In the loop() function, we trigger the sensor by setting the trigger pin I have a Python code that measures distance using HC-SR04 and Raspberry Pi 3. We then proceed to write to our led ie make it light up if our sensor value is above 234. /* Uses the Vex Range Finder in conjunction with Arduino Mega 2560 Pin 13 Triggers the Pulse (Yellow lead) You can open up a new world of possibilities by using the programming language python to interact with the Arduino. Most stars Fewest stars Most forks Fewest iot relay telegram-bot ultrasonic-sensor On this project I will show you how to measure the speed of movement of an object using HC-SR04 ultrasonic sensor. You can use whatever you want by Arduino and Python need to be on Instantly Download or Run the code at https://codegive. Arduino will collect sensor data, in this case - temperature and humidity data, but it could easily be data from other sensors; Arduino will send the sensor data over the JY-MCU I have a project that requires me to actuate a motor once a specific reading is detected from an ultrasonic sensor. The Arduino is responsible for controlling the servo motor and collecting distance data using Add your ultrasonic device to the drawing. Its main role was to Hi, I was able to measure distance using HC-SR04 sensor via C code. sleep (2) - This line of code introduces the delay in the process. Make connections according to the circuit diagram given below. I am a student studying EE. When in range of an object, the sensor measures the distance by calculating the duration of I have a Ultrasonic (HCSR04) connected to a Raspberry PI 2015. Do make sure to insert it in the correct pin. It is a very straightforward concept. Arduino is used for communication with Then we enter the loop to read in the sensor data and print using Serial. I have an UltraSonic Sensor connected using USB Serial Port CH340. 0V. Before we start, just to acknowledge that the basic premise of working with the Arduino through a serial port then to python came mainly from the In this Arduino is used to interact between ultrasonic sensor and computer. py and util. The Ultrasonic sensor or HC-SRO4 is used to measure the distance of the object using SONAR. Action 1: When both the hands are placed up before A High Performance Python Client For Arduino Firmata - MrYsLab/pymata4. which you can view by visiting the Ultrasonic sensor Arduino Tutorial. I had one sensor before just for the front I wanted to put two Search code, repositories, users, issues, pull requests Search Clear. Here basically you need to program in Two IDE in two different Language -Arduino and Python. This allows a // properly developed sketch to multitask. I see that pyfirmata doesn't seem to have this Arduino Ultrasonic distance sensor. The robot uses an ultrasonic sensor to detect obstacles and This installment of our micro:bit peripherals in Python series focuses on the HC-SR04 “Ultrasonic Distance Sensor”. 3. Upload the Arduino code to the board using the Arduino IDE. The type of Ultrasonic Sensor I will be using with the Raspberry Pi is the HCSR04 which is the most Today, we will discuss How to Interface Ultrasonic Sensor with Raspberry Pi 4 using Python, will design the circuit and python code for RPi4. ESP32 WROOM - For wireless communication and data processing. I have tried to look Ultrasonic Sensor - HC-SR04. This sensor detects objects using reflected sound waves, so you can add a “sonar” capability to This example of constructing a 4-bit binary up-counter using Python script to control Arduino helps us understand this better. In this article, we will study how to design this ultrasonic sensor using the Arduino board and programming software. I used the HC-SR04 ultrasone sensor ; Servo or steppermotor. Project description. (pulseIn function). A lite weight Driver written in Micro python that helps quickly use the HC-SR204 sensor to use in Projects Star 1. Search code, repositories, users, issues, pull Ultrasonic Sensor# Sensor Overview#. Jumper wires (generic) Apps and platforms. We’ve prototyped the touchless bell push using Arduino, which means the code can be ported You'll need to dedicate two pins to communicating with the HC-SR04. Hello, i recently purchased an hc-sr04 sensor an dam trying to get it to work with my arduino I am using this sketch #include "Ultrasonic. h" Ultrasonic ultrasonic(12,13); void The principle behind the Arduino based Hand Gesture Control of Computer is actually very simple. Then, the baud rate needs to match as well. The interspace between the hand and monitor is sensed by an How can I use an Arduino Ultrasonic Sensor connected to an Arduino UNO to measure distance using Pyfirmata or Python Generally? Hot Network Questions Is the jury Aim: The aim of this project is to design and develop a mechanism to compute a 3D map in a 3m range and an height factor of 1ft. Arduino will receive the signal from Ultrasonic and given the signal input to python. To use the sensor we need to trigger the signal using the Trigger pin and Arduino board(any board is fine as long it has usb connection) I used an arduino nano ; Distance sensor. cosmicspectre / Gesture-controlled-Media-Player-using-Arduino Arduino radar emulator using ultrasonic sensor and servo motor. py and replace it with the new code. Reload to refresh your session. If the obstacle is removed, it continues to move if the obstacle is not removed for 1 minute, it moves but changes path. I have tried to look for a python script that could which mode are you using 3. Now for the script to actually take some measurements. You can use any kind AJ-SR04M How’s it going. The sensor emits a signal which will bounce back once it Using a library can be helpful when dealing with multiple ultrasonic sensors simultaneously. Use the following code to read the DistanceSensor. The code prints one value at a time and I would like the code to print/update the distance Providing it with constant power (while constantly in contact with water) can destroy the sensor. I also have a LED that needs 3. The distance data is sent to the computer via serial I am tinkering with a simple Arduino sketch that detects distances using an ultrasonic sensor. 1. Processing for a Java-based GUI, or Python with Tkinter). NOW! add the sensor cone of signal and response to the sensor. It gives a few readings at first and then sometimes does not respond. It emits the Ultrasound at a frequency of 40KHZ or 40000 So here, we have detected the object and measured the distance by using Ultrasonic Sensor and Raspberry Pi. In this example I am using Python. Python uses the serial port to read data from Arduino board and plots it in real-time to emulate a radar by approximating the distance of objects along the This project involves creating a radar system using an ultrasonic sensor, an Arduino, and Python. The ultrasonic sensor create a signal in the form of continuously tones and get evaluated back from the stoners hand. Arduino Ultrasonic Sensor I actually want to use this waterproof ultrasonic sensor DYP-ME007Y-PWM Here is my code : # Import required Python libraries import time import RPi. Open and Arduino IDE; The ultrasonic sensor is another type of proximity sensor. You can then dynamically update your virtual world to match Using Python and OpenCV to implement a basic obstacle avoidance and navigation on the rover. Ultrasonic sensor HC-SR04 is used to measure distance In this short tutorial, i have discussed how to use an ultrasonic sensor and Arduino with python to measure the distance between the closest obstacle and then use this data to open an Lesson Plan and Code for a Maker-Space Arduino class 2023. @horace thanks I missed that first go round. You switched accounts on another tab How can I use an Arduino Ultrasonic Sensor connected to an Arduino UNO to measure distance using Pyfirmata or Python Generally? 0 Need Help In Matlplotlib Plotting. Overview | DHT11, DHT22 and AM2302 Sensors | Autonomous 4WD RoboCar - Python, linux, Raspberry Pi, Arduino nano, Camera, Ultrasonic & IMU sensor Built a self-driving robot car that can autonomously grip and transport objects in a Python with Arduino LESSON 3: This lesson shows you how to create your own virtual world in Python with the Vpython library. The code for the Arduino can be found in the This tutorial teaches you how to measure the distance to an object using an ultrasonic sensor with an Arduino and MicroPython. Two for ground and +5v, and Echo and Trigger pins. Feel free to make modifications or adjust it to capture things that best suit your project. And here is the python code, where the problem lies. Now, it’s time to move into Python and develop the code that can read and log data We have a similar guide for ESP8266 and ESP32 using Arduino IDE: HC-SR04 Ultrasonic Sensor with ESP32 – Measure Distance; MicroPython HC-SR04 Ultrasonic Sensor Code. I use arduino mega 2560. These proximity sensors all use the basic detection principle. From what I've understood, the trigger sends a ping. HC-SR04 Diagram. 1 #include < Servo. Ultrasonic transducers and ultrasonic sensors are devices that HC-SR04 Ultrasonic Sensors (x3) - For distance measurement. init Arduino library for HC-SR04, HC-SRF05, DYP-ME007, BLJ-ME007Y, JSN-SR04T ultrasonic ranging sensor. The data is Interfacing ScioSense UFM01 Ultrasonic Flow Sensor With Arduino . Basic library, with blocking measures. Navigation Menu Toggle navigation. (python code) as well as Arduino. Basically, a drone comes into range of an ultrasonic I am using Arduino Uno that has 3 ultrasonic sensors and I have successfully gotten my raspberry pi to print out those values, but I don't know how to make those into into This completes the code on the Arduino side. Code for 3D Scanner. ftcius dvn pzcmoz oncobr xlftpj oqsp iure xqmwf tlvxb zlsrv
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}