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...
Good day, I am using a USB to UART IC and it isn't working just because the nRF51822 Tx signal is inverted from this IC. There are some way to invert the UART signals?
I am building a new PCB board for a prototype. It will be used for proximity. It will blink on low battery. It also has a piezo speaker attached to a pin as well. My question...
Hi all. I'm now developing a triangulation solution for indoor robots as a project at my school. I have 4 radios, that I want to communicate with.
One master node send a...
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Attempting to program a softdevice hex file using Keil uVision and an ST-Link V2, I get:
No Algorithm found for: 10001000H - 10001013H
This is in the UICR (User Information...
Hello,
I am thinking about going to eindhoven the 20th of may for the nordic tech tour presentation.
My main interrest is the new v7.0 S110 softdevice which is to be released...
I have used the NRF51822 evaluation kit for a while now to design a product and it performed perfectly up until a few days ago: the onboard segger now fails to connect to...
hi,
i am using a light sensor which is SMBUS serial interface, i tried to interface twi of nrf51822 with the sensor, but i am not able to get acknowledgement from the sensor...
HI,
I'm using sd_app_evt_wait() for getting back to sleep mode between advertisings. I noticed that when I change the voltage in a small interval mode (40 ms between advs...
Hi, If i am running 2Mb radio channels, how many can i have operating in the 2.4Ghz space concurrently?
ALso, what mechanisms can be employed to detect and move frequency...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
Hi,
I'm using Nordic 8001 with Arduino.
I successfully connected to ANCS. The problem is that i need another iOS App that scans for services on my bluetooth device and...
Hi!
My problem is that my code works on the devkit PCA10004(PCB antenna) but not on my own custom board.
The devboard can be connected to and all characteristics can be...
Hello,
i would like to make device which will be dynamically change connection with centrals. It should be connected to the nereast device (with the most power). So I will...
Hi,
I am currently using this example code (pasted below). It is sending the character 'a' every 4 seconds. I can't figure out which part of the code defines the character...