I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Dear Nordic Team,
Thanks for supporting.
Now start to work with nRF52810 chip. Already i am worked on nRF52832 based projects. Now i want to know the s112 soft device...
The GTT was great!
And the Solar panel demo was impressive.
We are very interested in integrating solar panel with nRF52 on our upcoming BLE products.
It would be great...
hi...
i want to check how the sleep mode is working so i am testing with the simple uart program
here you can see the code .. ble_nus is not sending the data in ble_uart...
Hello, I am using SDK15.2 on nrf52 DK with SD 6.1.0 and having an issue in long button press action. The single press and long press button action work ok before BLE connection...
Hi,Sir
We are keyboard developers and manufacturers,and we are using nrf51802 based on nrfready_desktop_2_v3.1.0,Our keyboards products works well,but recently we noticed...
Hi,
I'm trying to compile a simple example (light_switch__server_nrf52832_xxAA_s132_6.1.0) for Bluetooth mesh with Segger embedded studio. I'm having a hard time to get...
In nRF5_SDK_15.0.0_a53641a code, there's such definition:
#define UART_DEFAULT_CONFIG_BAUDRATE 30801920
Which means about 30.8 Mbps.
But in page 345 of nRF52832's...
Hello,
I'm using a nrf51822 board as a DFU controller to update another board's application, the client board runs the bootloader secure example. When I write data to the...
This is almost certainly a noob (to nRF52840) programming question.
I have modified the peripheral/gpiote example to invoke an ISR on the falling edge of a pin signal. In...
I am trying to use the Sparkfun nRF52832 breakout board as a master in I2C communication. I am using Arduino IDE to program the module. I defined pins 24 and 25 as SCL and...
Nordic Support, Let me first explain what I would like to achieve. I am developing a line of devices that will act as GATT peripherals. I would like average current consumption...
I have a custom board with an nRF52832 (CIAA-B0), and I am trying to use the SPI Master.
When I use SPIM1 or SPIM2, the transaction hangs, but the same code talking to SPIM0...
Dear Nordicsemi,
We are looking for Sub 1 GHz RF Module, which gives Longer Range distance in Field either in LOS or NLOS.
Please share the details regarding proven...
Hi guys,
We've written a small test on-top of our internal Bluetooth library (glorified wrapper sat on-top of SDK 15.2.0 SD140 6.1.1) on the nRF52840 to send dummy bulk...
Good morning everyone,
I am implementing a custom radio protocol on NRF52 without using the SoftDevice at the moment. For some reason, I get a HardFault which I am trying...