Search

2016年8月18日 星期四

LD7032 0.5" OLED test board

LD7032的測試版上面放了ATMega328與MSP430FR5739,OLED要吃一個15v的電壓與Drive IC吃5v兩個電壓,15v升壓可以參考下面電路。基本上與對岸出的demo board一樣,這東西唯一麻煩的是connector不是普通的FPC而且超難焊很容易融化...插拔幾次後金手指就接觸不良了...,






2016年5月18日 星期三

MSP430FR5739 Mini





/* Blink
  The basic Energia example.

  Turns on an LED on for one second, then off for one second, repeatedly.
  Change the LED define to blink other LEDs.
  
  Hardware Required:
  * LaunchPad with an LED
  
  This example code is in the public domain.
*/

// most launchpads have a red LED
#define LED 30
  
// the setup routine runs once when you press reset:
void setup() {                
  // initialize the digital pin as an output.
  pinMode(LED, OUTPUT);     
}

// the loop routine runs over and over again forever:
void loop() {
  digitalWrite(LED, HIGH);   // turn the LED on (HIGH is the voltage level)
  delay(50);               // wait for a second
  digitalWrite(LED, LOW);    // turn the LED off by making the voltage LOW
  delay(50);               // wait for a second
}




2016年4月24日 星期日

MiniDAC

PCM2706 + PCM5102A 32Bit 384KHz OTG,做給女朋友的生日禮物。

=============2016/09/24===============
重新洗一板白色的比較好看

2016年3月23日 星期三

最近實驗用


5v to 12v



Analog Switch TS3A5017
藉由控制IN1 IN2來決定D連結到S1 S2 S3 S4