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 am using arduino to sample sensor and it sends out the value to the digital pin. I want to read this digital value using nrf51dk. Is there any example using digital...
Hi Nordic Tech support team,
I have some questions about nrf51822 dfu OTA.
Nrf51822 application code can't be more than 144K,however ,my application code have 196K because...
we follow the nRF51_Series_Reference_manual v3.0, set the master SPI clock to 8M. but found when in mode 0, the MOSI change near at SCLK rise edge, not in fall edge.
our...
This should have been a very simple question. I don't want to use CTS/RTS flow control signals with my UART-USB-converter ("FTDI chip"). For that case, the document says ...
I want to highlight some items in RTT Viewer
So I tried the color control, but didn't work
This is my code.
SEGGER_RTT_printf(0, "%s[Mutex error:%u]\n%s", RTT_CTRL_BG_BRIGHT_RED...
Hello.
I am trying to port BLE serialization code to a host MCU, to say STM32F4.
I am looking through porting documentation (BTW, it is quite well documented. Well done...
According to Microsoft's instruction on HID touch device, msdn.microsoft.com/.../dn672271(v=vs.85).aspx , a HID touch device should create a report (descriptor) as below,...
Hi,
I am having a 324 byte,a 420 bytes of array stored in flash,now i am updating these array with 360 bytes. in fds_event_handler in the case FDS_EVT_WRITE i am reading...
Hi,
I'm looking for an example which combines FreeRTOS, BLE and ADC on nrf52 board(10040).
I'm able to have FreeRTOS with BLE, FreeRTOS with ADC but not everything together...
Hi,
I've read a lot of question on the forum, but I'm a lit bit confused about what I have to do to use one static passkey on the central and peripherical device. In my...
Hi There,
I'm having problems with my hardware timer appearing to stop counting or not being cleared via a short when the timer interrupt is executing.
In my application...
Hey!
I want to use the nrf51 BLE-module in some special environment.
It should be able to work with bluetooth and in addition to it with some other RF protocol (Gazell...
Hi,
I have added "DFU" functionality to my existing BLE application Test.rar .
"I am using nrf52 SDK v11.0".
I have programmed the device with softdevices (S132.hex...