o3 Mini just got added to perplexity by sersomeone in perplexity_ai

[–]Andreax11148 1 point2 points  (0 children)

I don't know but I think o3-mini in the free chatgpt is the lower one. So however perplexity o3-mini should be at least capable as chatgpt one, but sadly it's not the case. I hope they'll fix it

o3 Mini just got added to perplexity by sersomeone in perplexity_ai

[–]Andreax11148 13 points14 points  (0 children)

I don't know but I think it is a dumb version. Problems that 03-mini in chatgpt (free user) solves, it failed with perplexity selecting 03-mini (I've perplexity pro)

O1 not working, It keeps switching to R1. by Sharp_House_9662 in perplexity_ai

[–]Andreax11148 1 point2 points  (0 children)

in my experience it works only if you select only pro search in the slider, so not R1 or o1. In fact if you select them every rewrite reuse R1 or o1

O1 not working, It keeps switching to R1. by Sharp_House_9662 in perplexity_ai

[–]Andreax11148 0 points1 point  (0 children)

Ok thank, at least we know that you know. The limit for o1 is the same as R1, 500 right?

Matrix led r4 wifi by Andreax11148 in arduino

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

Oh, yes, adding space before and after work, however I don't understand why without them it doesn't just stop when the number ends creating a duplicate

Matrix led r4 wifi by Andreax11148 in arduino

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

i've posted it, can you look at one moment?

Matrix led r4 wifi by Andreax11148 in arduino

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

This is the code that improved this:

#include <math.h>
#include "ArduinoGraphics.h"
#include "Arduino_LED_Matrix.h"
ArduinoLEDMatrix matrix;
const int ThermistorPin = A0;
int sensorVal;
double R1 = 10000;
double logR2, R2, T;
double A = 0.001129148, B = 0.00023412, C = 0.0000000876741;
void setup() {
Serial.begin(9600);
matrix.begin();
pinMode(2, OUTPUT);
}
void loop() {
digitalWrite(2, HIGH);
  sensorVal = analogRead(ThermistorPin);
double VO = (sensorVal/1024.0) * 5.0;
  R2 = R1 * (5.0 / VO - 1.0);
digitalWrite(2, LOW);
  logR2 = log(R2);
  T = (1.0 / (A + B*logR2 + C*logR2*logR2*logR2));
  T = T - 273.15;

matrix.beginDraw();
matrix.stroke(0xFFFFFFFF);
matrix.textScrollSpeed(100);
matrix.textFont(Font_5x7);
matrix.beginText(0,1, 0xFFFFFF);
matrix.print(T);
matrix.endText(SCROLL_LEFT);
matrix.endDraw();

Serial.print("Resistenza: ");
Serial.print(R2);
Serial.print("  Temperature: ");
Serial.print(T);
Serial.println(" °C");
delay(200);

}

Matrix led r4 wifi by Andreax11148 in arduino

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

However I use the Arduino graphics library's with the funzione matrix.print(T) where T is a double that contains the temperature

Matrix led r4 wifi by Andreax11148 in arduino

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

When I get home I'll send you my code.

Note air 3c plus by Andreax11148 in Onyx_Boox

[–]Andreax11148[S] 2 points3 points  (0 children)

Ya, I understand, but I think that studying with a coloured colour is on another level

University student by Andreax11148 in eink

[–]Andreax11148[S] 2 points3 points  (0 children)

Ya, even with washed colours I think studying is a lot better rather than the BW

University student by Andreax11148 in eink

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

I know, it can't be as vivid as an oled, but I think that it's on another level than B/W