Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
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...
Exactly what baluns are known to work with the nRF51822. I believe there is the STMicro balun and am uncertain about the status of the Johansen balun. Is there a list of preferred...
Hi,
We are using nRF51422 in our project and we observe a strange thing, that even there is no external pull up resistors, the I2C communication using the built-in TWI...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Hi,
I am trying to create a star network with 12-16 slaves and one master.
The master would be a nrf51822 and the slaves nRF8001/2.
The slaves would not transmit...
Hi,
I'm using the UART_OVER_BTLE base example and I'm investigating what needs to be done to enable security.
Using the Following security configuration the device stops...
Can you tell me which antennaes i can connect with nRF 8001 to make it discoverable and transfer data. And i think pi network is solved depending on the antennae only. Can...
Hi,
Is it possible to extend the RAM memory by using internal flash memory?
Actually i need to collect 4KB of data from accelerometer and flash it to the EEPROM when there...
I'm working on a device which may spend months, or even years as deep as 1000 ft underwater...a harsh environment. Accordingly, the PCB will be completely encased in plastic...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
The 10000 dongle does get detected in nrfgo Studio but the 10001 board does not. There are no USB devices with exclamation marks or otherwise undetected when the 10001 is...
Hey folks,
I am currently trying to expose a local name for my nrf51822 chip but whenever i change it from NO_NAME to any of the other options and run the program it doesn...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
Hi,
I need the 16 bit timer1 to have high priority, how do i set this to a high priority? And what priority does it have in my case when i use:
NVIC_EnableIRQ(TIMER1_IRQn...