Allt Nytt | Kalender | Racerbanor | Arrangörer | Forum | Varvtider/Loggar |
![]() |
RejsaRubberTrac
![]() |
105 besök senaste veckan (125 totalt) |
Hello!
I have problem with compilation, can somebody help to figured out why thats happend I use Adafruit Feather nRF52 Bluefruit LE and MLX90640BAA In file included from C:\Users\Whytkee\Desktop\SENSORY\mlx40\main\ble.h:5, from C:\Users\Whytkee\Desktop\SENSORY\mlx40\main\main.ino:8: C:\Users\Whytkee\Documents\Arduino\libraries\ESP32_BLE_Arduino\src/BLEDevice.h:10:10: fatal error: sdkconfig.h: No such file or directory 10 | #include "sdkconfig.h" | ^~~~~~~~~~~~~ compilation terminated. exit status 1 Compilation error: exit status 1 I try use develop and multi-autozoom and is the same with master i don't have any problems Greetings Edit: Did I need change something in code or just upload it? _________________ Witek Grobarczyk |
Some ideas to check ?
https://www.google.com/search?q=BLED Wrong board chosen in IDE? _________________ ![]() |
I've just compiled with no issues the dev code for nRF52832 using both board library v1.6.1 and the current v1.7
Are you 100% sure you've set the correct board in the Configuration.h and the IDE? _________________ ![]() |
No, i think it's automatic and will choose correct, next week i will try do it step by step, sorry i'm completly beginner
![]() Edit: left me errors C:\Users\Whytkee\Desktop\SENSORY\mlx40\main\MLX90621.cpp: In member function 'void MLX90621::calculateTO()': C:\Users\Whytkee\Desktop\SENSORY\mlx40\main\MLX90621.cpp:147:12: warning: converting to non-pointer type 'float' from NULL [-Wconversion-null] 147 | minTemp = NULL, maxTemp = NULL; | ^~~~ C:\Users\Whytkee\Desktop\SENSORY\mlx40\main\MLX90621.cpp:147:28: warning: converting to non-pointer type 'float' from NULL [-Wconversion-null] 147 | minTemp = NULL, maxTemp = NULL; | ^~~~ C:\Users\Whytkee\Desktop\SENSORY\mlx40\main\MLX90621.cpp:164:18: warning: NULL used in arithmetic [-Wpointer-arith] 164 | if (minTemp == NULL || temperature < minTemp) { | ^~~~ C:\Users\Whytkee\Desktop\SENSORY\mlx40\main\MLX90621.cpp:167:18: warning: NULL used in arithmetic [-Wpointer-arith] 167 | if (maxTemp == NULL || temperature > maxTemp) { | ^~~~ C:\Users\Whytkee\Desktop\SENSORY\mlx40\main\ble.cpp:10:28: warning: integer constant is too large for its type 10 | mainService = BLEService(0x00000001000000fd8933990d6f411ff7); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:\Users\Whytkee\Desktop\SENSORY\mlx40\main\ble.cpp: In constructor 'BLDevice::BLDevice()': C:\Users\Whytkee\Desktop\SENSORY\mlx40\main\ble.cpp:10:28: warning: conversion from 'long long unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '9886413889988534263' to '8183' [-Woverflow] _________________ Witek Grobarczyk |
![]() |
RejsaRubberTrac
![]() |
105 besök senaste veckan (125 totalt) |