Skip to content

Commit

Permalink
Add Smart Bee Data Logger board (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
strid3r21 authored Dec 11, 2023
1 parent 275f117 commit fa33c2b
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions boards/bee_data_logger.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"build": {
"arduino": {
"ldscript": "esp32s3_out.ld"
},
"core": "esp32",
"extra_flags": [
"-DARDUINO_BeeDataLogger",
"-DARDUINO_RUNNING_CORE=1",
"-DARDUINO_EVENT_RUNNING_CORE=1",
"-DARDUINO_USB_CDC_ON_BOOT=1"
],
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "qio",
"hwids": [
[
"0x303A",
"0x815C"
]
],
"mcu": "esp32s3",
"variant": "Bee_Data_Logger"
},
"connectivity": [
"bluetooth",
"wifi"
],
"debug": {
"openocd_target": "esp32s3.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "Smart Bee Data Logger",
"upload": {
"flash_size": "8MB",
"maximum_ram_size": 327680,
"maximum_size": 8388608,
"use_1200bps_touch": true,
"wait_for_upload_port": true,
"require_upload_port": true,
"speed": 460800
},
"url": "https://github.com/strid3r21/Bee-Data-Logger",
"vendor": "Smart Bee"
}

0 comments on commit fa33c2b

Please sign in to comment.