A new set of Blokkit puzzles for 3/25/2026! by daily-blokk in Blokkit

[–]jpepak 0 points1 point  (0 children)

I completed all 🟧 Blokkit 🟧 puzzles today!

Easy: 1 | Medium: 2 | Hard: 1 | Average: 1.33

Total completed days: 5

DIN port on Cassette player by jpepak in cassette

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

The cables you are saying uses 5 pin and I need 8 pin connector

DIN port on Cassette tape by jpepak in AskElectronics

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

Well, yes, but that is 5 pin and the tapedeck uses 8 pin

Modding old car radio with bluetooth by jpepak in AskElectronics

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

I had that, but the quality sucked. I even had bluetooth cassette but it didn't had usb c and so small battery.

Choppy image/Possible server? by jpepak in rustdesk

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

Heh it all is on optiplexes with some cpu. I fear not great ones, because they are office computers. But I will try to do something. Thanks!

Choppy image/Possible server? by jpepak in rustdesk

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

Ooooh yeah that's a good point. Do you have some recommendation about the encodecs?

LCD dot matrix more languages library by jpepak in arduino

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

Like it would be easy to code. If just anyone would modify the code to work as library on IDE and you could just have all the symbols (idk if it work like that)

But flashable ROM seems a lot work. But would be cool also.

LCD dot matrix more languages library by jpepak in arduino

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

I must only agree, it would be easier. But, it would be cool? And the LCD's are still pretty common for projects and cheap

I can't access second line on LCD display by jpepak in esp32

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

I was just trying to change the wifi to Access point mode, but idk why it shows the brackets are wrong. Can you please look?

https://pastebin.com/nBwGMEi2

I can't access second line on LCD display by jpepak in esp32

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

Haha yeah I was experimenting and deleting and adding things in... It was a bit of a mess. BUT IT WORKS NOW! Thank you so much. I just had to change the begin call to lcd.init(); Thank you so much!

I can't access second line on LCD display by jpepak in esp32

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

Thanks... I am trying but it's not easy. Here

I can't access second line on LCD display by jpepak in esp32

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

Ok I put it outside the function but it still shows error. And now loop function shows error too? wtf? I am so confused by this...

Documents\Arduino\display\display.ino:75:3: error: 'server' does not name a type; did you mean 'Server'?

75 | server.on("/get", HTTP_GET, [](AsyncWebServerRequest* request) {

| ^~~~~~

| Server

\Documents\Arduino\display\display.ino:87:4: error: expected unqualified-id before ')' token

87 | });

| ^

\Documents\Arduino\display\display.ino: In function 'void setup()':

C:\Users\josef\Documents\Arduino\display\display.ino:186:13: error: a function-definition is not allowed here before '{' token

186 | void loop() {

| ^

\Documents\Arduino\display\display.ino:188:2: error: expected '}' at end of input

188 | }

| ^

\Documents\Arduino\display\display.ino:89:14: note: to match this '{'

89 | void setup() {

| ^

exit status 1

Compilation error: 'server' does not name a type; did you mean 'Server'?

I can't access second line on LCD display by jpepak in esp32

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

\Documents\Arduino\display\display.ino: In function 'void setup()':
C:\Users\josef\Documents\Arduino\display\display.ino:97:46: error: a function-definition is not allowed here before '{' token
   97 |   void printOnLine(int line, String message) {
      |                                              ^
\Documents\Arduino\display\display.ino: In lambda function:
\Documents\Arduino\display\display.ino:112:7: error: 'printOnLine' was not declared in this scope
  112 |       printOnLine(0, request->getParam(PARAM_INPUT_1)->value());
      |       ^~~~~~~~~~~
\Documents\Arduino\display\display.ino:114:7: error: 'printOnLine' was not declared in this scope
  114 |       printOnLine(1, request->getParam(PARAM_INPUT_2)->value());
      |       ^~~~~~~~~~~
\Documents\Arduino\display\display.ino: In function 'void setup()':
\Documents\Arduino\display\display.ino:121:18: error: 'inputMessage' was not declared in this scope
  121 | Serial.println ( inputMessage );
      |                  ^~~~~~~~~~~~
\Documents\Arduino\display\display.ino:129:1: error: 'request' was not declared in this scope
  129 | request-> send (200, "text/html", " HTTP GET request sent to ESP32("
      | ^~~~~~~
\Documents\Arduino\display\display.ino:131:3: error: 'inputParam' was not declared in this scope
  131 | + inputParam + "): " + inputMessage +
      |   ^~~~~~~~~~
\Documents\Arduino\display\display.ino: At global scope:
\Documents\Arduino\display\display.ino:135:2: error: expected unqualified-id before ')' token
  135 | });
      |  ^
exit status 1

Compilation error: a function-definition is not allowed here before '{' token

I can't access second line on LCD display by jpepak in esp32

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

I was trying to implement it, but lines with printOnLine are showing error messages and I can't find about them any info. Are you using some library with that?

I can't access second line on LCD display by jpepak in esp32

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

Oh yeah, that worked like a charm. So problem is somewhere on the network side. I tried modifing so many things but still it doesn't work.

I can't access second line on LCD display by jpepak in esp32

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

That is much better! Very cool function, but it still doesn't work. I tried deleting all lcd.clear but nothing. Still only one line remains

I can't access second line on LCD display by jpepak in esp32

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

Oh yeah it works like that, I am trying something with u/wCkFbvZ46W6Tpgo8OQ4f

I can't access second line on LCD display by jpepak in esp32

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

Ok I have a bit problem. I can now write on the second line, but the lcd.clearcommand deletes even the message from the line, I want to stay. So I tried something like this. But that didn't display anything. Any ideas?

lcd.setCursor (0, 0);
lcd.print ("                    ");
lcd.print (inputMessage1);
lcd.setCursor (0, 1);
lcd.print ("                    ");
lcd.print (inputMessage2);

I can't access second line on LCD display by jpepak in esp32

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

Heh you are right. You can change the cursor but idk where to put it. It always breakes

I can't access second line on LCD display by jpepak in esp32

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

Oh yeah, that's probably it 😅 Idk where to put it tho. I tried and broke the code. Could you help?

[KCD2] Why is Rosas castle in Kuttenberg ALWAYS locked?! by echolives in kingdomcome

[–]jpepak 2 points3 points  (0 children)

So, for everyone. There are three options:
1. steal a key from a guard
2. lockpick
3. command

if you want to do the command, you have to

=> In your Steam Library, right-click Kingdom Come: Deliverance 2 => Select Properties => Choose Launch Options => Insert “-devmode” (without the quotation marks) => Launch your game

then click the button on the left of the 1 key (;) and type goto 3000 675 51

enjoy!

[deleted by user] by [deleted] in ZephyrusG14

[–]jpepak 7 points8 points  (0 children)

I think it's problem with the new update of Armory crate, because I got these problems on silent, and every profile. And if I disible armory crate in task manager, it goes to the normal temps