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...
I've done this many times now and thought I understood the process.
Now despite following most of the advice in the dev zone, I'm stuck.
Any help would be appreciated...
I'm trying to develop from the Linux command line, using arm gcc tools, for the nRF52 Development kit, and can't get the startup assembly file assembled to an object file...
I am preparing my product for radio tests. There is a radio test example in the NRF5 SDK 15.3.0 that requires a UART interface that sends CLI commands to the chip. However...
Hi,
i am trying to read ADC value from my nrf9160 dev board, i can get the exact value upto 2.5v, if i go morethan 2.5v it decrease the ADC value. my values are
voltage...
I've used the nrf_inbuilt_key_write to store certificates/keys in the past, but I am still unable to do it using the "AT%CMNG" modem command.
I can list and delete items...
I attended Nordic Tech Tour - San Jose (Cupertino) on June 11. I did not receive a link for the presentations, as was communicated. Please advise how I can get the Tech Tour...
The BWG832F DK Bluetooth Gateway comes with a board that says that it can be used to program the Bluetooth module. The software recommended for this is the Nordic nRFgo Studio...
Hi everybody,
I'm using nRF52832 on a custom board mounting a BME680 sensor.
I'm running a third party library for the usage of the sensor (namely BSEC Library), and it...
Hello everyone, After having designed a pcb by taking the scheme proposed by the datasheet, I uploaded by the Black Magic Probe, the example code of the SDK "receiver Radio...
Hello,
I'm using the watchdog and i'm feeding it in my main loop :
I tried with
#define NRFX_WDT_CONFIG_BEHAVIOUR 1
and
#define NRFX_WDT_CONFIG_BEHAVIOUR 0 ...
Hello
I am using nrf52840 and am trying to determine the parameters of a voltage divider using the SAADC. Vin is the VDD voltage of the chip, R1 is 4640 ohms and R2 is 38600...
Hello Community,
I successfully build and run mqtt_simple it works fine.
I edit the code
//////////code///////////
void main(void) { u64_t start_time_mqtt; while(1...
Hello,
I am having an issue with the GPS on the nRF9160. I have been developing a custom program that will switch between NB-IoT and GPS when an interrupt pin is triggered...
Hi.
I am curious to know if it is possible to use the ANT-only Softdevice with the Zephyr RTOS. The goal is to create a BT BR/EDR + BLE 5.0 + ANT+ device all on the same...