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.
Nextion displays have an SD card reader. [b:c74f2f606e]This program works only withe the "intelligent" nextion Series.[/b:c74f2f606e] It's used to load HMI programs, but it can also be used for video files, sound files, and as a data storage medium. It's this last use that I've been trying to understand. I use AVR-DOS too but for small list the Datacontrol tool is enough.
you should post a sample that will demo this. serial buffered input is used a lot and the only difference between xtiny/normal AVR is that other registers need to be accessed. i also do not recall that 3217 has some specific difference. for your info : when the buffer is full it will not store more data. so make a small as possible example and test it. when it demos this bug post it. you should also give info about the data you send. that said : when you read data and add it to a string and do not check the string length it can overwrite the string. bur that is USER code not a built in function/code.
and finally when you made your own hardware post the schematic too.
Hello guys. I have encoutered another buffer bug seems to me at Atxtiny3217. From some reason exceeding buffer size start causing random executing errors those errors are perfectly repeatable. The thing is: Let say we have Config serialin = 50. If come more bytes than this, let say 80+ bytes, some variables gets corrupted, mainly dimensed with WORD length. It look like buffer continues to write in SRAM where other variables are already stored and thus overwriting them. Code then starts act like crazy. Somethin starts executing when it shouldn't, primarily I would say thanks to corrupted variables. Where should be zero is one and magic starts to happening then.
it keeps to be a problem. some bots (various sources) open a lot of connections. while i now blocked IP ranges i will look into a better solution : only allowing IP from Germany/Austria/Swiss After all it is the German BasCom Forum.
thanks, it is up again. yesterday i also had to restart because it was down. some bots from Brasil stress out the server. i probably end up in banning whole of Brasil.
Wetterfeste Steckverbinder für 1wire gesucht Ich möchte 1Wire mit eigenen ATtiny-Slaves nutzen, die allerdings dem Wetter (Balkon) ausgesetzt sind. Kennt jemand gute wetterfeste steckbare Verb...
»
1-Wire-Slave-Baukasten V.2 1. Grundsätzliches
Nachdem meine Homepage abgeschaltet worden ist,
habe ich meine Erkenntnisse dem "bascom-forum" (mit Bindestrich) anbefohlen,
wo...
»
Getrc5 in Arduino Uno no work Hi programmers, can you please advise me why the Getrc5 command on Arduino Uno (Mega 328p) is not working for me. I am using Bascom 1.8 series. I u...
»
EEPROM löschen Hi,
wenn ich versuche mein EEPROM (ATMEGA 1284) zu löschen mit:
BASCOM-Quellcode (5 Zeilen)dann funktioniert mein Programm nicht mehr richtig. Wen...
»
Wechselblinker mit attiny 13 Hallo zusammen,
ich habe da einen Fernsehturm in H0, dafür gibt es eine Platine mit 2 astabilen Kippstufen drauf, die unabhängig voneinander arbei...
Date published: Sat, 22 Mar 2025 10:55:07 +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...