Most ever online: 170
Guests: 170,
Members: 0
on Sunday 15 January 2023 - 07:39:26
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.
I am using Bascom AVR VERSION 2.0.8.5. And the programmer is STK200/STK300. After switching to a new computer with Windows 11, no icons are visible when programming. There are, however, a number of empty squares to be seen. The functions in these empty squares work well.
I had this error before on 5/9/2022 when installing Bascom AVR in Windows 7. The error number then was MC#JST-52746-678. This error was then resolved with a new release of Bascom AVR. I have now tried twice to report this error to MCS via email, but unfortunately have not received a response yet.
Does anyone have an idea how I should solve this?
Thank you in advance for your response,
Loek
(BASCOM-AVR version : 2.0.8.5. , Latest : 2.0.8.5 )
[b:4e90fbdd4e]MWS[/b:4e90fbdd4e], I dealt with the addresses based on the table from the documentation (after shifting &H10 to left I added to the address 0 when writing the configuration and 1 when reading data) and published the working code, read the entire post above.
Do a minimum effort to earn your success by reading the help, the explanation about I2SEND is most clear.
I2C sports a read and write device address, see the screenshot from the datasheet 'send word', there the bits Rd/Wr. How exactly your code takes care about this detail?
Ok, what does this change in communication or my specific example? Should I shift the address to the left and add a 0 or a 1 to the low bit? I thought Bascom supported 7 bit addressing.
[quote:46ab2be92b="programmista123"]Datasheet[/quote:46ab2be92b] You both need to read the important parts: [quote:46ab2be92b]VEML6040 uses [b:46ab2be92b]10h[/b:46ab2be92b] slave address for [b:46ab2be92b]7-bit[/b:46ab2be92b] I2C addressing protocol.[/quote:46ab2be92b]
This change in the code resulted in the display showing 4112 for each color. This value does not change depending on the color of the substrate over which the sensor is placed.
Atmega - Programmroutine über UART zu UART TO ETH Moin Ladys und Gentlemens, ich brauche bitte dringend eure Hilfe!
Ich habe ein Programm in C# mit dem ich Daten aus dem Arbeitsspeicher auslese. D...
»
Problem mit Operatoren beim ATMega16 Abendgruß,
habe ein kleines Verständnis-Problem mit meinen Operatoren. Hier mal der Programmauszug:
If S1 = 0 And SWSer <= End_12 Then
For-Schlei...
14-Segment-Display - Beispiel zur Ansteuerung bascomforum.de/index.php?attachment/7546/
Hallo,
neben Modulen mit 7-Segment- sind 14-Segmentanzeigen verfügbar, deren Ansteuerung
unkompliziert ...
»
Abnormal restart timer Hi,
one thing i don't understand...
I used this code to set two timers:
Code:
'******* START TIMER PER WAVE1 E WAVE2
Dutycycle = 3
'***********...
Date published: Fri, 03 Feb 2023 10:01:08 +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...