Skip to content

Instantly share code, notes, and snippets.

rst:0x5 (DEEPSLEEP_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0x00
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0008,len:4
load:0x3fff000c,len:3348
load:0x40078000,len:11408
load:0x40080000,len:268
entry 0x40080034
W (30) boot: force 0, enable 1, tieh 0, drefh 0, drefm 0, drefl 1
############################################################################################################
#
# General Setting
#
############################################################################################################
- general: MTK_PLATFORM_CFG
info:
- config_version: V1.1.2
platform: MT6737M
project: x6068_blu_s3_37m35
from gps3 import gps3
gps_socket = gps3.GPSDSocket()
data_stream = gps3.DataStream()
gps_socket.connect()
gps_socket.watch()
for new_data in gps_socket:
if new_data:
data_stream.unpack(new_data)
############################################################################################################
#
# General Setting
#
############################################################################################################
- general: MTK_PLATFORM_CFG
info:
- config_version: V1.1.2
platform: MT6580
project: nck_team
############################################################################################################
#
# General Setting
#
############################################################################################################
- general: MTK_PLATFORM_CFG
info:
- config_version: V1.1.2
platform: MT6580
project: honeylab
[WRAP] _pwrap_init_sistrobe [Read Test of MT6350] tuning,index=0 rdata=800
[WRAP] _pwrap_init_sistrobe [Read Test of MT6350] pass,index=1 rdata=5AA5
[WRAP] _pwrap_init_sistrobe [Read Test of MT6350] pass,index=2 rdata=5AA5
[WRAP] _pwrap_init_sistrobe [Read Test of MT6350] pass,index=3 rdata=5AA5
[WRAP] _pwrap_init_sistrobe [Read Test of MT6350] pass,index=4 rdata=5AA5
[WRAP] _pwrap_init_sistrobe [Read Test of MT6350] pass,index=5 rdata=5AA5
[WRAP] _pwrap_init_sistrobe [Read Test of MT6350] pass,index=6 rdata=5AA5
[WRAP] _pwrap_init_sistrobe [Read Test of MT6350] pass,index=7 rdata=5AA5
[WRAP] _pwrap_init_sistrobe [Read Test of MT6350] tuning,index=8 rdata=1001
[WRAP] _pwrap_init_sistrobe [Read Test of MT6350] tuning,index=9 rdata=B54B
/*
ESP8266 mDNS responder sample
This is an example of an HTTP server that is accessible
via http://esp8266.local URL thanks to mDNS responder.
Instructions:
- Update WiFi SSID and password as necessary.
- Flash the sketch to the ESP8266 board
- Install host software:
Booting...
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@ chip__no chip__id mfr___id dev___id cap___id size_sft dev_size chipSize
@ 0000000h 0c22017h 00000c2h 0000020h 0000017h 0000000h 0000017h 0800000h
@ blk_size blk__cnt sec_size sec__cnt pageSize page_cnt chip_clk chipName
@ 0010000h 0000080h 0001000h 0000800h 0000100h 0000010h 0000027h MX25L6405D
@
/**
* Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "pico/stdlib.h"
int main() {
int pinFirst=0;
int pinLast=15;
/**
* Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
// !!! patched to majocairis lcd !!!!
#include <stdio.h>
#include <math.h>
#include "pico/stdlib.h"