Most ever online: 47
Guests: 47,
Members: 0
on Wednesday 21 February 2018 - 23:52:15
Chatbox
You must be logged in to post comments on this site - please either log in from the Login box or from here.If you are not registered click here to signup.
BASCOM-AVR : HX711 : REPLY
Yes, I think it takes some effort.
The coefficient calculation of the program changes depending on the power supply voltage (AV...
»
BASCOM-AVR : HX711 : REPLY
Thanks.
I understand simple basic programming but this is too complicated for an old man like me and therefore I wants lots of he...
»
BASCOM-AVR : HX711 : REPLY
If the questioner has a high level of programming, we can also suggest simplifying the program.
For example, the [PD_SCK] pin is ...
»
BASCOM-AVR : HX711 : REPLY
I use this code when I have only one HX711
$regfile = "m8def.dat"
$crystal = 3686400
$baud = 9600
$hwstack = 64
$...
»
BASCOM-AVR : HX711 : REPLY
- you should start with the code you have for 1 device.
- then show us which pins you have for the other 3 devices.
...
»
BASCOM-AVR : HX711 : REPLY
there are multiple solutions.
the most simple would be when you use a full port for example PORTB.
Say portb.0 and portb.1 for t...
»
BASCOM-AVR : HX711 : REPLY
I am aware of Gosub but where in my code should I insert Gosub Hx711get1, Gosub Hx711get2, Gosub Hx711get3 abd Gosub Hx711get4.
I...
»
BASCOM-AVR : dim Jbit as bit : REPLY
...or in other words
[code:1:c415f362ec]dim A as Bit
dim B as Bit
dim C as Bit
dim D as Bit
' and optional for Testing:
...
»
BASCOM-AVR : dim Jbit as bit : REPLY
Hi JP
You can always split the byte in to individual bits, just add the dot and individual bit number.
Very useful for all sor...
»
BASCOM-AVR : dim Jbit as bit : REPLY
Hi JP
I create bits like this:
[code:1:5e02e3e1fa]
'Use with b_GP_Flgs.
'Flags that are not saved.
const c_Serial_Rd...
Neu hier und eine Frage zur Servoansteuerung Hallo Forum,
ich klopfe hier mal dreimal auf den Tisch *klopf, klopf, klopf* und gebe ein anerkennendes "Hallo" in die Runde! Ich bin schwer beein...
EEPROM 24FC1025 BASCOM-Quellcode (56 Zeilen)Hallo Freunde,
mit meiner Function und meinem Sub kann ich wunderbar jede Zelle meiner TWI EEPROMS von der 24Cxx Reihe...
»
SD1306 Fehlermeldung Hallo,
Bei der Syntax-Prüfung erhalte ich den merkwürdigen Fehler : Error: 129 Line: 1 (or) missing [
Wenn ich setfont xxx.ttf und $include "xxx.tt...
Neue (andere) Elektronik für Akku Hydraulikpumpe. Hallo miteinander.
Nach meinen beiden „Andeutungen“ in den anderen Themen fang ich mal ein eigenes an.
Es geht mir um eine Akku Hydraulikpumpe mit ...
Date published: Thu, 21 Jan 2021 23:09:51 +0000 Details
R.I.P Ben Zijlstra
Remembering Ben Zijlstra
We hope that people who love Ben will remember and celebrate his life.
more info at MCS
www.mcselec.com/index2.ph...
»
KaRadio webradio ESP8266
The Dimitris board is available at https://github.com/dsaltas/WiFi-WebRadio
This is a hardware project for Ka-Radio
»
93C46 small tool to edit 93C46 eeprom written in BascomAVR & VB
Bascom control the 93C46 so we sent data via comport from VB
code will be added later ...
»
nRF24L01+ RC Controller This is a RC controller TX & RX unit with nRF24L01+
nRF24L01+ / with PA and LNA for longer range
facts:
TX
1 x potmeter for servo
...
»
RAW lcd Connecting RAW lcd to atmega8
the lcd is 6 digit + time glass
LCD Hour Meter for tractor ,air compressor, ect
the lcd have 4 com pins & 14...