thanks for the effort to help.
I found another datasheet on the web which specified the correct method to put the device in I2C mode.
Now it is working great.
I have not as much experience in writing gui apps in c and c++. Therefor c# is much more convinient. Also I can perfectly communicate with the honeywell sensor.
I am trying to measure the CO2 level within a room using my Rpy 3 and a T6703 sensor. The Rpy is running "windows 10 core IOT". I have written a simple program to initiate the communication with the sensor on the I2C bus. The Rpy and sensor are connected using a level shifter pcb specifically for th...
thanks for the help. I copied the files start.elf and bootcode.bin + my generated kernel.img to th sd-card and it seems to work. You mentioned the loader.bin but that file in not in the repository any longer and I saw some reports that the functionaltity would be included in bootcode.bin. is this wh...
Hi, I have read through the getting started topic on bare metal programming. I have some knowledge of the assembly and c programming languages. I can't get the image to run on my raspPi. I created the files in a virtual machine (virtualbox with ubuntu). I used crosstool-ng to create a toolchain to c...