Close

26075 Results for "∇ 최저가 Ò1Ò《⑤⑦93》74⑸⑻ ∇ 셔츠룸가격ю 셔츠방수위offer셔츠룸셔츠룸셔츠룸인사readable 셔츠룸혼자ъ や셔츠룸인사셔츠룸혼자govern"

  • Failiure to Deploy YoloV3 Model on Raspberry Pi

  • In my other project, the Ai Wasp sentry gun, I successfully managed to deploy a model on the Raspberry Pi using MobileNet SSD, although the results were admittedly pretty poor. This time I thought I'd try YoloV3 as, theoretically, there is a complete...
  • Added parity control

  • Added configurable parity control. Parity can be NONE, EVEN or ODD, selectable by contents of address 0F96DH which RS232 Queue Putback flag that is not used by MSX BIOS.The hook code size is 63 bytes and can still fit within unused RS232 Queue space...
  • First (trivial) test program!

  • addi r1, r1, 1 add r2, r1, r1 jalr r0, r0, 0 All it does is increment r1 and set r2 to r1*2 in a loop. Told you it was trivial.It comes out as the following for anyone wanting to poke it into memory themselves. A RAM image of it is in the project files...
  • Updated firmware and getting results

  • I was able to follow ElectroDragon's firmware update guide to update my ESP8266 modules from 00150900 to 0018000902. Once this was done I was able to run a simple AT+CWLAP and listed all AP's around me with security information, SSID name, RSSi, MAC,...
  • Topology (1)

  • In this post I want to share how I selected a suitable topology for the resistor network that will be the core of the programmable decade resistor. Although I did some online “research”, the following criteria determined my choices: Switch...
  • Cyrillic alphabets in Terminal-BASIC output

  • My friend Dylan Brophy inspired me to investigate the ability to output the cyrillic text using different output devices, supported by Terminal-BASIC. 1. Using symbols others then capital latin in identifiers not possible and unnecessary. 2. USART output....
  • Comparing ESP8266 antenna types

  • Here is the result of a quick ESP8266 antenna experiment:Same room ( ~5m )Next room ( ~9m )Garage, 2 walls, 1 floor diff( ~13-15m )ESP 07int. + ext. antenna-45 dB-56 dB-85 dBESP 07only ext. antenna-40 dB-54 dB- 85 dBESP 07only int. antenna-60 dB-74 dBno...
  • Innocence lost

  • This is the story of how I hacked my beautiful baud rate divider down to a measly 74 bytes. It wasn't without compromise, but as with any good task of engineering, it's all about trade-offs. So lets begin.Start: 144 bytesTo start off, the PIC18F USART...