Search results

  1. Technoman

    Generating code with ChatGPT

    Hi, As many articles are relating code generation with ChatGPT (OpenAI), I gave a try. I supplied the following description : "basic code for a light activated switch Picaxe 08M2 240V SSR connected to C.2 LDR connected to C.1 hysteresis " Generated code : ' Declare variables dim threshold...
  2. Technoman

    Hardware implementation for touch control

    Hi, In a next future, I intend to use touch control for the first time. I had a look at the AXE181 data sheet and at some application notes released by Microchip (AN1626, AN1325, ...). Owner of a recent camper van with several control panels using touch control, I don't want any erratic...
  3. Technoman

    Notre Dame code ZDA-110-3-15-1

    Bonjour, Mardi dernier, devant patienter dans ma voiture, j'ai écouté l'émission "Affaires sensibles" sur France-Inter : https://www.franceinter.fr/emissions/affaires-sensibles/affaires-sensibles-du-mardi-21-septembre-2021 J'ai été sidéré par la conception de l'interface homme-machine du système...
  4. Technoman

    DSMx drone driving

    Hi, It was given to me a drone (PNJ DR-KRAFT) without the remote controller. I intend to use it to film sport practice on programmed trajectories. As the DSMx protocol is being used, on which I should gather more informations, I wonder if it is possible : to handle the DSMx protocol using a...
  5. Technoman

    Motor block customization

    Hi, Our robots are using B.0/B.1 for the right motor and B.2/B.3 for the left one. In Blockly, the motor block with arrows can be configured for a specific robot in the pull-down menu but none of them is compatible. Still, we can use two set motor A/B blocks which are not as easy to handle for...
  6. Technoman

    Simulator issue

    Win 10 - PE6 6.1.0.0 Hi, 1) As I was testing a simple program (blockly) for a 20M2, as included, there was no sign of change on pins during simulation. If I'm setting up any pin before the loop then it works fine, but only for this pin. Why? 2) I needed to get it run also on a board fitted...
  7. Technoman

    Grove LCD series compatibility

    Hi, Intending to buy the new cheapest Grove LCD with no RGB backlight, the words "... almost identical..." in http://wiki.seeedstudio.com/Grove-16x2_LCD_Series/ are raising the question of compatibility with Blockly. Did you give a try to this new product?
  8. Technoman

    Grove RTC to Grove LCD

    Hi, Here attached, a Blockly program to setup a Grove RTC (DS1307) then send year,date and time to a Grove LCD RGB. It does work but I had to use several basic blocks (RTC setup, BCD to ASCII conversion). I wonder if there is a more elegant way to make it. In the future, would it be possible...
  9. Technoman

    AXE300 doc

    Hi, We just got 14 AXE300 boards. We do believe in their great potential, educationally speaking, in interfacing with Grove modules. In a previous thread https://picaxeforum.co.uk/threads/grove-lcd-rgb-display-problem.30780/#post-320236, hippy disclosed a partial circuit diagram of the AXE300...
  10. Technoman

    Li-Fi transceiver

    Hi, For a demonstration purpose, as Li-Fi communication is not yet very common, I intend to make a Li-Fi transceiver using a picaxe chip. As a base, I found this article : https://www.scirp.org/Journal/PaperInformation.aspx?paperID=80019& Does anyone experiment Li-Fi?
  11. Technoman

    Grove LCD RGB display problem

    Hi, While I was testing a Grove LCD RGB display using an AXE118 (20M2 V8.A) I came across an I2C problem. SDA (B.5) and SCL (B.7) are tied to +Vcc using 4.7K resistors. Blockly program : On the scope both lines remain to 1 ; there is no sign of I2C activity. When I set both lines to 0...
  12. Technoman

    AXE118 PCB components layout

    Hi, Intending to make some docs for my students illustrating components soldering then figuring out connexions for programming, I found some pictures on the web but I have been unable to find the AXE118 PCB components layout. Where could I find it?
  13. Technoman

    PE6 6.1.0.0. installation problem

    Hi, I have two computers on which I updated PE6 to the latest version 6.1.0.0. : desktop computer - Win 10 : no problem portable computer - Win 7 pro - a security problem raised by the antivirus software (ZwWriteVirtualMemory) forced it to delete PE6 Both of them are protected by Trend...
  14. Technoman

    XML file opening

    Hi, PE6 6.0.9.3 - Win10 At school, I have frequently to tell students to launch PE6 then open their file (Blockly). They expect to get the software launched with a double click on the file name as with other software. Most of the time they are puzzled by the code displayed in Firefox (default...
  15. Technoman

    Input/output table printing

    Hi, Picaxe editor - 6.0.9.3 - Blockly Last WE, we had to connect 15 labelled sensors and actuators to a board for a demonstration (old project). The computer being distant, the lack of input/output table printing capability and the length of the table needed several screen capture, then the...
  16. Technoman

    CRLF removed while pasting

    Hi, Picaxe editor - 6.0.9.3 - Blockly I had two directives #NO_DATA and NO_TABLE within a Basic block to speed up the downloading. I copied this defined block and pasted it into an other program. Then the two directives were on the same line, like the CRLF has been removed. In that case the...
  17. Technoman

    Multiple names in input/output table

    Hi, We are using PE6 6.0.9.3 - Blockly programming. On the same output (B.6 - 20M2) of a board, a piezo buzzer and a LED are connected. Is there a way to have two differents names for the same output? E.g. LED_R and BUZZER To avoid student's confusion like emitting a sound on a LED (single...
  18. Technoman

    Fiabilité du code

    Bonjour, Un article fort intéressant sur le codage dont l'initiation commence à partir du cycle 3, voire même 2 (collège, primaire). http://internetactu.blog.lemonde.fr/2017/11/25/reinventer-la-programmation/ Dans une vie antérieure, avant l'enseignement, je programmais des systèmes de...
  19. Technoman

    Programmation multitâche

    Bonjour, Jusqu'à présent, les élèves de notre collège, programmaient en monotâche. Nous disposons d'une carte "maison" équipée d'un 20M et de boîtiers Autoprog de la socièté A4, équipés de 28X1. Un collègue nous a vanté les facilités offertes par le multitâche. C'est aussi le cas d'un...
  20. Technoman

    Wax and push-buttons

    Hi, Not a Picaxe related issue. As I was visiting relatives, I came across a weird issue. They had some troubles with a 9 years old computer monitor. The same message was often popping up like if they were periodically pressing on one auto-adjust key on the monitor. It was also very difficult...
Top