Skip to content

Instantly share code, notes, and snippets.

View drewandre's full-sized avatar

Drew André drewandre

View GitHub Profile
I (55260) FFT: 112.000000
I (55260) FFT: 32.000000
I (55260) FFT: 175.000000
I (55260) FFT: 48.000000
I (55260) FFT: 218.000000
I (55260) FFT: 29.000000
I (55260) FFT: 215.000000
I (55270) FFT: 48.000000
I (55270) FFT: 29.000000
I (55270) FFT: 27.000000
I (1129) FFT: 0.000000
I (1139) FFT: 0.844328
I (1139) FFT: 0.904827
I (1139) FFT: 0.125333
I (1149) FFT: -0.770513
I (1149) FFT: -0.951057
I (1149) FFT: -0.248690
I (1159) FFT: 0.684547
I (1159) FFT: 0.982287
I (1159) FFT: 0.368125
E (14883) BT_APPL: bta_av_rc_create ACP handle exist for shdl:0
I (14883) BT_AV: A2DP connection state: Connecting, [38:53:9c:46:b7:ac]
I (14913) BT_AV: A2DP audio stream configuration, codec type 0
I (14923) I2S: APLL: Req RATE: 44100, real rate: 44099.988, BITS: 16, CLKM: 1, BCK_M: 8, MCLK: 11289597.000, SCLK: 1411199.625000, diva: 1, divb: 0
I (14923) BT_AV: Configure audio player 0x21-0x15-0x2-0x35
I (14933) BT_AV: Audio player configured, sample rate=44100
I (15103) BT_AV: AVRC conn_state evt: state 1, [38:53:9c:46:b7:ac]
W (15303) BT_APPL: new conn_srvc id:19, app_id:0
I (15303) BT_AV: A2DP connection state: Connected, [38:53:9c:46:b7:ac]
I (15643) BT_AV: AVRC remote features 0x24b
@drewandre
drewandre / dsps_view.txt
Created March 19, 2020 17:58
dsps_view output
W (793794) FFT: Signal x1
I (793794) view: Data min[1769] = 2.009361, Data max[0] = 75.578827
________________________________________________________________________________________________________________________________
0 |
1 |
2 |
3 |
4 |
5| |
6|
#include "esp_dsp.h"
#include <stdint.h>
#ifdef __cplusplus
extern "C"
{
#endif
#include <stdint.h>
#include <stdbool.h>
@drewandre
drewandre / main.c
Created March 18, 2020 17:22
FastLED on ESP32-LyraT 4.3
#include "Arduino.h"
#include "FastLED.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <math.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
Processing esp32dev (platform: espressif32; board: esp32dev; framework: espidf)
-----------------------------------------------------------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32dev.html
PLATFORM: Espressif 32 1.11.2 > Espressif ESP32 Dev Module
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
DEBUG: Current (esp-prog) External (esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
PACKAGES:
- framework-espidf 3.30300.190916 (3.3.0)
- tool-esptoolpy 1.20600.0 (2.6.0)
! function(e, n) {
"object" == typeof exports && "undefined" != typeof module ? module.exports = n() : "function" == typeof define && define.amd ? define(n) : (e = e || self).SendBirdSyncManager = n()
}(this, function() {
"use strict";
function d(e) {
return (d = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(e) {
return typeof e
} : function(e) {
return e && "function" == typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e
@drewandre
drewandre / .eslintrc
Last active October 11, 2019 14:43
ADK Group eslint file for react web and native projects
{
"extends": [
“react-app”,
“@react-native-community”
],
“overrides”: [
"arrow-parens": ["error", "always"] // https://eslint.org/docs/rules/arrow-parens#always
]
}
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
module.exports = {