Close

1996 Results for "%EC%B2%AD%EC%A3%BC%EC%98%A4%ED%94%BC%ED%9B%84%EA%B8%B0%E2%9E%AFwww.optime4com%EC%B2%AD%EC%A3%BC%EC%98%A4%ED%94%BC %EC%B2%AD%EC%A3%BC%EB%A7%88%EC%82%AC%EC%A7%80 %E2%9E%AF %EC%B2%AD%EC%A3%BC%EC%98%A4%ED%94%BC%E1%99%96 %EC%B2%AD%EC%A3%BC%EC%98%A4%ED%94%BC%EC%98%A4%ED%94%84%E1%99%96 %EC%B2%AD%EC%A3%BC%ED%9C%B4%EA%B2%8C%ED%85%94 %EC%B2%AD%EC%A3%BC%ED%82%A4%EC%8A%A4%EB%B0%A9 %ED%83%80%EC%9E%84"

  • Finally, some publicity!

  • An article recently published on MOONGIFT, a Japanese developer site, has showcased RasDash! The article is entirely in Japanese and Google Translate won't accept the URL as it has special characters but YANDEX does. Below are some links and a basic...
  • Attempted architecture redesign (2022-08-19)

  • Original date: 2022-08-19 Related tweets: [1] [2] The RF test PCB was submitted to the PCB factory. In the meantime, I was trying to redesign the architecture to mitigate the problems of the current design: Power consumption is not low enoughIt...
  • waiting tin welder

  • while I'm waiting my JBC substitution I continue learning about amplifications UPDATE: FM antenna 50Ω ->TL 50Ω -> LC net 50Ω-391Ω -> CE 391Ω-180Ω -> LC net 180Ω-1815Ω -> CE 1815Ω-180ΩI want...
  • Source code for the KMP app

  • Open source code:You can find the source code here : - GitHub link: https://github.com/Gleyco/UltraTower_KMP- Works with the new ESP32 code: https://github.com/Gleyco/UltraTower/blob/main/UltraTower_V2_auto_freq.in Technical choice: The...
  • Debugging

  • Debugging Need to get this project working. One problem is that the Nano does not have enough pins. So I have used a Meduino (a Mega2560 Pro Mini). Here is the schematic: Here is the PCB: The ports (P1 & P2) match the TTA8 bus. A problem with the Meduino...
  • 20230216b -- "Files"

  • The gist of this unit is that you type text into a discrete 'file' and then you can edit and later transfer to a separate computer via the keyboard emulation.  While whizzing through the code doing other things, various strings caught my eye, such...
  • Timing & camera settings

  • Got some more packets with timing values for key bits. 8e/ff 8e/b5 de/4c 8e/e5 0d/ff 8e/a9 91/25 8e/a1 2b/f8 2b/a5 00/2c 8e/b9 00/80 8e/bd 18/00 69/23 23/99 ff/fb 02/ff 8e/f9 55/ff 8e/f7 7b/ff 8e/b3 00/12 00/46 00/2f 00/f5 57/ff 49/ff 5c/ff 0f/ff 00/be...
  • ALU tested by PIC

  • Today I successfully tested assembled 4-bit ALU (previous revision of NEDONAND-4 board with four NEDONAND-1 connected). In order to do this I slightly modified the board to connect nedoCPU-16 with it: Then I wrote a simple program in PIC assembler that...
  • Day2: more exploration ...

  • 1. Datasheet.So thanks to the datasheet, we know now that Lunii chipset is based on a 16bit DSP core and I also found out that the 10 pts connector is belonging to ICE-Debug (very known in the arduino/avr world) and not for UART or SWD.Unfortunately...