Search results

  1. B

    C# HMI comm with micro

    Hi all, Trying to build an interface with some buttons to communicate with a micro. No joy. Win10, VS17, Arduino 1.8.5. Eventually going to be run on a Win7 tablet. I can successfully sent commands in the Serial Monitor, but C# will not open the comm port (COM5 in this case) and do the same...
  2. B

    Atfr212b-zu

    Hi all, Ran into an interesting challenge.. got handed a project that uses atmel ATRF212B-ZU radio chips and I haven't been able to find a datasheet for it for a few days. I can't remember when I couldn't find a datasheet!. It's in a system that has 6 or 7 nodes and I'm tasked with adding 2...
  3. B

    EEPROM confusion

    Hi all, I have been trying to use EEPROM on a Teensy 3.1 and I am having problems. Can anyone point me in a useful direction? (arduino 1.6.5, Teensy loader 1.25-beta2) #include <EEPROM.h> int i = 0; int os; int value; int cond; void setup() { Serial.begin(9600); for (int i = 0; i < 12...
Back
Top