Recent content by brice3010

  1. B

    Whats the latest with ESP8266 + Teensy 3.2?

    I do not even use or need onboard UART, I program directly with TX/RX from any FTDI, CP210x etc UART module. Onboard UART is expensive, takes space on the PCB and is not needed once you are past prototyping. TX/RX can be used to interface with any radiomodule, with any Atmega chip, etc.. I...
  2. B

    Whats the latest with ESP8266 + Teensy 3.2?

    Check this: https://forum.arduino.cc/index.php?topic=337653.0
  3. B

    Whats the latest with ESP8266 + Teensy 3.2?

    I use the ESP8266 extensively on major projects for industrial-type process control where internet connection is required. Two large projects both use a ESP8266 as central controller for over a year now without one single reboot, reset or lost internet connections. Maybe I miss something but I...
  4. B

    A set of scope-tested 100-500 ns delay macros

    Hi defragster, I have no such file because I have no teensy board installed. But I will try to find the answer by iteration: I have a scope for doing the measurements. New question: How does the void loop() function work? By that I mean how do these commands digitalWriteFast(pinNum, LOW); and...
  5. B

    A set of scope-tested 100-500 ns delay macros

    Hi, what would be the __asm__ or NOP instructions for an Arduino UNO (F_CPU == 16000000)?
Back
Top