Search found 172 matches

by lucibel
Thu Feb 17, 2022 2:10 pm
Forum: Bug Reports
Topic: BMP280 when reading pressure, it's reading Temp and pressure
Replies: 9
Views: 2958

Re: BMP280 when reading pressure, it's reading Temp and pressure

Need Pressure, altitude pressure and temperature of course.
As you can see on the picture I sent to you there is 5 Val form Val0 to Val5, why ?
5 Val.jpg
5 Val.jpg (44.89 KiB) Viewed 2941 times
by lucibel
Thu Feb 17, 2022 12:02 pm
Forum: Bug Reports
Topic: BMP280 when reading pressure, it's reading Temp and pressure
Replies: 9
Views: 2958

Re: BMP280 when reading pressure, it's reading Temp and pressure

Hi,
It work's but why there is 5 Val now?
5 Val.jpg
5 Val.jpg (37.72 KiB) Viewed 2950 times
by lucibel
Thu Feb 17, 2022 10:49 am
Forum: Bug Reports
Topic: BMP280 when reading pressure, it's reading Temp and pressure
Replies: 9
Views: 2958

BMP280 when reading pressure, it's reading Temp and pressure

I checked with logic analyser and it show that BMP280 component is reading both Pressure and Temperature when request is to read pressure only. But only pressure data are store. Pressure read.jpg Pressure R.jpg while for the temperature it is good, only the temperature is read. Temperature read.jpg ...
by lucibel
Wed Feb 16, 2022 1:23 pm
Forum: General
Topic: FC9 DSP licence
Replies: 4
Views: 1720

Re: FC9 DSP licence

Thx, its ok now
Could check your PM, I sent one last week
by lucibel
Wed Feb 16, 2022 8:47 am
Forum: General
Topic: FC9 DSP licence
Replies: 4
Views: 1720

FC9 DSP licence

Hi,
below is a print screen of my account with pack.
Licence.jpg
Licence.jpg (39.71 KiB) Viewed 1720 times
as you can see below the DSP components are not activated
dsp.jpg
dsp.jpg (34.47 KiB) Viewed 1720 times
what is the problem ?
by lucibel
Tue Feb 15, 2022 4:17 pm
Forum: User Components
Topic: How to know which modification are done on components?
Replies: 17
Views: 10215

Re: How to know which modification are done on components?

Hi ben,
Did you check what is the problem with new version of RTC_ESP32_NTP ?
Please check you MP. thx
by lucibel
Fri Feb 11, 2022 8:48 am
Forum: Projects - Embedded
Topic: ESP32 Mesh
Replies: 3
Views: 1923

ESP32 Mesh

Hi,
Did you already made a project sample to make ESP32 mesh ?
thx for your prompt reply
by lucibel
Wed Feb 09, 2022 6:38 pm
Forum: User Components
Topic: How to know which modification are done on components?
Replies: 17
Views: 10215

Re: How to know which modification are done on components?

Supplementary code disable with RTC_ESP32_NTP V4 Build failed
ESP32_V4.2.2.msg.txt
(107.33 KiB) Downloaded 239 times
Supplementary code enable with RTC_ESP32_NTP V3 Build Ok
ESP32_V4.2.2.msg1.txt
(101.22 KiB) Downloaded 246 times
by lucibel
Wed Feb 09, 2022 6:29 pm
Forum: Projects - Embedded
Topic: Simple Notifications from IoT to mobile phone
Replies: 3
Views: 1863

Re: Simple Notifications from IoT to mobile phone

Nice Leigh, thx for sharing, very easy to use!
by lucibel
Wed Feb 09, 2022 4:57 pm
Forum: User Components
Topic: How to know which modification are done on components?
Replies: 17
Views: 10215

Re: How to know which modification are done on components?

do I need to remove the complete code ?

Code: Select all

#include "esp_sntp.h"
void time_sync_notification_cb(struct timeval *tv)
{
    ESP_LOGI(TAG, "Notification of a time synchronization event");
}

time_t now;
struct tm timeinfo;