Hello everyone
I am working on a MODM7AE70 and I would like to know if someone has implemented the wiegand protocol, or is there a library for netburner to do it?
Search found 12 matches
- Thu Sep 29, 2022 10:15 am
- Forum: NetBurner Software
- Topic: Wiegand module
- Replies: 1
- Views: 1949
- Mon Apr 04, 2022 4:51 pm
- Forum: NetBurner Software
- Topic: Post tO HTTPS
- Replies: 1
- Views: 1759
Post tO HTTPS
Hi, I need some help, I´m making a post to an URL which is uses HTTPS, previously I was using POST in a HTTP but when it changed to HTTPS the POST couldn´t be send, what should I change or add to my POST code? Kind Regards, Fredy /*********************************Post Code***************************...
- Fri Jun 11, 2021 11:46 am
- Forum: NetBurner Hardware
- Topic: Embedded Multimedia Card
- Replies: 1
- Views: 2890
Embedded Multimedia Card
Hello everybody, I am working on my MODM7AE70 and I need to store information in a SD card, I have seen in the NB examples how to do it, but now I would like to know if someone has used eMMC (Embedded Multimedia Card) to store information, since having a removable SD card on my hardware it is not co...
- Wed Apr 21, 2021 9:23 am
- Forum: NetBurner Software
- Topic: FormData from JS
- Replies: 3
- Views: 2354
Re: FormData from JS
I´m using MODM7AE70
- Wed Apr 21, 2021 9:22 am
- Forum: NetBurner Software
- Topic: FormData from JS
- Replies: 3
- Views: 2354
FormData from JS
Hi everyone, Is there any way to get formData sent from JS to avoid reloading a web page after sending? For example, I do a get using CallBackFunctionPageHandler and this is done correctly, but I can't find the way to post. For example, for the post I did: .cpp int callbackCloseConfig(int sock, HTTP...
- Wed Mar 24, 2021 4:59 pm
- Forum: NetBurner Software
- Topic: Wrong Interruption Time
- Replies: 1
- Views: 1416
Wrong Interruption Time
Hello everyone, I´m working on my MODM7AE70, I have a problem in the use of the interrupt, I explain, I have configured an external interrupt with polarity 0 (either), to test this I have a square wave generator with a frequency of 200 microseconds and to test if the interruption enters every 200us,...
- Wed Feb 03, 2021 11:41 am
- Forum: NetBurner Software
- Topic: How to use I2C
- Replies: 5
- Views: 4372
Re: How to use I2C
Hi Jon,
Thanks a lot for your help, I'll look the article which you say because I don't really understand the use of I2C.
Thanks again.
Fredy
Thanks a lot for your help, I'll look the article which you say because I don't really understand the use of I2C.
Thanks again.
Fredy
- Fri Jan 29, 2021 2:33 pm
- Forum: NetBurner Software
- Topic: How to use I2C
- Replies: 5
- Views: 4372
How to use I2C
Hi everyone, I'm working on my MODM7AE70 I want to use I2C to implement a temperature and humidity sensor(Adafruit_AM2320), But I am very new to using I2C, I looked at the Netburner examples to better understand the use of I2C, but I only got confused, has someone implemented this or has experience ...
- Wed Jan 06, 2021 1:58 pm
- Forum: NetBurner Software
- Topic: Assembler in C++
- Replies: 3
- Views: 2403
Re: Assembler in C++
Hello, thank you very much for your quickly reply, I am trying to do an interrupt every 500 microseconds using assembler because I will connect a device to the Netburner by the pins, the device uses two sensors, the sensors send an output (per pin) when something presses it, if an object like a whee...
- Tue Jan 05, 2021 3:19 pm
- Forum: NetBurner Software
- Topic: Assembler in C++
- Replies: 3
- Views: 2403
Assembler in C++
Hi everyone, I am working on a project on the MOD M7AE70 board, I am trying to implement assembly code in a Netburner project but I can't find an example that can help me in executing this code Has anyone implemented assembly code in a Netburner project (using c ++) ? How can I implement this in my ...