Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Hello. I'm reviving an old project (nrf51 and 12.3.0 SKD with sd130 2.0.1). Unfortunately bootloader is not working properly. It worked just fine at the beginning of the year...
Hello:
GPS and LTE can't work at the sametime currenty with 1.0.0 modem firmware.
You know that EMC test need GPS and LTE work at the same time.
Will GPS and LTE work...
Hello, I would like to utilize UART and NUS to both send and receive data using the ble_app_uart example as a starting point. I have tried connecting to the nRF52 DK with...
Dear All,
I am using UART read write operation along with the system off mode. So, usually nRF9160 chip goes to sleep and wakes up when it receives something on UART and...
Hello Nordic support team,
I'm working with NRF52832 development Kit. I want to transfer our firmware application (OTA-DFU) from nordic central device to nordic peripheral...
Hi, I am trying to get RSSI values using BLE module on nRF52840(pca20035). But I could not see possible way to get the RSSI values on Nordic Thingy91(nRF9160) Please map me...
hi all
i want porting qpc with softdevice. it need set SCB_SYSPRI exception priorities with PRIMASK bit or the BASEPRI register for critical section
can anyone give me...
Hello,
I would like to update an nrf52840 with DFU (usb-serial). On windows I can use nrfutil. But how to proceed if I want to do that from another microcontroller?
Is...
Hi,
I am working with nrf52840 DK and sending real time sensor data to nrf toolbox using ble_uart. I would like to store adc output in flash and then send it over ble uart...
Hi Devzone
I tried to use saadc with 4channels. when I use this without fpu_fft, It prints correct value well.
But, when I insert the fpu_fft and run it, after a while...
Hello
I have a question about SIG certification. As far as I know, to get SIG certified, I need to download the DTM firmware to the board and pass it to the certification...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Dear Community;
I am trying to make an HTTP GET request based on this code . It works fine but I need to adapt that to fit it in my code. I need to pass some arguments...
Hello!
Is there a way to send gps nmea data through ble connection? Almost all gps bluetooth devices use bluetooth classic to send data. The mobile app where I need to get...
Hi,
I need to read the data from the sensor MAXCESS Digital load cell amplifier in which the output we are getting in the form of current ( 4 to 8 mamp) not voltage. can...