Y'all,
It seems that a .1uf (100nf) capacitor across the 5 & gnd at the arduino connector resolved the spurios triggers.
Only did about a 2 hour power on test.
Olzeke51
Search found 414 matches
- Tue Nov 29, 2022 10:32 pm
- Forum: Other Hardware interfaces
- Topic: RC servo testing
- Replies: 2
- Views: 2654
- Mon Nov 28, 2022 1:18 am
- Forum: Other Hardware interfaces
- Topic: RC servo testing
- Replies: 2
- Views: 2654
Re: RC servo testing
Hey Y'all, - - heads up I connected some more components to my board, and started getting random failures. One status-type LED would light up from time to time - randomly. Chased it down to the SERVO setup - mainly the +5v line - - preliminary troubleshooting. Not sure if the USB power cable [also h...
- Thu Nov 24, 2022 10:58 pm
- Forum: Other Hardware interfaces
- Topic: RC servo testing
- Replies: 2
- Views: 2654
RC servo testing
As part of a project utilizing a lightweight RC servo, I wanted to test the limits and some 'stepping' values. My project needed some small steps. [?More to come in a future 'Project"!?] ' This utilizes Coridium's HWPWM11.bas file - as I used a Prostart board. It also includes a 'Bit Bang' routine u...
- Thu Nov 24, 2022 3:15 pm
- Forum: Software issues
- Topic: BT - Function calling
- Replies: 7
- Views: 10567
Re: BT - Function calling
RESOLVED --- NOW I know what those 'guards' DO #ifndef IRremoteint_h #define IRremoteint_h ' turns out BOTH of my support #includes had the same 'guard' SO the second file got ignored for the final compile !!!! [and any of its SUBs] ' must be a pre-processor function - there is no mention in the he...
- Thu Nov 24, 2022 2:34 am
- Forum: Software issues
- Topic: BT - Function calling
- Replies: 7
- Views: 10567
Re: CALLing an #included FUNCtion
Moved them Back into the file with 'Main:' No more issues Olzeke51 [edited] the 'translate' SUB - GOSUBed another SUB to print an error message ???? actually both of those did the GOSUB Errors(n) to print messages... ?? have to set a 'global variable' for the Error #, then . do the GOSUB Errors(n) f...
- Thu Nov 24, 2022 2:23 am
- Forum: Software issues
- Topic: BT - Function calling
- Replies: 7
- Views: 10567
CALLing an #included FUNCtion
Hello Basicchip, I ran into problems when I moved my FUNCTIONS to a file that I "#include(d)" -->> see attached picture This seems counter to your last reply/ code example in this link: https://www.coridium.us/forum/viewtopic.php?f=9&t=867&p=2757&hilit=CALL&sid=351d236fbf82e747cfe23ac645da35ee#p2757...
- Sun Nov 20, 2022 7:26 pm
- Forum: Software issues
- Topic: DOWNTO, Help file
- Replies: 1
- Views: 2209
DOWNTO, Help file
Hello Basicchip, I was using the FOR/DOWNTO/NEXT routine. Per the STEP information: If no STEP value is specified in the FOR loop the default of 1 is used. ' So I didn't put in a value for the DOWNTO /STEP value - and program doesn't run Would recommend that on the DOWNTO help file that it be stress...
- Mon Oct 17, 2022 12:19 am
- Forum: Software issues
- Topic: Linux compile, LPC4330
- Replies: 1
- Views: 2750
Linux compile, LPC4330
Hello BasicChip, Got a Linux MX-21.1 loaded , so thot I would try your Linux version of ARMBasic. ' Followed the install guidelines, went well. Tried and succeeded with the ARMStamp, and the 54102. The LPC4330 board -- the GPP compiler highlighted two issues with LPC43xx.bas library file 1] LPC43xx....
- Sun Nov 21, 2021 9:25 pm
- Forum: Other Hardware interfaces
- Topic: How to program the ProStart LPC1114 with LPC's FlashMagic
- Replies: 4
- Views: 5906
Re: How to program the ProStart LPC1114 with LPC's FlashMagic
There is a 'loadC' hole near the corner - it needs to be connected to GND to program/receive the data. the hole next to it iwth the thick trace
Are you doing Basic or bare metal?? - sounds like bare-metal,
HTH - gary Olzeke51
Are you doing Basic or bare metal?? - sounds like bare-metal,
HTH - gary Olzeke51
- Sun Sep 12, 2021 10:28 pm
- Forum: Projects
- Topic: Trying to interface Super Pro to VL53L1X TOF distance sensor
- Replies: 1
- Views: 5994
Re: Trying to interface Super Pro to VL53L1X TOF distance sensor
Yo', Haven't done much with I2C but I just came across this chip in another article - checkout the TCA9548A - it is an 8 device buffer/selector for I2C , so you send the TCA the port number you want further I2C traffic to send/receive then you just communicate with that device's address like you nor...