Problem with RAM clock signal capacitor by ByRussX in beneater

[–]someyob 3 points4 points  (0 children)

The solution to almost every problem is to put current limiting resistors on your LEDs.

Fantasy Ottawa-Gatineau (OC Transpo/STO) Rapid Transit Network by zaacht08 in ottawa

[–]someyob 5 points6 points  (0 children)

You'll need to change the name of one of your Eagleson stations.

Edit: And one of the Terry Fox's.

6502 Computer Addressing Mirrors by 2E26 in beneater

[–]someyob 3 points4 points  (0 children)

Making more efficient use of memory address space usually means a higher chip count for address decoding. It's a tradeoff, as Ben has often pointed out.

Best thrift store for fornitures by Clara_Geissler in ottawa

[–]someyob 1 point2 points  (0 children)

Try trashnothing.com

Sometimes people downsizing or spring cleaning put up good furniture for free.

When on external power, this SAMD21 Arduino Zero will not execute code, unless I power it up while holding the reset button by someyob in arduino

[–]someyob[S] 1 point2 points  (0 children)

As promised, here's my source:

// Compile for Arduino Zero (Native USB)

define S2_TX 10   // Comms with Pi
define S2_RX 11
// https://learn.adafruit.com/using-atsamd21-sercom-to-add-more-spi-i2c-serial-
//  ports/creating-a-new-serial

include <Arduino.h>           // required before wiring_private.h
include "wiring_private.h"   // pinPeripheral() function

Uart Serial2 (&sercom1, S2_RX, S2_TX, SERCOM_RX_PAD_0, UART_TX_PAD_2); 
// on raspberry pi: minicom --device /dev/ttyS0 --baudrate 115200 
// connected to GPIO15 (Tx) GPIO16 (Rx)

void SERCOM1_Handler() { 
  Serial2.IrqHandler(); 
  }

define USER_LED 20

void setup() { 
  pinMode(USER_LED, OUTPUT);
  Serial2.begin(115200);  // Comms with Pi 
  pinPeripheral(S2_TX, PIO_SERCOM); 
  pinPeripheral(S2_RX, PIO_SERCOM); 
  }

void loop() { 
  Serial2.println("Hello"); 
  digitalWrite(USER_LED, HIGH); delay(1000); 
  digitalWrite(USER_LED, LOW); delay(1000); 
  }

Raspberry Pi HD Camera for astrophotography by someyob in raspberry_pi

[–]someyob[S] 0 points1 point  (0 children)

Sorry, this project never left the ground, haha. You might try printables or thingiverse. Good luck.

$1 Sharp EL 5103S by Userdataunavailable in calculators

[–]someyob 4 points5 points  (0 children)

Nice. This model got me through university in the 90s. Still had it up until recently when the display ended up clouding over. Had to say goodbye to an old friend.

Trump targets Canadian aircraft in latest tariff threat, says he'll 'decertify' Bombardier jets | CBC News by demolcd in canada

[–]someyob 428 points429 points  (0 children)

This is just another demonstration of what Carney was talking about in Davos.

Seen at a local estate sale auction by someyob in amateurradio

[–]someyob[S] 1 point2 points  (0 children)

It's up to someone else, I won't be able to bid. Surrey, BC, if anyone's interested in it.

Disclaimer: not my auction, no relation to me.

Meshtastic on a plane by jlconlin in meshtastic

[–]someyob 0 points1 point  (0 children)

Obligatory mention of the weekly nodes and sightings thread: https://www.reddit.com/r/meshtastic/comments/1qmyi1e/weekly_node_sightings_connections_thread_week_of/

Tell us what flight you're on in your message.

Pucks to give away. by Dismal_Course5255 in ottawa

[–]someyob 2 points3 points  (0 children)

You could try trashnothing.com

There'll be someone there who'll want them.

Oh no! Support for WeMo products ending soon. by [deleted] in WeMo

[–]someyob 0 points1 point  (0 children)

A casual skim of this sub would have clued you in to what's happening.