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...
HI,
I got the following log in my multiprotocol application:
SOFTDEVICE ASSERTION FAILED AT 0x00025b94
Since this address locates at softdevice, I can not know what...
Hi, i want to connect nRF52 Thingy with nRF6707 power profile kit to measure the current acquire by thingy.
How to connect the thingy to power profile kit
And also i...
I had updated Thingy:91 nRF9160 firmware to 1.1.1 using nRF Desktop Programmer. I used the "Cellular Modem" button and attached the new file mfw_nrf9160_1.1.1.zip
However...
Hi
We are developing by connecting nRF52832 to SMT32f303cb's SPI interface.
SMT32f303cb operates as an SPI Master.
If the clock frequency of SPI Master is changed to...
Hi there,
I am using the FDS module to store some application data in flash. It is my understanding that every time the data is updated using fds_record_update, a different...
The nrf52832 defined the 250k mode in the specification, but it is Deprecated. We want use nrf52832 send data and Nrf24l01+(or nrf52832) receive data in our pruduct. We have...
In my situation, I want to use bluetooth to designed a piconet which has 1 master and up to 4 slave .
Each slave upload data 2KB/S ,and the max distance support is 10 m...
The following code is from "Boot_Loader\nrf_bootloader_app_start_final.c":
__STATIC_INLINE void jump_to_addr(uint32_t new_msp, uint32_t new_lr, uint32_t addr) { __ASM volatile...
Hi Guys ,Currently i am working project related to Bluetooth Low Energy. I want to perform Device Firmware Upgrade from (Server Side to Client Side ) need some Sample code...
Regarding I2C, the Nordic specifies a typical value for frequency in different modes (nrf52832/40); however there is no tolerance specified for the frequency. What is the...
Hello, we are trying to use a uart while minimizing power consumption. On this post
https://devzone.nordicsemi.com/f/nordic-q-a/26030/how-to-reach-nrf52840-uarte-current...
Hi,
I am evaluating the nRF52840-DK and wanted to add some debug code to the UART.
I have used the same libraries as the 'UART_PCA10056 (which works), but when the code...
Hi,
I'm using SDK5 V16 with the NRF52dk. I'm writing a SPI <-> BLE <-> USB I/O chain and am still kinda stumped by the SPI. All the examples work just fine, but when I look...