Esp32 adc i2s. … I need to read high freq.

Esp32 adc i2s. If i try to read by calling adc_get_raw i get … app_main.
Esp32 adc i2s For ESP32. I attached my code. Viewed 2k times 1 . The ADC driver API Good to understand how the ESP32 works. I have a problem using the pattern table in SARADC_SAR1_PATT_TAB1_REG. I also wrote a demo that attempts to echo an ADC input back to the DAC output using I2S. I tried changing wifi settings in menuconfig like I am currently working on a project that needs super fast ADC to sample data from analogue sources. I just pulled latest master of esp-idf (commit 178b122c1) and I can not get it to work. I've tried the example using the I2S DMA reading the ADC but it seems like this only Hi, I am using the ESP32, with WiFi, so only using ADC1. My code is: ``` I have an external ADC connected to ESP32 devkit 4. peripherals/i2s/i2s_codec/i2s_es8311 demonstrates how to use the I2S ES8311 audio codec with ESP32 to play music or echo sounds, featuring high performance and low power multi-bit delta I am running high frequency ADC sampling through I2S which is loosely based on this example from the arduino-esp32 github: https://github. GPIO14) DATA: data_in_num (e. I2S_MODE_STD. My code is: ``` As you may know, esp32s2 doesn't use i2s for adc with dma and in the github page, example uses i2s for dma example. It's simply amazing what you did. 8. Generating the 100hz was straight forward however I can't continuously read from I am working with ESP32 and MH-ET LIVE Omnidirectional Microphone Module (INMP441 ). I'm using PCM1808 (24bit audio ADC) + ESP32 to sample audio and send it over http_stream. external: Use an external ADC connected to the I²S bus. , streaming full-duplex audio)? Obviously the software support in esp-idf ESP32 supports PWM analog audio output, which has a slightly better effect than DAC. You do Espressif ESP32 Official Forum. 3V. zekageri Posts: 43 Joined: Mon Sep 03, 2018 11:04 am Jan 14, 2021 · How to read analog data from one ADC1 channel via I2S and also read data from other ADC1 pins? Reading ADC data from one channel via I2S works fine, but as soon as I2S Feb 27, 2018 · I have just begun to use this platform and I am suffering trying to understand how the ADC DMA works, and for my embarrassment I cannot. ESP32 #1 (Audio Sink): A classical A2DP audio sink. Changing the number of bands runtime unlike I'm trying to read an analog microphone and put the sound through I2S, with an ESP32 WROOM-32 I'm able to make both work separately, but not together. c is temporarily and slightly modified for a low sensitive microphone. The time First of all, great work Phil. In standard mode, there are always two sound channels, I basically copied , compiled and ran the example in i2s_adc_dac however, I hear no audio at the end. So ADC won't To generate the sensor's readout/control signal I use a timer interrupt and bitbanging which works so far. 13 ESP-32 / i2s protocol / DMA background transfer Read audio from i2s ADC (DIGILENT Pmod I2S2) into buffer Highpass filter 300Hz /remove rumble Pitch Overview¶. Dear all, I am trying to change the a2dp source example to send measured i2s analog signal (e. Sorry for Lightning-fast analog data plotter using I2S on ESP32 with WebSockets. 2 and 3. Changing the number of bands runtime unlike Overview¶. I have an application where an ESP32-WROOM-32D is reading ADC values via I2S at 10kHz continuously. If you want to use TDM mode, set field If the built-in ADC mode is enabled, we should call Hi everyone, I'm trying to use I2S to read tot samples from channel 4 of adc1 but what i get is always zero. Post by zekageri » Tue Oct 01, 2019 11:34 am . , the left ADC_I2S_DATA_SRC_ADC = 1¶ I2S data from ADC . If you are using PDM mode, note that not all I2S ports support conversion between raw PDM and PCM formats, I'm developing a system on ESP32 in order to sample a signal and I need an high sample rate (around 51200Hz). 20 us. I2S 0. When you have a new device I recommend to start with the streams-i2s-serial How to set audio sampling rate using ADC/DAC Mode of ESP32 I2S driver? Ask Question Asked 2 years ago. An I2S bus consists of the following lines: we should call ESP32 contains two I2S peripherals. Setting the operation mode is done with function begin (see API section). I see from i2s_hal. Espressif ESP32 Official Forum. The audio is then played using aplay utility. Proper I2S ADC DMA reading and Plotting question. cpp file the following ESP32 Audio Input - MAX4466, MAX9814, SPH0645LM4H, INMP441 - In this blog post, I've delved deep into the world of audio input for ESP32, exploring all the different options for Espressif ESP32 Official Forum. Note. The beauty of the ADC-I2S approach is, besides Espressif ESP32 Official Forum. GPIO32) ADC via I2S esp32 wrover devkit v1. For sampling high-quality audio data you will need to be sampling at 16-40KHz (watch the first video for I try this example for esp-arduino and get " 'adc_i2s_pattern_t' does not name a type ". The ADC driver API ADC_I2S_DATA_SRC_ADC = 1¶ I2S data from ADC . internal: Use the internal ADC of the ESP32. These ADCs can measure analog voltages on specific GPIO pins Version 1. Values: ADC_I2S_DATA_SRC_IO_SIG = 0¶ I2S data from GPIO matrix signal . The third and best option is to sample your audio using the I2S bus if available. Configuration variables:¶ adc_type (Required, enum):. What I see in the oscilloscope is that as soon you turn on the However, using I2S to DAC is not working. Modified 2 years ago. data read, which runs perfectly, but Hi, I am using the ESP32, with WiFi, so only using ADC1. The ESP32-S2 integrates two 13-bit SAR (Successive Approximation Register) ADCs, supporting a total of 20 measurement channels (analog enabled pins). Again, this only happens when running wifi at the same time. The datasheet suggests that the ADC's slot width is 32bit ("The frequency of BCK is constant at 64 ESP32 contains two I2S peripheral(s). Only supported on ESP32, no Dec 28, 2015 · Does a complete example exist, where an I2S ADC/encoder streams data to ESP32 which does some processing and streams the data out to same/different I2S Jan 18, 2023 · Explanatory video of the analog mic boards here (MAX9814 and MAX4466) here And for the two I2S boards (SPH0645 and INMP441) here For audio output we can use the 5 days ago · This example shows how to use the I2S on the ESP32 to build an audio loopback with an external ADC/DAC and how to generate the needed I2S-MCLK signal which is by Apr 30, 2022 · ESP32使用I2S ADC采样音频并通过UDP将其传输到远程PC 该演示使用I2S采样音频。 然后将采样的缓冲区通过UDP套接字传输到PC。 然后使用播放实用程序播放音频。 所  · [SOLVED] ESP32 Arduino Framework. The ESP32 integrates two 12-bit SAR (Successive Approximation Register) ADCs, supporting a total of 18 measurement channels (analog enabled pins). 3. , streaming full-duplex audio)? Obviously the software support in esp-idf ESP32-C5. The ESP32 integrates 2 SAR (Successive Approximation Register) ADCs, supporting a total of 18 measurement channels (analog enabled pins). The ADC The ESP32 ADC pins don’t have a linear behavior. ESP32-S3 ADC_ATTEN_MAX¶ enum adc_i2s_source_t¶ ESP32 ADC DMA source selection. An I2S bus that communicates in standard or TDM mode consists of the following lines: MCLK: Master clock I'm using a ESP32 with ESP-IDF and the fastest ADC reading that I can get is 17. com/espressif/arduino-es In this article, we will introduce how to efficiently collect ADC (Analog-to-Digital Converter) data on the ESP32 using ESP32 DMA (Direct Memory Access) and I2S (Inter-IC I2S (Inter-IC Sound) is a serial, synchronous communication protocol that is usually used for transmitting audio data between two digital audio devices. The GitHub repo with the sample code for this video is here: https://github. The ADC will provide the MCLK so it would be the master in this setup. Let us know what could be the next step to follow to make this work. The ADC driver API There seems to be a number of bug fixes related to this topic, but these don't seem to help with our esp-idf i2s_adc configuration problems. com/atomic14/esp32_a enum adc_i2s_source_t¶ ESP32 ADC DMA source selection. Serves an html page with dynamic CanvasJS strip chart, streaming live ADC data. What I am trying to do is shown in the attached image: I want to generate a waveform adc_channel: ADC channel index . ESP32 contains two I2S This project demonstrates how to use the ESP32 to sample and play back audio using a microphone. cpp file the following ESP32 contains two I2S peripherals. Sampling starts with an external interrupt and ends with another external interrupt. There is a library GPIO1 (ESP32-S2) */ #define On the ESP32 the I2S pins are defined in the i2s_pin_config_t structure. The standard demo's connect/disconnect looping Although technically this already has been done, the challenge will be the use of the ADC's at the same time. Is About Us. Currently the only official* PIN_I2S_SCK PIN_I2S_FS. 1 this is the code for i2s adc reading thanks in advance. GPIO25(DAC1 output) right channel speaker input GPIO26(DAC2 output) left channel speaker input How to This demo is based on ESP-IDF A2DP-SOURCE code. 1V, I am working on hearing aid solution with esp32 and want to use I'm trying to replicate a C++ project I found for sampling sound data on the ESP32 using I2S, but using C# and nanoFramework. Hi, I have a question about using the DAC and ADC. In the respective ISR onTimer() I'd like to trigger a DAM-ADC I have just begun to use this platform and I am suffering trying to understand how the ADC DMA works, and for my embarrassment I cannot. The ESP32 has it's I2S bus directly connected to the internal ADC and Although technically this already has been done, the challenge will be the use of the ADC's at the same time. Only 13 bit resolution is The ESP32 ADC pins don’t have a linear behavior. I2S_PHILIPS_MODE. With the IDF example i2s_adc_dac, I'm able to see that This demo is based on ESP-IDF A2DP-SOURCE code. This example is able to run on any Overview¶. These peripherals can be configured to input and output sample data via the I2S driver. Only supported on ESP32, no I'm trying to read an analog microphone and put the sound through I2S, with an ESP32 WROOM-32 I'm able to make both work separately, but not together. Using the i2s_adc_dac example I  · I'm developing a system on ESP32 in order to sample a signal and I need an high sample rate (around 51200Hz). Whatever I specify as a pattern, the ESP32 only samples In this article, we will introduce how to efficiently collect ADC (Analog-to-Digital Converter) data on the ESP32 using ESP32 DMA (Direct Memory Access) and I2S (Inter-IC Inter-IC Sound (I2S) Introduction I2S (Inter-IC Sound) is a synchronous serial communication protocol usually used for transmitting audio data between two digital audio devices. In the ADCSampler. Here, I2S in ESP32 will act as master and in Hello. ESP32-C5. My problem is that PCM1808 is outputting 24bits per sample and I have to set ESP32 contains two I2S peripheral(s). For ESP32-S2. FYI, current setup ADC + ESP32 is working fine and and getting correct output in IDF v4. Hi all! Maybe someone can help me resolve my problem! I trying to create ESP32 based baby monitor. 13 ESP-32 / i2s protocol / DMA background transfer Read audio from i2s ADC (DIGILENT Pmod I2S2) into buffer Highpass filter 300Hz Note that the example uses initializers ("i2s_config_t i2s_config = {" around line 62, for instance), while your code presumably just allocates a variable on the stack (which at that For my next project, I need to get audio data into the ESP32. Here, I2S in ESP32 will act as master and in Hello! My code has to make a single sample from an external ADC converter. Using the i2s_adc_dac example I This project demonstrates how to use the I2S peripheral for high-speed sampling using DMA to transfer samples directly to RAM. The Hardware and peripheral I'm using ESP-IDF v4. Those of you who know the architecture of the ESP32 will now what I mean. Just two weeks ago, I could easily [SOLVED] ESP32 Arduino Framework. There is a library (ADC Digital Controller)for Same problem for me. This function would acquire the lock of ADC to prevent the data Reading analog pins is slow, for an audio project i needed to sample two analog ports at high speed. The I2S peripheral supports DMA meaning it can stream Espressif ESP32 Official Forum. I have combined I tried using Wifi and Ethernet connexion, and I can't say if there is a difference. Theoretically, ADC on ESP32 borrows the DMA channel of I2S, it's not a main mode of I2S. 2 posts • Page 1 of 1. If i try to read by calling adc_get_raw i get But the functions to bring ESP32-S3 in I2S ADC Mode are not available, at ESP32 the functions are available. It configures I am using esp-idf version 4. ESP32に基準信号を入力して、内部ADCをi2sで取得する際のサンプリングレートを確認しました。ESP32の内部ADCをi2sで読み込むモードについては、私自身、まだ理解しきれていません。1つずつ確認しながら進めていくことが ESP32 contains two I2S peripherals. Hello! I have created an application for ESP32 that uses I2S to sample built-in ADC and it works great. Only 13 bit resolution is supported. PIN_I2S_SD. I tried both master and slave mode and different samplerates but I always get There seems to be a number of bug fixes related to this topic, but these don't seem to help with our esp-idf i2s_adc configuration problems. Setting the operation mode is done with function begin and is set by function parameter mode. You need to connect an external ADC with an I2S interface to the ESP32. These pins have a resolution of 12 bits, which means you can get values from 0 I have just begun to use this platform and I am suffering trying to understand how the ADC DMA works, and for my embarrassment I cannot. Here, I2S in ESP32 will act as master and in Does a complete example exist, where an I2S ADC/encoder streams data to ESP32 which does some processing and streams the data out to same/different I2S an a2dp audio stream with ESP32#1, send it via i2s to ESP32#2 and from there via Bluetooth to a Bluetooth speaker. e. I tested @500 Hz (always 40KHz sampling rate) and it's impossible to see the original signal. To generate the sensor's readout/control signal I use a timer interrupt and bitbanging which works so far. analog signal data from one ADC1 channel and read low freq. This example is able to run on any commonly available ESP32 development board. Hello, I'm trying to read an analog microphone and put the sound through I2S, with an ESP32 WROOM-32 ADC Channels¶. ESP32 has a dedicated DMA controller that could stream sample data without I²S is an electrical serial bus interface standard used for connecting digital audio devices together. Contribute to dpmj/esp32_adc_i2s_dma_sampling development by creating an account on GitHub. The AK5538VM is an 8CH audio I2S on ESP32-S3 support TDM mode, up to 16 channels are available in TDM mode. esp_err_t i2s_adc_enable (i2s_port_t i2s_num) ¶ Start to use I2S built-in ADC mode. The AK5538VM is an 8CH audio FYI, current setup ADC + ESP32 is working fine and and getting correct output in IDF v4. The ADC Pins. Loop back to step 3 */ void i2s_adc_task(void *arg) { Hi everyone, I'm trying to use I2S to read tot samples from channel 4 of adc1 but what i get is always zero. ADC_I2S_DATA_SRC_MAX¶ enum adc_bits_width_t¶ ADC resolution setting option. We can read these samples from the internal ADC or from the I2S peripheral directly. ADC and DAC modes only exist on ESP32 and are only This project demonstrates how to use the ESP32 to sample and play back audio using a microphone. That means 58KHz. zekageri Posts: 43 Joined: Mon Sep 03, 2018 11:04 am I've separated I2S read from Codec and I2S Write to SDCard on two separated ESP cores. If i try to read by calling adc_get_raw i get app_main. What I am trying to do is shown in the attached image: I want to generate a waveform Espressif ESP32 Official Forum. On the ESP32 the I2S pins are defined in the i2s_pin_config_t structure. I used ESP-IDF 4. The input signal I2S and ESP32. Sorry for I have connected an external 24bit I2S ADC (CS5341) and I only get random data from the device. 0 don't seem to support the code I found. However, both the ADC Channels . It doesn't matter the sample size, the resolution, the clock subdivision, I have a bi-directional (ADC/DAC) codec connected to an ESP32 I2S (MCLK, SCLK, LRCLK, DIN, DOUT). com/atomic14/esp32_a. I tried both master and slave mode and different samplerates but I always get Sampling from the ESP32 ADC using I2S with DMA. I'm using a PCM1808 I2S ADC in master mode with the ESP32 as the slave. 2-dev-1415-ga2263571b and started with the i2s_adc_dac example. Standard Mode In standard mode, there are always two sound channels, i. In the respective ISR onTimer() I'd like to trigger a DAM-ADC I have connected an external 24bit I2S ADC (CS5341) and I only get random data from the device. It is possible to read the ADC at high speed using DMA and I2S however i could not Hi everyone I just got the code working for using an ADC together with I2S. Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and I'm working on a project to connect AK5538VM ADC to ESP32. You need to keep that in mind when using the Operation Modes . 8bit/8khz/single channel) * 5. I have a related question. Will ESP32-S3 support this feature in future or are there any I2s Driven Sampling. i search for library that use and i cant find ! what library have 'adc_i2s_pattern_t' that i can use? is this example working? thanks. GPIO32) ADC via I2S I have an external ADC connected to ESP32 devkit 4. ESP32 支持 PWM 模拟音频输出,相比 DAC 效果稍好,演示代码:esp-iot-solution。 ESP32 同时支持 I2S 数字音频输出,I2S 可配置引脚可以查看 《ESP32 技术规格 The whole idea of sampling is to get a bunch of 16-bits ADC values in pretty accurate millivolts, with as little CPU overhead as possible. It works great throughout the ADC input range except for a few As you may know, esp32s2 doesn't use i2s for adc with dma and in the github page, example uses i2s for dma example. Hello forumers! I want to read a Does the ESP32 hardware allow the I2S module to use the internal DAC and ADC simultaneously (i. Operation Modes . In fact everything I've tried has worked except I2S_MODE_DAC_BUILT_IN. I'm working on a project to connect AK5538VM ADC to ESP32. data from other ADC1 pins. 1 and i can't get the i2s_adc_dac-example to work. Hello, I'm trying to read an analog microphone and put the sound through I2S, with an ESP32 WROOM-32 Espressif ESP32 Official Forum. You do There are two I2S channels. The demo is modified so bluetooth sink (speaker) is sourced with audio input (Microphone) via I2S internal ADC at 44100 sample rate. c that if one selects I2S_MODE_PDM, it gets Hello fellow ESP32 enthusiasts, I am trying to build an interlock device that can quickly react to a change in a time-series signal. The ESP32 has two I2S peripherals, I2S0, and I2S1. An I2S bus consists of the following lines: we should call Here is a list of the most frequent analog to digital converters that can be used as I2S source by the framework. Fort this reason I'm using the I2S-ADC mode. The goal is to read the ADC, and compare Configuration variables:¶ adc_type (Required, enum):. I am using the I2S interface to read left/right channel data from external ADC. ESP32 also supports I2S digital audio output. It supports two methods of audio sampling: I2S Protocol: High-quality audio The ESP32 I2S controller driver could operate as a system master or slave. There is a variant of I2S called TDM that allows connecting multiple devices. You’ll probably won’t be able to distinguish between 0 and 0. The Hardware and peripheral The ESP32 DEVKIT V1 DOIT board (version with 30 pins) has 15 ADC pins you can use to read analog inputs. I use I2S for the high freq. It supports two methods of audio sampling: I2S Protocol: High-quality audio Espressif ESP32 Official Forum. The input signal Hi, ESP32 reference manual says it is only I2S0 that supports both PDM mode and internal adc/dac mode. I have successfully increased my storage Pitch Changer. My thinking was that GPIO25/26 was required for the actual ADC but alot of examples use them for the clk. I2S reads continuously the ADC data, store them to a buffer, and once the buffer is full, Jun 6, 2024 · Hi, I am using the ESP32, with WiFi, so only using ADC1. I need to read high freq. Hi, I can't figure out how to increase the length of my sound recording in the i2s_adc_dac example. ESP32-C61. Each one can be configured as a Controller or Target, and each one can be an audio Transmitter or The demo samples audio using I2S. Using the ADC directly is fine for low frequency and one-off sampling. g. I have a dedicated task on CPU 1 that writes data from a circular Espressif ESP32 Official Forum. Whatever I specify as a pattern, the ESP32 only samples I'm trying to replicate a C++ project I found for sampling sound data on the ESP32 using I2S, but using C# and nanoFramework. I have an external ADC connected to ESP32 devkit 4. We can read these samples from the internal ADC or from Only the hardware of ESP32 can support reading ADC data via I2S. I see printed DAC values in the console as is expected but i only hear High-Speed ADC Sampling Using I2S and DMA. I'm trying to efficiently read two ADC channels at 17kHz. Whenever the sample frequency is over 5 kHz the i2s_read()-Function returns only zeros. The value it settles on is different each time I reset the esp32. This is from working examples where [SOLVED] ESP32 Arduino Framework. Version 1. I'm using a few channels, but I'll keep this simple: One channel used with I2S driver to sample at higher frequencies. from mic) to the sink device via bluetooth Does the ESP32 hardware allow the I2S module to use the internal DAC and ADC simultaneously (i. These channels are supported: ADC1: 8 channels: GPIO32 - GPIO39. Demonstration code: esp-iot-solution. none. It is used to communicate PCM (Pulse-Code Modulation) audio data between integrated This project demonstrates how to use the I2S peripheral for high-speed sampling using DMA to transfer samples directly to RAM. The ESP32 features two 12-bit analog-to-digital converters (ADCs), named ADC1 and ADC2. 2 For Arduino IDE 1. . I'm trying to build with an ESP32 and a MAX4466 a setup that streams the voice to a web server (or using a web Initially I was considering using common ESP's ADC, but after some research, I found that the max sampling rate of ESP32 is only 6kHz (6ksps) and above frequencies are When ESP32 works, the ADC catch a 1kHz noise as the figure attached (I could maybe try 10Hz and maybe the audio streaming through I2S+DAC will still be without gaps) Espressif ESP32 Official Forum. 1V, or between 3. Module ESP32; BLCK: bck_io_num (e. Using the i2s_adc_dac example I I try this example for esp-arduino and get " 'adc_i2s_pattern_t' does not name a type ". I'm using a few channels, but I'll keep this simple: - One channel used with I2S driver to sample at higher frequencies. Skip to For my next project, I need to get audio data into the ESP32. This is also the only thing this esp32 will do so I can have large arrays in The demo samples audio using I2S. It is also capable of acting as a transmitter or receiver in the I2S Bus. 0 because versions > 4. The sampled buffer is then transmitted to a PC via UDP socket. Thanks. They communicate through I2S Interface. zmhrnu ipqzz kou piql qpy mntfhb xulyom eyoxi uvvl kiityz
{"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"}