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...
We're writing code that does dynamic pin assignment which may change over time. This question is about how the crossbar deals with conflicting pin settings.
If I set the...
Hi Technical Team,
nRF52832DK is running on central role with the below
SDK version : 12.3 IDE :IAR
It is working (connection,just work pairing,bonding, & reading/writing...
Hi,
I have connected the components mentioned in the reference schematic from the official website to my nrf52832 chip. Is there any easy method to know whether it is working...
Hello Im preparing a device that uses nRF51422 for CE and FCC testing. I need to disconnect the antenna and put a connector in it's place for the testing. I have doubts about...
Hi,
I am writing Android APP based on nRF Toolbox code.
For the first time to call requestMtu to change MTU to 247, everything works well. We can see the negotiated...
Hello, I am trying to use a PI3 as a provisioner for a bluetooth mesh network.
From my understanding,if I use interactive PyACI, I would need to plug a dev board to interact...
Hello,
We are developing an datalogger application that will push data to a server on the cloud using a cellphone app as intermediate. We are testing a BMD-350 DK board...
Hello,
I successfully ported DMP library https://github.com/Snowda/MPU9250 .
The project is initializing but when I read the fifo_count from FIFO_COUNTH (0x72) register...
Hi everyone.
I have a problem with Mesh network.
I try to reset node from mesh network, using function node_set().
When remove node from network, on mobile app "nRF...
Greetings everyone,
I am just trying to find out what the (EO) in the NRF51822-CEAA-R stands for. Could someone please provide documentation for this?
Thanks,
R...
Hello Sir,
I am working on home automation device in which I am using nRF24L01P module. Product is already in production. I bought these modules from local market which...
nrfutil install fail.
I want to update with BLE secure OTA, so install the nrfutil tool. and run the command as following:
but report download pc-ble-driver-py 0...
Total noob here using SES on a Mac to build BLE peripheral (S110) firmware for an nRF51822-based device with SDK v15.
So far I've been able to get the generic portions of...
Hi,
I'm developing on nrf52810 using the SDK14.1.0 and I've take as starting point a template application that targets nRF52810 running on the nRF52 Development Kit. But...