ShuLand
-
[STM]STM32F103x RESET 관련
STM32F103x Reset STM 칩 내부에 슈미트 트리거가 있어서 판단이 힘든 전압을 판단하여 HIGH, LOW를 판단해 Reset을 걸어준다. NRST(RESET핀) 어떤 Reset을 걸던지 NRST핀에 걸리게 되어있다. 내부에 풀업저항이 달려있다. 그래서 평상 시에 HIGH상태를 유지하다가 내부 스위치에 의해 GND로 떨어지면 LOW 상태로 변하면서 Reset이 걸린다. 외부에서 NRST Pin을 제어할 경우 push-pull 특성으로 구성하지...
-
[TETRA]protocol architecture
Mobile/base protocol architecture Layer 1 modulation/demodulation transmitter/receiver switching frequency(or channel) setting RSSI(outputs Radio-Signal-strength-Indicator frequency correction power control broadcast parameters related to power control part of the MAC symbol synchronization receiving/submitting data from and to the MAC slot flag coding/de-coding using two distinct training sequences scrambling/de-scrambling ## Layer 2 **Medium Access...
-
[TETRA] modulation (pi/4 DQPSK)
TETRA MODULATION TETRA는 변조방식으로 pi/4-차등 4위상 편이 변조(pi/4 DQPSK)를 사용한다 차등(Differential)은 정보가 절대적인 상태로 운반되지 않는다 또한 몇몇 경우에 천이에 제한이 있다. 반송파 궤도가 원점을 통과하지 않는 pi/4 DQPSK에서 발생한다. DQPSK 전송시스템은 어떤 심볼 위치에서 다른심볼 위치로 천이할 수 있다. pi/4 DQPSK의 변조 형식은 45도(pi/4 라디안) 만큼의 두개의 QPSK constellation...
-
[Bluetooth]Bluetooth
Bluetooth
-
[C]pthread in visualstudio/windows
visualstudio/windows 에서 pthread 사용하기 pthread를 visualstudio/windows 에서 사용하려 하였지만 되지않았다. pthread.h를 찾아서 다운받아서 빌드하였다. 다운받은 디렉토리내의 dll 파일들을 C:\windows\System32 디렉토리에 모두 복사한다. 하지만 pthreadVC2.dll 오류가 나서 C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin 이곳에 dll 파일을 넣어주었다. 비주얼 스튜디오를 연다. 프로젝트 -> 속성 -> VC++ 디렉터리를 연다. 포함디렉터리에 include 디렉터리의 경로를...