thatdev6

Results 16 comments of thatdev6

How do you suggest i fix this? ![image](https://github.com/explainingai-code/DDPM-Pytorch/assets/128231244/9715c0cf-2a70-4bdc-808b-317f02603116) torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 4.75 GiB. GPU 0 has a total capacity of 14.75 GiB of which 57.06...

Yes sure Code #include "BluetoothSerial.h" #include "ELMduino.h" BluetoothSerial SerialBT; #define ELM_PORT SerialBT #define DEBUG_PORT Serial ELM327 myELM327; uint32_t rpm = 0; void setup() { DEBUG_PORT.begin(115200); delay(1000); DEBUG_PORT.println("Booting..."); #if LED_BUILTIN pinMode(LED_BUILTIN,...

@jimwhitelaw Sorry for the ping, but any help would be appreciated

@jimwhitelaw yeah I was previously running the same code, when I connect the ELM327, a red light comes, up further more it connects through when I try pairing it with...

And I tried ran a Bluetooth scan on the ESP to check whether the OBDII is discoverable and it indeed is

Yeah I think the reseting procedure should work I didn't have time so I used MAC address to connect, make sure to uncomment the setpin() line > I have the...